ESP8266_PWM

This library enables you to use Interrupt from Hardware Timers on an ESP8266-based board to create and output PWM to pins. It now supports 16 ISR-based synchronized PWM channels, while consuming only 1 Hardware Timer. PWM interval can be very long (uint32_t millisecs). The most important feature is they're ISR-based PWM channels. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks. These hardware PWM channels, using interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's necessary if you need to measure some data requiring better accuracy (by khoih-prog)

ESP8266_PWM Alternatives

Similar projects and alternatives to ESP8266_PWM based on common topics and language

  • esp8266-rgb-led-strip

    This software is able to power an ESP8266 driven RGB LED strip. It integrates with HomeKit natively (no bridge needed)

  • Tasmota

    Alternative firmware for ESP8266 and ESP32 based devices with easy configuration using webUI, OTA updates, automation using timers or rules, expandability and entirely local control over MQTT, HTTP, Serial or KNX. Full documentation at

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • stm32-ws2812b

    STM32 Library for WS2812B using DMA+PWM

  • esp-idf-lib

    Component library for ESP32-xx and ESP8266

  • ESP32TimerInterrupt

    Discontinued This library enables you to use Interrupt from Hardware Timers on an ESP32-based board. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

  • SaaSHub

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

    SaaSHub logo
NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a better ESP8266_PWM alternative or higher similarity.

ESP8266_PWM reviews and mentions

Posts with mentions or reviews of ESP8266_PWM. We have used some of these posts to build our list of alternatives and similar projects.
  • What's your favourite ESP32 board? (Best, good, cheap, quality, reliable)
    1 project | news.ycombinator.com | 12 Apr 2022
    Biggest issue I can think of is trying to do PWM _and_ WiFi work simultaneously on an esp8266. If you have, say, an esp8266 serving up a small webpage for control and don't want to add an external PWM board then you might notice intermittent issues. This is more obvious if you're controlling something like a lighting ballast that's PWM controlled.

    Of course now that I'm looking around I see https://github.com/khoih-prog/ESP8266_PWM which seems promising (subdivides the second of two available hardware timers to allow PWM that isn't sensitive to other running code). So there's multiple workarounds (libraries, breakout boards) besides upgrading to an esp32.

Stats

Basic ESP8266_PWM repo stats
1
10
6.7
about 2 years ago

khoih-prog/ESP8266_PWM is an open source project licensed under MIT License which is an OSI approved license.

The primary programming language of ESP8266_PWM is C.


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