Installing Home Assistant via Docker
This is the continuation from the previous post Docker Installation. First create a storage for the homeassistnat mkdir -p /home/pi/homeassistant Now we can install Home Assistant […]
This is the continuation from the previous post Docker Installation. First create a storage for the homeassistnat mkdir -p /home/pi/homeassistant Now we can install Home Assistant […]
Docker is a tool that allows you to deploy application inside a software containers. This is good especially for Raspberry Pi because you can easily […]
I purchased ESP32-CAM the other day just to see what are some of the capabilities. This is one of the low cost Camera webserver with […]
In this write up, I am re-using the previous IoT LED Strip controlled using Blynk to light up when the ISS (International Space Station) is […]
Finally I get around to finish off the light saber case. And this write up is ready in time for May 4th. This is the […]
This writeup is the continuation from the previous IoT LEDStrip post. We are using the same circuit as before in the IoT LEDStrip with Blynk. […]
I have the previous post about how to make a disco light using the individually addressable LEDStrip. This was done using Arduino nano, and I […]
I have been busy for a couple of weeks and didn’t get around to post. But, I know that shouldn’t be an excuse. So here […]
I have always wanted to have an internet controlled LED light. So after researching a few different combination, I manage to find the one that […]
In this writeup, I am utilising the previous magic 8 ball circuit. You can expand the use of the same circuit to be Internet Weather […]
As the previous follow up to the Magic 8 Ball with ESP8266, I am extending this to add the code for OTA (On The Air) […]
Do you have the urge to have Magic 8 Ball, but never get around to get one? Well I do. So what can I do […]
I have a dilema of trying to test the TV remove, but not having the TV. I have tried to point the remote to the […]
Just to finished up with the final post in regards to ESP8266 sleep mode. In the process of learning all the different sleep modes, I […]
You will need two session of terminal to repair, the first session to run the mongo daemon and the second session to prune the database. […]
This is the continuation of the ESP8266 Light Sleep mode. In this post, I will show the practical example of using the Light Sleep mode […]
This is the continuation from the previous blog about ESP8266 Deep Sleep Mode, I am trying to use the other sleep mode. So I embark […]
This is the continuation of the previous post regarding ESP8266 Deep sleep. In that post we discussed about how to utilise the deep sleep mode […]
I always wanted to learn about the deep sleep mode in ESP8266. So I stumble across a few post in the internet, and comparing various […]
Continuation to the previous post about the Automatic IoT Gate control, once we have connected the ESP8266 gate Opener to listen to the message broker, […]