An open API service providing repository metadata for many open source software ecosystems.

GitHub topics: esp8266-projects

orestislef/ESP8266-HomeKit-Smart-Lamp

Transform your ESP8266 into an Apple HomeKit-compatible smart lamp with Siri voice control and web interface

Language: C++ - Size: 43.9 KB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

VenoMArts95/oze4home-deye-cooler

🌡️ Control your Deye cooler with this repository, offering code, configurations, and projects for Home Assistant and ESPHome integration.

Size: 1.47 MB - Last synced at: 3 days ago - Pushed at: 3 days ago - Stars: 0 - Forks: 0

lilmandrake-hub/FirebaseMicrocontroller

🌡️ Monitor temperature and humidity in real-time by connecting DHT11 sensors to Google Firestore using ESP8266/ESP32 for your IoT projects.

Language: C++ - Size: 6.63 MB - Last synced at: 6 days ago - Pushed at: 6 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/Smart-Farm-IoT-Monitor

An **IoT-based Smart Agriculture System** built using **ESP8266** to monitor and upload real-time environmental data like temperature, humidity, soil moisture, light, rain, and gas levels to **ThingSpeak Cloud**.

Language: C++ - Size: 6.84 KB - Last synced at: 10 days ago - Pushed at: 10 days ago - Stars: 0 - Forks: 0

TaiHao18/PhotoFrame

A PhotoFrame Using ESP8266 and TFT_ST7735S to display 128x160 image and 128x128 Qr code

Language: C++ - Size: 71.3 KB - Last synced at: about 16 hours ago - Pushed at: 13 days ago - Stars: 1 - Forks: 0

HamzaQaz/envn.celinaisd.tech-react

A node env forked from @Joshua-Wise/Temp-Alarms from PHP to React + TS and a bit of shadcn ui and tailwind css.

Language: TypeScript - Size: 99.6 KB - Last synced at: 13 days ago - Pushed at: 13 days ago - Stars: 0 - Forks: 0

buguno/ESP8266WiFiAnalyzer

ESP8266 WiFi Analyzer is a WiFi channel analysis project that uses an ESP8266 card and helps you choose the best channel to configure your 2.4GHz network.

Language: C++ - Size: 3.91 KB - Last synced at: 5 days ago - Pushed at: almost 5 years ago - Stars: 1 - Forks: 1

asathiskumar98-byte/ESP8266-OLED-Doraemon-Display-SSD1306-FrameBuffer-MicroPython

This project demonstrates how to display a **Doraemon bitmap image** on a **128x64 SSD1306 OLED display** using **MicroPython** and the **ESP8266**. It uses the **frame buffer (`framebuf`)** module to render monochrome images stored as **byte arrays**.

Language: Python - Size: 3.91 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-OLED-Graphics-Display-SSD1306-MicroPython

This project demonstrates how to use an **SSD1306 128x64 OLED display** with an **ESP8266** board using **MicroPython**. It covers **text display**, **pixel plotting**, and **basic graphics drawing** (lines, boxes, and shapes) using the `ssd1306` library.

Language: Python - Size: 4.88 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-OLED-Display-2-SSD1306-I-C-MicroPython

This project demonstrates how to interface an **SSD1306 OLED Display (128x64)** with the **ESP8266** using **I²C communication** in **MicroPython**. The example introduces a reusable function `oled_string()` for displaying dynamic text messages on the OLED.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-OLED-Display-SSD1306-I-C-MicroPython

This project demonstrates how to interface an **SSD1306 OLED Display** (128x64 pixels) with the **ESP8266** using **I²C communication** and **MicroPython**. The display shows simple text output — “Hello World” — as an introduction to using graphical displays with embedded systems.

Language: Python - Size: 3.91 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-DHT22-Temperature-Humidity-Sensor-MicroPython

This project shows how to interface a **DHT22 (AM2302)** sensor with an **ESP8266** using **MicroPython**. It reads **temperature** and **humidity** values every 2 seconds and displays them on the **Thonny IDE console**.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-UART-Communication-Transmit-Data-MicroPython

