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 […]
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 […]
This is the continuation of the Light Activated Mp3 player Part 1. Once we had tested that our MP3 is fully functional, it is now […]
Light activated MP3 player was incepted when I wanted to add something special to the present that I gave to my Mrs. So while I […]
Password protect PDF document can be done using Windows Powershell script. I stumble across a powerful script which allow to password protect PDF document using […]
I am trying to use youtube-dl to download something for my missus, and the error “insecure string pickle” issue is preventing the video being downloaded. […]
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 […]
I had a problem where my windows 10 can’t see network drive, all the mapped drive can’t be accessed. I had been pulling my hair […]
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, […]
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 […]
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 […]
If you are a MAC user, the following message pop up at times. “Time Machine completed a verification of your backups. To improve reliability, Time […]
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 […]
A lot of people around the world was infected by the worm WannaCrypt or wannacry that locks your files and demand some ransom (ransomware) with […]
To install Composer with Magento, you will need to have access to the ssh on your web hosting, if you don’t have this option, the […]
In this article, I will demonstrate how to write custom shipping in Magento, or to be more precise, two of them: standard shipping and express […]
I stumble across the following instruction to setup the Australian store for Magento 1.xx Running Magento stores in Australia differs very little from any other […]
When you are doing some maintenance, e.g.: updating the plugin on your wordpress site, it will automatically set the maintenance page. This is done by […]