All Projects → skx → Esp8266

skx / Esp8266

Collection of projects for the WeMos Mini D1

Projects that are alternatives of or similar to Esp8266

Homie Esp8266
💡 ESP8266 framework for Homie, a lightweight MQTT convention for the IoT
Stars: ✭ 1,241 (+934.17%)
Mutual labels:  arduino, esp8266
Esp8266 Oled Ssd1306
Driver for the SSD1306 and SH1106 based 128x64, 128x32, 64x48 pixel OLED display running on ESP8266/ESP32
Stars: ✭ 1,590 (+1225%)
Mutual labels:  arduino, esp8266
Easyddns
Easy to Use ESP8266 DDNS Update Client Library.
Stars: ✭ 96 (-20%)
Mutual labels:  arduino, esp8266
Swifitch
Swifitch is ESP8266 based relay board that could be used to turn any light or any wall socket into smart one!
Stars: ✭ 117 (-2.5%)
Mutual labels:  arduino, esp8266
Tts
Text-to-Speech for Arduino
Stars: ✭ 118 (-1.67%)
Mutual labels:  arduino, esp8266
Tft espi
Arduino and PlatformIO IDE compatible TFT library optimised for the STM32, ESP8266 and ESP32 that supports different driver chips
Stars: ✭ 1,215 (+912.5%)
Mutual labels:  arduino, esp8266
App Release
An IoT Solution,this is the android release app | download ios app in app store
Stars: ✭ 104 (-13.33%)
Mutual labels:  arduino, esp8266
Aunit
Unit testing framework for Arduino platforms inspired by ArduinoUnit and Google Test. Used with AUniter or EpoxyDuino for continuous builds.
Stars: ✭ 73 (-39.17%)
Mutual labels:  arduino, esp8266
Esparto
Esparto v3.3 is a rapid development framework, synchronous task queue and GPIO manager with web UI for ESP8266 devices
Stars: ✭ 108 (-10%)
Mutual labels:  arduino, esp8266
Arduinoosc
OSC subscriber / publisher for Arduino
Stars: ✭ 106 (-11.67%)
Mutual labels:  arduino, esp8266
Hugo Esp8266
Hugo is a 4-button ESP8266 Wi-Fi Remote, Arduino compatible and simple to use.
Stars: ✭ 77 (-35.83%)
Mutual labels:  arduino, esp8266
Espway
Segway-like robot implemented on ESP8266
Stars: ✭ 109 (-9.17%)
Mutual labels:  arduino, esp8266
Sming
Sming - Open Source framework for high efficiency native ESP8266 development
Stars: ✭ 1,197 (+897.5%)
Mutual labels:  arduino, esp8266
Espilight
ESPiLight - pilight 433.92 MHz protocols library for Arduino
Stars: ✭ 80 (-33.33%)
Mutual labels:  arduino, esp8266
Tinygsm
A small Arduino library for GSM modules, that just works
Stars: ✭ 1,186 (+888.33%)
Mutual labels:  arduino, esp8266
Rgb
Offline smart home - esp8266 and WS2811/WS2812/NeoPixel LEDs Smart home / Gudra māja / Умны дом
Stars: ✭ 99 (-17.5%)
Mutual labels:  arduino, esp8266
Blinker Library
An IoT Solution,Blinker library for embedded hardware. Works with Arduino, ESP8266, ESP32.
Stars: ✭ 1,095 (+812.5%)
Mutual labels:  arduino, esp8266
Stickwatch
A DIY smart watch based on M5Stick of ESP32
Stars: ✭ 68 (-43.33%)
Mutual labels:  arduino, esp8266
Perswifimanager
Persistent WiFiManager Arduino library for ESP8266
Stars: ✭ 106 (-11.67%)
Mutual labels:  arduino, esp8266
Esp8266
ESP8266 NodeMCU Workshop
Stars: ✭ 109 (-9.17%)
Mutual labels:  arduino, esp8266

ESP8266 Projects

This repository contains a small number of projects for use with/on the ESP8266 chip, as packaged by the WeMos Mini D1.

Template Project

The d1-template project is a skeleton which carries out the basic tasks many projects would require:

  • Connects to your local WiFi network.
    • Acting as an access-point if it has not previously connected.
  • Refreshes the date/time via NTP.
  • Runs a mini webserver.

This project is a good starting point for new work.

Distance Sensor

The d1-distance project is used to determine if my desk-chair is occupied by measuring a distance with an ultrasonic sensor.

EPaper Image Display

The epaper-web-image project demonstrates featching an image over HTTP/HTTPS and drawing it upon a 4.2" epaper display.

Helsinki Tram Display

The d1-helsinki-tram-times project shows the departure times of Trams in Helsinki, and is more fully documented on the project homepage.

NTP-Based Clock

The d1-ntp-clock does exactly what the name implies, operates as a clock getting the time via NTP.

The project is documented on the project homepage.

Pixel Editor

The d1-pixels project presents a simple pixel-editor which can be used to update an 8x8 LED Matrix in real-time, via your browser.

The project is documented on the project homepage.

Temperature & Humidity Measurement

This simple project records the current temperature & humidity value via a DHT22 sensor, and submits to a local MQ bus.

Web Radio

The d1-web-radio project allows a web-browser to control a TEA5767-based radio receiver, allowing you to listen to the radio with ease.

Water Flow Counting

The d1-water-meter project is a simple one that measures the flow of water being sent to our washing-machine. The data is published on an MQ bus.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].