This project demonstrates **UART serial communication** using the **ESP8266** and **MicroPython**. The ESP8266 transmits the message `"Hello"` every 2 seconds through the UART interface at a baud rate of **115200 bps**. This data can be viewed on the **Thonny Shell**, **Serial Monitor**, or software like **RealTerm**, **PuTTY**, or **CoolTerm**

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-SW420-Vibration-Sensor-ADC-MicroPython

This project demonstrates how to read analog vibration data from an **SW420 vibration sensor** using the **ADC** pin on the **ESP8266** board. The analog output from the SW420 is connected to the **A0** pin and read continuously using **MicroPython**, printing the vibration level on the Thonny IDE console.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Variable-Resistor-Potentiometer-ADC-Reading-MicroPython

This project demonstrates how to read **analog voltage values** from a **variable resistor (potentiometer)** using the **ADC (Analog-to-Digital Converter)** on the **ESP8266** board with **MicroPython**. The sensor’s analog output is connected to the **A0** pin, and the digital value (0–1024) is printed on the Thonny IDE console.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Timer-Interrupt-LED-Blink-MicroPython

This project demonstrates how to blink an LED using **Timer Interrupts** on an **ESP8266** board with **MicroPython**. A hardware timer periodically toggles an LED connected to **GPIO2** every second — no `while True` loop required!

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Servo-Motor-Control-using-PWM-MicroPython-

This project demonstrates how to control a **servo motor** connected to an **ESP8266** board using **Pulse Width Modulation (PWM)** with **MicroPython**. The servo sweeps smoothly from **0° → 180° → 0°**, showing precise position control using variable PWM duty cycles.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Push-Button-LED-Control-using-Polling-Method-MicroPython-

This project demonstrates how to control an **LED** using a **push button** on the **ESP8266** microcontroller through the **polling method**. The code continuously checks the button’s state in a loop and turns the LED ON or OFF accordingly.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Push-Button-LED-Toggle-using-Interrupt-MicroPython-

This project demonstrates how to use **external interrupts** on the **ESP8266** to toggle an LED using a **push button**. Instead of continuously checking button state, the program reacts instantly when the button is pressed — making it more efficient and responsive.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

asathiskumar98-byte/ESP8266-Dual-LED-Blink-using-MicroPython

This project demonstrates how to blink two LEDs alternately using an ESP8266 microcontroller programmed with MicroPython. It’s a beginner-friendly example for testing GPIO outputs and understanding basic timing control using the Thonny IDE.

Language: Python - Size: 2.93 KB - Last synced at: 19 days ago - Pushed at: 19 days ago - Stars: 0 - Forks: 0

amanprasad2707/sinric-home-automation

ESP8266/ESP32 smart home controller with relay control, touch sensors, IR remote, DHT11 monitoring, and SinricPro cloud integration for easy WiFi setup and remote control.

Language: C++ - Size: 191 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 0 - Forks: 0

prathamjoshi-1/ESP8266-Security-Camera

**ESP8266 Security Camera** – Trigger photo capture and send images over WiFi.

Language: C++ - Size: 17.6 KB - Last synced at: about 1 month ago - Pushed at: about 1 month ago - Stars: 1 - Forks: 0

Frozen-Projects/ESP8266_Daikin_AC_Controller

ESP8266 based IR Remote Controller for Daikin AC

Language: C++ - Size: 2.72 MB - Last synced at: about 1 month ago - Pushed at: about 2 months ago - Stars: 0 - Forks: 0

lovnishverma/IOT

This repository contains various IoT projects I have created using ESP8266, HiveMQ Cloud MQTT, Firebase, DHT11 sensors, motion sensors, and relays. These projects demonstrate controlling devices remotely through MQTT, reading sensor data, and publishing it to cloud dashboards.

