Tag: project
-
Create Flask Web Application in Raspberry Pi
This post explains how to install and create a web application using Flask and deploy it to your Raspberry Pi. We used it to control our WS2812b Neopixels effects using our mobile phones.
-
Wiring WS2812B Neopixels using Raspberry Pi
This post discusses the wiring of our WS2812B Neopixels to your Raspberry Pi. It also explains the luma.led_matrix library on how we can control the effects on each addressable LEDs
-
Control WS2812B/Neopixels Using Mobile Phones and Raspberry Pi
In this project we will control our WS2812B Neopixel effect using our mobile phone and raspberry pi.
-
NodeMCU ESP8266 Web Server Tutorial Series
This project tutorial series will discussed how to create your own ESP8266 Web Server using the NodeMCU module. The web server application that we are gonna be creating is used to control our electronic components.
-
Arduino RFID Database Security System: Program Arduino and ESP8266
In this article we are going to program our Arduino RFID Database Security System. We will configure the Arduino to read the MFRC522 RFID Reader and retrieve the RFID code. The RFID code is then sent thru the ESP8266 ESP-01 through serial communication.
-
Arduino RFID Database Security System: Designing the Project
This article describes how to design an Arduino RFID Security System that uses the ESP8266 ESP-01 to communicate with the database
-
Connect Arduino Project to Internet or WIFI Using ESP8266
This project connects the Arduino Project to the internet using the ESP8266 ESP-01 microcontroller. They communicate using the serial interfaces and passes data as JSON object