C++ esp8266-arduino

Open-source C++ projects categorized as esp8266-arduino

Top 23 C++ esp8266-arduino Projects

esp8266-arduino
  • NeoPixelBus

    An Arduino NeoPixel support library supporting a large variety of individually addressable LEDs. Please refer to the Wiki for more details. Please use the GitHub Discussions to ask questions as the GitHub Issues feature is used for bug tracking.

    Project mention: Does anyone use RGBW addressable leds? | /r/arduino | 2023-12-10

    This library (and some others) supports them: https://github.com/Makuna/NeoPixelBus

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • AutoConnect

    An Arduino library for ESP8266/ESP32 WLAN configuration at runtime with the Web interface

  • HASwitchPlate

    LCD touchscreen for Home Automation

  • IoTaWatt

    IoTaWatt Open WiFi Electric Energy Monitor

    Project mention: What's that touchscreen in my room? | news.ycombinator.com | 2024-01-20

    If anyone is interested in having this type of real-time usage data for their own own home, I highly recommend IoTaWatt: https://iotawatt.com

    It's a completely local energy monitor that you can install into your home's circuit breaker panel, and then view dashboards or read data via an API from a local web server running on-device. You choose how many sensors you want, but you can monitor your whole home as well as individual circuits.

    For example, I track and trigger automations when my various appliances (laundry, dishwasher, microwave, etc) start/stop. It's very cool. Just be warned that it does require some research, basic understanding of electricity, and comfort working with high voltage mains connections if you plan to DIY it but I found it approachable and easy to setup.

    What it looks like: https://i.ibb.co/qBVmBD1/IMG-1595.jpg

  • RemoteDebug

    Library for Arduino to debug projects over WiFi, with web app or telnet, with print commands like Serial Monitor

  • ESPixelStick

    Firmware for the ESPixelStick

  • dscKeybusInterface

    An Arduino/esp8266/esp32 library to directly interface with DSC security systems.

    Project mention: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware | news.ycombinator.com | 2024-04-27

    Brought an inactive home security system onto Home Assistant using the below repository, so I can track everything from smoke alarms to motion, doors, and windows. I swear there's a niche business opportunity in retrofitting all these deactivated systems!

    https://github.com/taligentx/dscKeybusInterface

  • EspMQTTClient

    Wifi and MQTT handling for ESP8266 and ESP32

    Project mention: Synchronize 25 ESP8266 to start playback of an audio file at the same time | /r/arduino | 2023-12-08

    This is a perfect use case for MQTT, e.g. this library for ESP boards. Create a broker on the network (e.g. a Raspberry Pi running Mosquitto, and have all the ESP boards subscribe to a topic. When you want to play a sound, publish a message to the topic, and all of the ESPs should see it very quickly. You don't need to synchronize clocks any more because it's simply based on the timing of publishing a message.

  • InfluxDB-Client-for-Arduino

    Simple library for sending measurements to an InfluxDB with a single network request. Supports ESP8266 and ESP32.

  • ArtnetWifi

    Arduino library for Art-Net (artnet) over WiFi, send and receive DMX data. Runs on ESP8266, ESP32, Pi Pico W, WiFi101 and WiFiNINA devices.

  • ezTime

    ezTime — pronounced "Easy Time" — is a very easy to use Arduino time and date library that provides NTP network time lookups, extensive timezone support, formatted time and date strings, user events, millisecond precision and more.

  • WiFi-remote-for-Bestway-Lay-Z-SPA

    Hack - ESP8266 as WiFi remote control for Bestway Lay-Z spa Helsinki

    Project mention: Ask HN: What have you built with ESPHome, ESP8266 or similar hardware | news.ycombinator.com | 2024-04-27

    Hot Tub Wi-Fi remote controller from https://github.com/visualapproach/WiFi-remote-for-Bestway-La...

  • ESP-WebOTA

    Simple web based Over-the-Air (OTA) updates for ESP based projects

  • Split-Single-Phase-Energy-Meter

    Split Single-phase Energy Meter

  • WakeOnLan

    Wake On LAN magic packets generator library for ESP8266 & ESP32 boards (by a7md0)

  • TM16xx

    Arduino TM16xx library for LED & KEY and LED Matrix modules based on TM1638, TM1637, TM1640 and similar chips. Simply use print() on 7-segment and use Adafruit GFX on matrix.

  • ESPAsyncE131

    Asynchronous E1.31 (sACN) library for Arduino ESP8266 and ESP32

  • BresserWeatherSensorReceiver

    Bresser 5-in-1/6-in-1/7-in-1 868 MHz Weather Sensor Radio Receiver for Arduino based on CC1101, SX1276/RFM95W or SX1262

  • ESP8266-I2C-Driver

    Fixed built-in I2C driver for Arduino ESP8266 core

  • EWMA

    Exponentially Weighted Moving Average Filter (by jonnieZG)

  • FastLEDHub

    Control multiple FastLED lightstrip animations on the ESP8266 and ESP32 without reuploading.

  • ESPWebDAV

    macOS, linux, windows: Natively sharing files - port 80 is shared (by d-a-v)

  • Mach3Controller

    Android / ESP32 / ESP8266 Controller (+ coordinate display) for Mach3 CNC

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

C++ esp8266-arduino discussion

Log in or Post with

C++ esp8266-arduino related posts

  • What's that touchscreen in my room?

    3 projects | news.ycombinator.com | 20 Jan 2024
  • WLED not working with TM1814

    2 projects | /r/WLED | 11 Jul 2023
  • Has anyone here switched from flat-rate to peak-hour rates (or vice versa) with Duke? What has your experience been?

    1 project | /r/triangle | 6 Jul 2023
  • Using Resolume Arena 6 and 2 ESP32s

    1 project | /r/FastLED | 23 Jun 2023
  • I'm a security technician. I found out where all our Pis are going. Access control panel I'm working on:

    1 project | /r/raspberry_pi | 20 Jun 2023
  • Connector identification

    1 project | /r/arduino | 18 Jun 2023
  • how can i make my esp32 autonomous ?

    1 project | /r/esp32 | 8 Jun 2023
  • A note from our sponsor - SaaSHub
    www.saashub.com | 6 Dec 2024
    SaaSHub helps you find the best software and product alternatives Learn more →

Index

What are some of the best open-source esp8266-arduino projects in C++? This list will help you:

Project Stars
1 NeoPixelBus 1,180
2 AutoConnect 912
3 HASwitchPlate 732
4 IoTaWatt 652
5 RemoteDebug 614
6 ESPixelStick 545
7 dscKeybusInterface 516
8 EspMQTTClient 461
9 InfluxDB-Client-for-Arduino 383
10 ArtnetWifi 371
11 ezTime 345
12 WiFi-remote-for-Bestway-Lay-Z-SPA 304
13 ESP-WebOTA 297
14 Split-Single-Phase-Energy-Meter 263
15 WakeOnLan 181
16 TM16xx 179
17 ESPAsyncE131 131
18 BresserWeatherSensorReceiver 121
19 ESP8266-I2C-Driver 77
20 EWMA 59
21 FastLEDHub 58
22 ESPWebDAV 42
23 Mach3Controller 16

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com

Did you konow that C++ is
the 6th most popular programming language
based on number of metions?