Language: C++ - Size: 597 KB - Last synced at: about 1 month ago - Pushed at: 2 months ago - Stars: 10 - Forks: 0

rajdeep13-coder/Smart-Wiper

Project that was made by my team at IOTRICITY-S2 Grand Finale, 3rd Sept 2025

Language: C++ - Size: 4.88 MB - Last synced at: 2 months ago - Pushed at: 2 months ago - Stars: 0 - Forks: 0

happybono/BusInfoSystem

Bus Information System for Gyeonggi and Incheon Province, South Korea. NodeMCU (ESP8266) has been used as main microcontroller unit, and displays the bus information on the 0.96" SSD1306 I2C OLED.

Language: C++ - Size: 5.69 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 2 - Forks: 1

prathamjoshi-1/Wifi-Door-Lock

**WiFi Door Lock** – Secure door control using ESP8266 and a servo motor.

Language: C++ - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

prathamjoshi-1/IOT-Weather-Station

**IoT Weather Station** – Monitor temperature and humidity in real-time via ESP8266.

Language: C++ - Size: 1.95 KB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 1 - Forks: 0

hafidhh/Patient-Surveillance-ESP8266

Tracing COVID-19 patient using SAM-M8Q GPS modul and MAX30102 for heart rate monitoring

Language: C++ - Size: 2.24 MB - Last synced at: 19 days ago - Pushed at: 9 months ago - Stars: 4 - Forks: 1

rakshixh/Samraksh

Samraksh - IoT Based Women Safety Device! ( Anveshana 2021-2022 Mini Project )

Language: C++ - Size: 37.1 KB - Last synced at: about 1 month ago - Pushed at: 7 months ago - Stars: 10 - Forks: 1

aNThiCu/AirsoftChronograph

A chronograph used for airsoft to get the barrel exit velocity of the bb & RPS of the replica(working on the RPS part)

Language: C++ - Size: 1.61 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 4 - Forks: 0

dromorobo/MSX-wifi

MSX wifi (ESP8266 via RS232)

Language: Lua - Size: 6.41 MB - Last synced at: 3 months ago - Pushed at: 3 months ago - Stars: 13 - Forks: 1

GrayTheZebra/Nerd-Display

ESP8266 + MD_Parola LED-Matrix mit MQTT & WebUI Steuerung

Language: C++ - Size: 26.4 KB - Last synced at: 2 months ago - Pushed at: 3 months ago - Stars: 0 - Forks: 0

rem0obb/simple-bitcoin-miner-esp8266

A bitcoin block miner using esp8266

Language: C++ - Size: 63.5 KB - Last synced at: about 1 month ago - Pushed at: over 4 years ago - Stars: 14 - Forks: 1

MatsK/max7219_esp8266_msg_board Fork of rdeangel/esp8266_max7219_rda_msg_board

MAX7219 ESP8266 Message Board with MQTT and Web support

Language: C++ - Size: 2.72 MB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

clu3bot/EasyFlash-for-Deauther

EasyFlash allows the user to easily flash bin files to esp8266 and other development boards.

Language: Shell - Size: 665 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 0

eighthree/Simple-LED-Strip-Controller 📦

ESP8266 Based LED light strip controller via a web browser

Language: C++ - Size: 284 KB - Last synced at: 4 months ago - Pushed at: over 7 years ago - Stars: 48 - Forks: 8

Mysteriza/DHT22-MQ135-Blynk-Monitoring

NodeMCU ESP8266 program to run DHT22 and MQ-135 sensor and send the data to Blynk App.

Language: C++ - Size: 151 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 1 - Forks: 0

SamrahSayyed/home-automation-project

Home Automation Project using ESP8266, RF module, DHT11, MQ2, PIR, OLED, and Blynk!

Language: C++ - Size: 123 KB - Last synced at: 4 months ago - Pushed at: 4 months ago - Stars: 0 - Forks: 0

judasgutenberg/ESP8266-Micro-Weather

A modification of a single-plot web-based data visualizer.

