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
Alternatives To Esp8266_pwm
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Esp Idf Lib1,215
4 months ago31C
Component library for ESP32-xx and ESP8266
Tdm627
4 months ago7June 20, 202122gpl-3.0Python
GUI application to discover and monitor devices flashed with https://github.com/arendst/tasmota
Diyhue608
a year ago4otherC++
Philips Hue emulator that is able to control multiple types of lights
Esp8266_new_pwm163
3 years ago14gpl-2.0C
This is a drop-in replacement for the ESP8266 SDK PWM
Esp8266_wlan_speaker98
4 years ago3C++
Using an ESP8266 to playback an audio stream over WiFi and 7-bit PWM.
Wiflier87
8 years ago2otherKiCad
ESP8266-based Quadcopter Brain
Aqmon38
4 years ago6Lua
DIY Air Quality Monitor
Esp8266_rtos_alink_demo34
7 years ago2Assembly
Alink 1.0 早期版本
Sonoff34
8 years agoC++
Alternate firmware for the itead Sonoff based on the Arduino port of ESP8266
Cryptoio26
6 years ago3gpl-3.0C++
Get 32 outputs from ESP8266 boards using shift registers and I2S
Alternatives To Esp8266_pwm
Select To Compare


Alternative Project Comparisons
Popular Pwm Projects
Popular Esp8266 Projects
Popular Hardware Categories
Related Searches

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
C
Esp8266
Pwm
Non Blocking