I "built" my first microcontroller "thing"
This week at the Monday sprint of the 10th PyCon AU in Sydney I "built" my first microcontroller "thing".
Well, thanks to Matt Trentini I was able to play with an ESP8266 on a Wemos D1 board) This tiny board can run a complete Python implementation!!!
And MicroPython was already "flashed" onto the device, so first thing was of course to get a REPL going. But when plugged in to my MacBook the ESP8266 didn't show up a serial tty. I needed to find the right driver (board specific). Once the driver was installed on my laptop I was "in".
The next challenge was to get the on-board LED lighting up. - That was easy: Everything worked the way the ESP8266 tutorial on the MicroPython site described.
And then I dove a little bit deeper in the boot-up process of MicroPython. I wrote a script (and flashed it onto the board), which made the board, when plugged into power, blink a few times then stop. Yeay!
Later I played a bit with some NeoPixel LEDs (on a so called "RGB Shield") connected to the board and I realised there's a lot more which can be done!
The whole sprint was lots of fun. I really was impressed with all the help I got from Matt Trentini and others at the sprint. The Python community is very friendly.













