Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 651 Bytes

README.md

File metadata and controls

26 lines (16 loc) · 651 Bytes

D1MiniLegoControl

A simple example HTTP server to comtrol a custom lego adapter

This project aims to include a programmable component into LEGO builds switching LEDs and buzzers and other devices.

The core is a D1 Mini offering:

  • Digital inputs and outputs
  • Analog inputs
  • I²C devices (like displays)
  • WiFi client and hotspot

Access to the D1 Mini functions is provided via a WiFi hotspot and HTML web interface.

Build example

Default values

Current state

ATM only switching the digital outputs is included.