Language: PHP - Size: 93.8 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 2 - Forks: 0

KebabLord/esp2python

This project helps you to get any sensor data from esp8266 to python as a variable and control the module through python without AT commands.

Language: C++ - Size: 202 KB - Last synced at: 5 months ago - Pushed at: about 5 years ago - Stars: 46 - Forks: 9

flavioJoshua/20230120_Power_SolarMeter_

Solar power Meter by ACS712 on Arduino cloud and Blynk Cloud

Language: C++ - Size: 493 KB - Last synced at: 5 months ago - Pushed at: 5 months ago - Stars: 1 - Forks: 0

gargakk/NanoWS2812B-Notifier

Physical notification system for Nano cryptocurrency transactions

Language: C++ - Size: 15.6 KB - Last synced at: 6 months ago - Pushed at: 6 months ago - Stars: 0 - Forks: 0

joydipdutta001/arduinocodes

Here I am sharing some of my practice codes to interface various kind of sensors with Arduino Uno, ESP8266 And ESP32

Language: C++ - Size: 85.9 KB - Last synced at: 5 months ago - Pushed at: over 5 years ago - Stars: 3 - Forks: 0

akashdip2001/Wi-Fi-deauther-with-ESP8266-OLED-module

IOT with Cyber Security with WiFi deauther with esp8266 oled module

Size: 24.5 MB - Last synced at: 5 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

ZakKemble/MailboxNotifierESP

A WiFi connected mail notifier using an ESP8285 module and Telegram

Language: C++ - Size: 104 KB - Last synced at: 6 months ago - Pushed at: over 3 years ago - Stars: 84 - Forks: 5

arunilkeshri/automated-fish-aqua-feeder

Smart, offline-first automated fish feeder 💡 using ESP8266 + Telegram bot 📬

Language: C++ - Size: 4.31 MB - Last synced at: 3 months ago - Pushed at: 7 months ago - Stars: 0 - Forks: 0

educ8s/ESP8266-Weather-Display-with-Art-Deco-enclosure

ESP8266/Arduino Weather Station/Forecast display

Language: C - Size: 384 KB - Last synced at: 7 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 3

Lam-Embedded/remote-servo-motor-control-with-esponw

This project focuses on remote control and wireless communication between two ESP8266 using the **ESP-NOW** method. One ESP8266 receives signals from a button and sends them to the second ESP8266 to control the servo motor's rotation angle.

Language: C++ - Size: 0 Bytes - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 1 - Forks: 0

tzf230201/iot_curtain_and_light

An IoT device for controlling curtains, main lighting and an RGB ambient light, using an ESP8266 as the main controller and controllable via Telegram.

Language: C++ - Size: 7 MB - Last synced at: 8 months ago - Pushed at: 8 months ago - Stars: 0 - Forks: 0

in-jun/wifi-ac-controller

ESP8266과 IR 통신으로 구현한 스마트 에어컨 제어 시스템입니다. 웹 브라우저만으로 언제 어디서나 에어컨을 제어할 수 있는 편리한 IoT 솔루션을 제공합니다.

Language: Go - Size: 13.7 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 12 - Forks: 1

in-jun/wifi-jammer

WiFi 보안 취약점 이해와 방어 체계 구축을 위한 연구용 프로젝트입니다. ESP8266을 활용하여 WiFi 프로토콜의 디인증 메커니즘을 분석하고, 더 나은 보안 솔루션 개발을 위한 인사이트를 제공합니다.

Language: C++ - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: about 1 year ago - Stars: 21 - Forks: 2

viktak/hall

Language: C++ - Size: 605 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 1 - Forks: 0

anedyaio/anedya-example-nodemcu

Anedya Example code for Node MCU

Language: C++ - Size: 131 KB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 4 - Forks: 2

nicolaus-hee/esp8266-benq-rs232-mqtt

Control a BenQ TH530 projector via its RS232 interface with an ESP8266, MQTT and openHAB.

