IF you are getting started with these micro controllers here are a few short tutorials to get you up an running. I hope you…
Category
Arduino
NodeMCU
NodeMCU Libraries Collection
He is a collection of Libraries that I use with NodeMCU. Arduino ESP8266 Libraries https://github.com/esp8266/Arduino/tree/master/libraries ESP8266 Example Code, really good collection https://github.com/acrobotic/Ai_Tips_ESP8266 WiFi WiFi…
Technology
Arduino Nano avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
This was is a weird error I got when trying to upload my code to my Ardiono Nano. I was finally able to solve…
Arduino
Linker Digital 7 segment display
I needed a smaller 7 segment display for one of my projects and found a 1 cm Linker Digital 7 segment display at a…
Arduino
SDA and SCL on Arduino Nano – connecting I2C devices to Arduino Nano
I got some Arduino Nanos at really good price on amazon and wanted to connect a 7 segment LED display with an I2C backpack.
Arduino
Arduino Bluetooth Control with Android
While researching on some Bluetooth issues on Android for a project, I came across this very simple video tutorial on how to use the…