Send message to LED matrix using Bluetooth
The next iteration of the LCDMatrix in the earlier post is to add a Bluetooth module HC-05 to the Arduino. This will allow us to […]
The next iteration of the LCDMatrix in the earlier post is to add a Bluetooth module HC-05 to the Arduino. This will allow us to […]
The extension to the previous letter guessing game, I found a font library from a post in Instructables, and this leading me to create a […]
Every now and again you would experiment with things in raspberry pi, in this instance I am playing around with the wall display called Dakboard, […]
To back up your raspberry pi remotely, you will need to know the ip address, then using the following command ssh pi@xx.x.x.xx “sudo dd if=/dev/mmcblk0 […]
Just posted instruction on instructables on how to connect 8×8 LED matrix to Arduino. The 8×8 LED matrix is being drive using one 74HC595N shift […]
Just posted the instruction on how to make IoT temperature sensor with ESP8266 in Instructables.The sensor used is LM35 which connects to Analog AD0 of […]
I just get around to port the LCD display from Arduino library to be compatible with the PIC18F2550 library. I am using the BEEPIC development […]