Language: C++ - Size: 2.44 MB - Last synced at: 9 months ago - Pushed at: 9 months ago - Stars: 37 - Forks: 6

ktauchathuranga/net-command

Proof-of-concept project that enables users to control an ESP8266 device from anywhere in the world via secured API.

Language: PHP - Size: 25.2 MB - Last synced at: 27 days ago - Pushed at: 9 months ago - Stars: 2 - Forks: 0

fernandosilvot/App-IoT_GenAI

Este proyecto muestra cómo conectar un ESP8266 con AWS IoT Core y usar MQTT para enviar datos de un sensor DHT22. Además, aprovecha Amazon Bedrock para generar chistes en respuesta a la temperatura.

Language: C++ - Size: 10.4 MB - Last synced at: 8 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

PraweenSoni/Temperature-esp8266

Temperature monitoring

Language: C++ - Size: 2.93 KB - Last synced at: 10 months ago - Pushed at: 10 months ago - Stars: 0 - Forks: 0

cifertech/Beacon-Spammer-ESP8266

Simple Code for Spamming fake SSID with ESP8266

Language: C++ - Size: 4.88 KB - Last synced at: 7 months ago - Pushed at: about 3 years ago - Stars: 34 - Forks: 2

andrejicd/Thingspeak-Weather-Station

ThingSpeak Weather Station with LCD Display

Language: C++ - Size: 31.3 KB - Last synced at: 5 months ago - Pushed at: 11 months ago - Stars: 2 - Forks: 0

jaycollett/MQTTDoorbell

MQTT ESP8266 "smartifier" doorbell module.

Language: C++ - Size: 22.2 MB - Last synced at: about 1 month ago - Pushed at: almost 5 years ago - Stars: 4 - Forks: 0

YoussofKhawaja/IoT-Climate-Tracker

Temperature and Humidity Monitor

Language: C++ - Size: 54.7 KB - Last synced at: 3 months ago - Pushed at: almost 2 years ago - Stars: 5 - Forks: 0

onkar69483/Home-Security-System

Smart home security system built using a NodeMCU, an ultrasonic sensor (HC-SR04), an LED, and a buzzer. The system detects motion and alerts by lighting up the LED, sounding the buzzer, and sending notifications to Telegram.

Language: C++ - Size: 531 KB - Last synced at: 9 months ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

andrejicd/Klimerko-3.1

Klimerko 3.1

Language: C++ - Size: 6.37 MB - Last synced at: 9 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

VexisTheFox/ESPClock

The clock firmware for esp8266

Language: TypeScript - Size: 524 KB - Last synced at: 11 months ago - Pushed at: 11 months ago - Stars: 0 - Forks: 0

ADITYASHAH-IITP/IoT-based-Smart-Irrigation-System

In this Project, I will work with Smart irrigation System that has wide scope to automate the complete irrigation system. Here I will be building an IoT based Irrigation System using ESP8266 NodeMCU Module,Arduino Uno , Soil Moisture Sensor Module and DHT11 Sensor. It will automatically irrigate based on the moisture level in the soil, Temperature and Humidity of ambient and also send the Data to ThingSpeak Server to keep track of the land condition. The System also consist of a water pump module which will be used to sprinkle water on the land depending upon the land environmental condition such as Moisture, Temperature and Humidity.

Size: 846 KB - Last synced at: 6 months ago - Pushed at: over 4 years ago - Stars: 7 - Forks: 1

Surin-Learning-Lab/ESP8266-P10-LED-Panels

Arduino, Raspberry Pi, ESP32, ESP8266 Node MCU projects

Language: C++ - Size: 28.3 KB - Last synced at: 23 days ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

shreyas-malhotra/esp8266_basic_wifi_enum

A lightweight tool for scanning and enumerating nearby WiFi networks using an ESP8266 module, provides detailed information about each detected network, including SSID, BSSID, RSSI, channel, and encryption type.

