Arduino Dice simulator

I was looking at my kids playing snake and ladder tonight, and came an idea in my mind “why don’t I make a dice simulator?”. […]

16/10/2018

RFID enabled tag

This RFID enabled tag tutorial show a simple RFID circuit that connects to Arduino. The circuit will detect the RFID card and play a simple […]

17/08/2018

PS3 CFW 4.82

I am trying to use my PS3 today and it seems that my son had accidentally upgrade the firmware to the latest Official Firmware 4.82. […]

06/07/2018

BTCmarket ticker using ESP8266

With the recent fall of Bitcoin and other crypto currency and my continue interest in learning more about Arduino, after reading several other instruction of […]

15/03/2018

IoT Motion Sensor with light

This is the extension of the earlier post IoT Temperature Sensor with ESP8266. The extension is to additional IoT Motion Sensor with light. Here are […]

06/03/2018

TERM support in Screen command

When you get the following error message when trying to start screen Cannot find terminfo entry for ‘xterm-256color’. you will need to find the which […]

28/09/2017

Backup Raspberry Pi remotely

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 […]

27/09/2017