hissokas / esp8266

Collection of projects for the WeMos Mini D1

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

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.

Weather Station

The d1-weather-station uses an OLED display to show the current date, time, weather-summary & three-day summary via remote HTTP fetches from wunderground.com.

  • This is not my project, but was very interesting to read and cleanup.

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.

About

Collection of projects for the WeMos Mini D1


Languages

Language:Objective-C 42.1%Language:C++ 40.7%Language:Arduino 11.5%Language:C 3.0%Language:JavaScript 1.4%Language:Perl 1.2%Language:HTML 0.1%Language:Shell 0.1%Language:Makefile 0.0%