Language: C++ - Size: 4.88 KB - Last synced at: about 1 month ago - Pushed at: 12 months ago - Stars: 0 - Forks: 0

mwdle/RotaryHueControl

Allows for gradient color control of Common Anode RGB LEDs via 5 pin 360° rotary encoder or built-in web interface. ESP8266 NodeMCU Project.

Language: C++ - Size: 47.3 MB - Last synced at: 5 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

pcamposu/FallWatcher

A complete IoT-based system for detecting falls in real-time using ESP8266 devices, an MQTT broker, and a Flutter mobile application.

Language: C++ - Size: 437 KB - Last synced at: 26 days ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

snacsnoc/esp8266-weather-py

weather station using an esp8266

Language: Python - Size: 7.81 KB - Last synced at: 5 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

oziavci/cat-dog-feeder-wifi

Automatic pet feeder. It can be timed and managed online. ESP8266 nodemcu project.

Language: C++ - Size: 8.79 KB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 36 - Forks: 4

ANANDHUAJITH/RTC-CLOCK-

OLED RTC CLOCK WITH UNIQUE UI

Language: C++ - Size: 10.7 KB - Last synced at: 22 days ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

c7v/esp8266-rtc-sd1302-clock-sync-ntp

⏰ Настольные часы на ESP8266 c RTC SD1302 и синхронизацией по NTP.

Language: C++ - Size: 2.57 MB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

f3riend/simpleEsp8266-Server

Simple Esp8266 web server led example with fake wifi

Language: Python - Size: 2.93 KB - Last synced at: 4 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

AnandRawat138/SmartHomeAutomation

The project involves an ESP8266 microcontroller controlling four appliances (Fan, AC, TV, and Room Light) via a 4-channel relay module. The system also includes fan speed control based on room temperature and AC status. The goal is to enable both local and remote control of these appliances

Language: C++ - Size: 47.9 KB - Last synced at: 6 months ago - Pushed at: about 1 year ago - Stars: 0 - Forks: 0

nthnn/VoxHAUT-Roamer

An interactive companion pet robot on ESP8266 (Arduino platform) with audio synthesis module and Android phone app for communication.

Language: C - Size: 54.1 MB - Last synced at: about 2 months ago - Pushed at: over 2 years ago - Stars: 4 - Forks: 0

ckevar/ErikaOS-OnlineWeatherStation

It shows the weather using OpenWeather.org data based on a position acquired by ip-api.com

Language: C - Size: 1.65 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 2 - Forks: 0

mcnaveen/esp8266-dht11-telegram

Monitor Room Temperature with ESP8266, DHT11 and Telegram Bot

Language: C++ - Size: 350 KB - Last synced at: 7 months ago - Pushed at: almost 4 years ago - Stars: 6 - Forks: 1

shridattdudhat/ESP01-MOSFET-Control

Control LED or DC Motor using ESP-01!

Size: 850 KB - Last synced at: 4 months ago - Pushed at: over 4 years ago - Stars: 5 - Forks: 1

jvlhd/ESP8266-WiFi-phisher-PL

Modified code of ESP8266-Captive-Portal by 125K

Language: C++ - Size: 12.7 KB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 10 - Forks: 2

helloworld-id/Cekapurum

Pencegahan Kebakaran Dapur Rumah (Cekapurum) or as translated Home Kitchen Fire Prevention is IoT project using NodeMCU ESP3288 with DHT11 and Fire Sensor

Language: C++ - Size: 21.3 MB - Last synced at: over 1 year ago - Pushed at: over 3 years ago - Stars: 0 - Forks: 0

h-elsner/ESPflasher

GUI for esptool

Language: Pascal - Size: 8.59 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

GalacticCodeGambit/RFID-door-lock

An ESP scans the RFID cards and sends messages to other ESPs to unlock the door if it was the correct RFID card.

Language: C++ - Size: 135 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 1 - Forks: 0

domoticsduino/smarthome-fw-lib-esp8266-ddmqtt

Library with functions to manage MQTT protocol

