coding

Renaming Noteplan files with the correct titles

A great feature in Noteplan is that the filename of the note gets the filename that is equal to the title of the note What is not so great, as a note evolves and changes and maybe your title gets changed, the filename does not. Which can be a...

Choosing your Python editing weapon

Well a few days passed since I got a micro:bit… Started out with MakeCode to play around with it, but the goal was python. For this I switched to mu-editor at first. A great editor… I like the check en tidy function. But I missed the simulator I had...

Starbit Commander II

Well on my quest to learn python, I poked and peeked around on the web of inters. And came across some nice sites about the micro:bits, projects and coding. One site inspired me to create a python version of Starbit Commander. This site is home to a lot of...

Micro:bit Fireflies

My first attempt to write some (micro)Python code. Fireflies. This leds simulate fireflies in the air… btw. I found that display.get_pixel does not return the correct value for the brightness of a led on a micro:bit. I created this function to correct this behavior in the code (fixPixelBug). https://github.com/marc0janssen/microbit-fireflies/blob/main/fireflies%20v2.py

Simple Simon Says

The game Simon in the late 70’s was maybe the first “computer” game I played. Well maybe it was a real computer. I was just a kid, but the game stayed always with me. In my mind that is. The game was from a friend and we played it...

Starbit Commander

This game is my first coding for The BBC Micro:bit. The goal is to have a nice target to practice and learn microPython on this device. But first I wanted to have a go on the makeCode editor for the Micro:bit. I made this simple little game. Flying a...