ESP8266_PWM VS esp-idf-lib

Compare ESP8266_PWM vs esp-idf-lib and see what are their differences.

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)
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.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
ESP8266_PWM esp-idf-lib
1 7
10 1,301
- -
6.7 8.6
about 2 years ago 9 days ago
C C
MIT License -
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

ESP8266_PWM

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.

esp-idf-lib

Posts with mentions or reviews of esp-idf-lib. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-03-31.

What are some alternatives?

When comparing ESP8266_PWM and esp-idf-lib you can also consider the following projects:

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

esp_lte_modem - ESP32 / esp-idf LTE UART modem library for sim7600 with cmux support

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

esp32-led-controller - An embedded matrix LED controller for the ESP32 platform

stm32-ws2812b - STM32 Library for WS2812B using DMA+PWM

TinyGo-On-ESP32 - This tutorial will walk you through how to setup Ubuntu 20.10 with Ubuntu Desktop on a Raspberry Pi 4B, install the Espressif ESP-IDF, install Go and TinyGo and finally flash an app to an Espressif ESP32 Microcontroller.

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

ESP8266Audio - Arduino library to play MOD, WAV, FLAC, MIDI, RTTTL, MP3, and AAC files on I2S DACs or with a software emulated delta-sigma DAC on the ESP8266 and ESP32

AHTxx - This is an Arduino library for Aosong ASAIR AHT1x, AHT2x Digital Humidity & Temperature Sensor

micro_ros_espidf_component - micro-ROS ESP32 IDF component and sample code

lv_port_esp32 - LVGL ported to ESP32 including various display and touchpad drivers