Language: C++ - Size: 5.86 KB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

ninharp/ninESP

ninHOME Node - Web Configurable Modular ESP8266 Firmware

Language: HTML - Size: 5.53 MB - Last synced at: about 1 year ago - Pushed at: over 4 years ago - Stars: 26 - Forks: 10

MichielfromNL/ESP8266IRFancontroller

AC Mains controlled IR transmitter for ceiling fan

Language: C++ - Size: 23.3 MB - Last synced at: over 1 year ago - Pushed at: about 4 years ago - Stars: 1 - Forks: 0

egebilecen/eb-home-automation

Simple home automation system.

Language: CSS - Size: 296 KB - Last synced at: 8 months ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 0

nthnn/Monitoria

Advance attendance monitoring system with ESP8266 NodeMCU, RFID-RC522, SIM800L, LCD I2C, and a custom web application.

Language: JavaScript - Size: 833 KB - Last synced at: 4 months ago - Pushed at: about 2 years ago - Stars: 1 - Forks: 0

MurtadhaAlobaidi/Firebase-Arduino-ESP8266

Connect firebase with Arduino and Wifi module(ESP8266)

Language: C++ - Size: 2.07 MB - Last synced at: 8 months ago - Pushed at: over 3 years ago - Stars: 1 - Forks: 0

Erfanm83/RFID-with-Esp8266

ESP8266, PN532 RFID, and Google Spreadsheet based In/Out Time Tracking System

Language: HTML - Size: 14.8 MB - Last synced at: about 1 year ago - Pushed at: about 1 year ago - Stars: 3 - Forks: 1

BrunoMorastoni/RadarGuru

Melhor aplicativo de radar, feito até hoje (fase de testes)

Language: C - Size: 2.34 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 2 - Forks: 0

WolfRorDev/EasyWiFiHandler

This script was created to support a Wi-Fi module (e.g. ESP8266) in conjunction with other devices such as STM32 or Arduino. It allows you to quickly and easily connect to a Wi-Fi network and send a GET request, the value of which will be returned to the microcontroller (e.g. STM32, Arduino)

Language: C++ - Size: 6.84 KB - Last synced at: over 1 year ago - Pushed at: over 2 years ago - Stars: 0 - Forks: 0

MewnianSquire/Robotika

UAS Pemrograman Robotika

Language: C++ - Size: 8.25 MB - Last synced at: over 1 year ago - Pushed at: over 1 year ago - Stars: 0 - Forks: 1

NugrohoESBB/PengadukNutrisi-PI

Project penulisan ilmiah bertema Internet of Things

Language: C++ - Size: 1.43 MB - Last synced at: 6 months ago - Pushed at: almost 2 years ago - Stars: 0 - Forks: 0

DickSwart/MotionLED

NodeMCU project with a PIR sensor and single colour 12v LED strip.

Language: C++ - Size: 674 KB - Last synced at: over 1 year ago - Pushed at: over 6 years ago - Stars: 2 - Forks: 0

izzarzn/SST-IoT-BOARD

Here are the Programs that can be done on a SST IoT Node MCU ESP8266 Board.

Language: C++ - Size: 24.9 MB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 5 - Forks: 4

MKme/Wemos-D1-ESP8266-PIR-Alarm

Simple Web Alerting Motion Alarm using Espressif ESP8266 and IFTTT

Language: G-code - Size: 4.22 MB - Last synced at: over 1 year ago - Pushed at: over 4 years ago - Stars: 77 - Forks: 20

jem-green/iBubbles

Fermenter Bubble Counter

Language: C++ - Size: 112 KB - Last synced at: over 1 year ago - Pushed at: almost 3 years ago - Stars: 0 - Forks: 0

chiukapoor/SmartParking

Smart parking using ESP8266, ardiuno, thinkspeak and website

Language: JavaScript - Size: 1.35 MB - Last synced at: over 1 year ago - Pushed at: about 7 years ago - Stars: 1 - Forks: 0