Help finding a Non 12E version of the 8266

This page summarizes the projects mentioned and recommended in the original post on /r/esp8266

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

    Foxie CardClock source

    The Foxie CardClock uses an ESP-12F, WS2812B-2020 LEDs, an RTC and 4 buttons + reset and a light sensor into the analog input. Might be helpful.

  • SaaSHub

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

    SaaSHub logo
  • MorphingClockRemix

    a remix on the work of HarryFun's MorphingClock

    The "remixed" version of the code ( https://github.com/lmirel/MorphingClockRemix ) was only tested on an ESP12E according to the notes, so it seems likely that it can work.

  • 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.

    One of the issues I ran into with LED chains (not the same kind of setup as this) was that some of the data pins on ESP8266 support hardware PWM and some don't. The LED library I used automatically did software PWM / bit-banging on the later pins. This bogged down the processor enough to make the wifi & IR-reception flakey when the number of LEDs was too high. https://github.com/Makuna/NeoPixelBus/wiki/ESP8266-NeoMethods has a bit on that - essentially only GPIO 1,2,3 support non-bit-banging. Depending on the board, you'll have different GPIO pins in different places, and some perhaps not available at all. I don't know how this LED panel is controlled, my guess is that some of the control pins need to be at high resolution, and that using hardware for that as much as possible will reduce the overhead needed, making it all run smoother.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Does anyone use RGBW addressable leds?

    1 project | /r/arduino | 10 Dec 2023
  • Example: FastLED for RGBW strips (via NeoPixelBus and NPBColorLib)

    3 projects | /r/FastLED | 21 Oct 2022
  • Lots of issues with NodeMCU and led libraries

    2 projects | /r/esp8266 | 17 Aug 2022
  • How do you measure the task switching rate inside the kernel?

    1 project | /r/esp32 | 27 Jul 2022
  • RGB/RGBW mix and match help!

    2 projects | /r/FastLED | 7 Jul 2022

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