-
Using Infrared (IR) Sensor with Raspberry Pi
This post will discuss how to interface the Infrared (IR) sensor with your Raspberry Pi and how to drive this component using Python code.
-
Display Real-Time Updates Using Python, Flask, and Websocket
In this post, we will explore Python, Flask, and Websocket to display sensor values coming from our server on our page and show it as a graphical chart.
-
ESP8266 Webserver Using LittleFS
In this post we will be creating our own ESP8266 Webserver using the LittleFS Filesystem that will serve web content to the calling client.
-
ESP8266 LittleFS Tutorial Series
This is the first part of my ESP8266 LittleFS Tutorial series where we discuss an overview of it and explore what this filesystem is in projects.
-
Control Seven Segment Displays Using ESP8266
Do you want to know how to control those colored seven segment displays using your NodeMCU ESP8266 and the Arduino framework then follow along with this short post. Those colorful seven segment displays are ideal for Internet of Things (IOT) projects that need to display the current count or current mode of your projec
-
ESP8266 Webserver Conveyor Counter
In this article, we are going to create a real-time ESP8266 Webserver object counter that displays the count thru wifi using an IR sensor.
-
How to update the PlatformIO IDE extension in Visual Studio?
This short post will discuss how you can update your PlatformIO IDE Extension in Visual Studio Code to get the latest version.
-
Install Mosquitto MQTT Windows
This post will discuss how you can install Mosquitto MQTT broker on a windows machine. MQTT or MQ Telemetry Transport is a publish-subscribe lightweight protocol. This protocol is ideal for memory or bandwidth constraint devices like our microcontroller.
-
DIY Cardboard Conveyor Belt
We are going to create our DIY Cardboard Conveyor Belt in this post and we will use this in our future Internet of Things (IOT) projects. This is a fun project to do especially for kids as they would see some motor movement and basic mechanisms.
-
How to update Raspberry Pi
Introduction This post will show you how to update your raspberry pi to the latest. The packages in the raspberry […]