Most commented posts
- MicroPython WebREPL on Android — 23 comments
- ESP8266 Wi-Fi Module Revisited — 20 comments
- Arduino as a Network Monitor — 18 comments
- LM317 to output 3.3 Volts — 15 comments
- Explaindio Video Creator — 11 comments
Sep 02 2017
I built another handy circuit to ‘house’ a 4 character 7 segment display. It looks like this: Basically it just ‘breaks out’ the 16 pins of the display with two 8 pin female headers. Pins 1-8 are connected to the header at the bottom and pins 9-16 are connected to the header at the top. …
Aug 28 2017
My latest project involves collecting data from a number of sensors connected to multiple Arduinos. I2C (or 2-wire) is a perfect fit for this project because I needed an easy way to connect the Arduinos and aggregate the data. With I2C, I can have one Arduino as the master and several other Arduinos as slaves. …
Jul 03 2017
If you have been reading my posts lately, you will notice that I have been working a lot with the ESP8266 wireless module. To make it easier to work with, I made an ESP8266 DIY Programmer Cradle. Here is what it looks like (without and with the ESP8266 plugged in): …
Jun 30 2017
I created an app (apk) to run MicroPython WebREPL on Android. Imagine you have your ESP8266 (with the MicroPython firmware) in some location where the only access to it is via a wireless connection. If you need to access and change/control it, you will need WebREPL. Of course, a wireless enabled laptop would get access …
Jun 28 2017
To enhance the capabilities of the ESP8266 there are various firmware packages available. In my last post, I showed how to install NodeMcu which uses eLua. I am a big fan of the Python programming language, so I was very happy to see a Python version for the ESP8266. The ESP8266 MicroPython Firmware is available …
Jun 23 2017
If you would like to go beyond the basic features in the ‘default’ ESP8266 firmware, it is possible (and relatively easy) to create your own ESP8266 custom firmware. With ESP8266 custom firmware, your possibilities for interaction with connected devices are almost endless. The reason why is that you can now connect pins on the ESP8266 …
Jun 01 2017
Yes, it is an ambiguous topic. No, I don’t think it should be hidden, however, the fact that this topic does not seem to garner much press could mean it has been a best kept secret. The “best kept secret” is the programming language Forth. For reference, take a look at “A Beginner’s Guide to …
May 22 2017
There are several tutorials on the internet showing how to convert an STM32F103C8T6 into a Black Magic Probe. Unfortunately, none of them worked for me. So, I decided to write this post in case others run into the same problem as I did. The problem I ran into was the memory size of the STM32F103C8T6 …
Apr 24 2017
For many Arduino projects, there is a need to display information graphically or display more text than what fits on a 16×2 LCD. For that need, consider using SSD1306 OLED Displays. SSD1306 refers to the controller or driver chip for the display. OLED or Organic Light Emitting Diodes refers to the dot-matrix graphic display system. These …
Apr 13 2017
It’s amazing what you can get in a microcontroller board these days for just over $2. For example, just search ebay.com or alibaba.com for the key word ‘STM32F103C8T6’. You will see the links to an ARM Cortex M3 STM32F103C8T6 development board for just over $2 US including shipping (usually from China, so it may take …
Recent Comments