stefan b581bf256b P003 Pulse Microseconds
Use micros() for time measurement instead of milis(). Like this the Pulse counter "Time" value uses more precision and also frequencies above 100Hz (>eg. Fans with more than 6'000 RPM) can be measured "instantly" without any processing overhead. With milis() steps are 6'000, 6'666, 7'500. With micros() it gives quite an accurate instant RPM reading also below 10ms per pulse.

Unfortunately this breaks backward compatibility for the "Time" and "Debounce" values as they are now in microseconds.
2021-02-08 13:29:42 +01:00
2020-03-21 18:41:08 +00:00
2018-04-14 15:51:09 +02:00
2021-02-08 13:29:42 +01:00
2020-12-21 15:11:48 +01:00
2020-02-24 20:52:30 +01:00
2018-01-15 23:04:40 +01:00
2020-03-21 18:18:55 +01:00
2018-05-02 22:33:43 +02:00

Latest Nightly Build Status Downloads Docs Patreon Ko-Fi PayPal
GitHub version Build Status Downloads Documentation Status donate donate donate

For ways to support us, see this announcement on the forum, or have a look at the Patreon, Ko-Fi or PayPal links above.

ESPEasy (development branch)

Introduction and wiki: https://www.letscontrolit.com/wiki/index.php/ESPEasy#Introduction

MEGA :warning:This is the development branch of ESPEasy. All new untested features go into this branch. If you want to do a bugfix, do it on the stable branch, we will merge the fix to the development branch as well.⚠️

Check here to learn how to use this branch and help us improving ESPEasy: http://www.letscontrolit.com/wiki/index.php/ESPEasy#Source_code_development

Automated binary releases

Every night our build-bot will build a new binary release: https://github.com/letscontrolit/ESPEasy/releases

The releases are named something like 'mega-20190225' (last number is the build date)

Depending on your needs, we release different types of files:

Firmware name Hardware Included plugins
ESPEasy_mega-20190225_normal_ESP8266_1M.bin ESP8266 with 1MB flash Stable
ESPEasy_mega-20190225_test_ESP8266_1M.bin ESP8266 with 1MB flash Stable + Test
ESPEasy_mega-20190225_dev_ESP8266_1M.bin ESP8266 with 1MB flash Stable + Test + Development
ESPEasy_mega-20190225_normal_ESP8266_4M.bin ESP8266 with 4MB flash Stable
ESPEasy_mega-20190225_test_ESP8266_4M.bin ESP8266 with 4MB flash Stable + Test
ESPEasy_mega-20190225_dev_ESP8266_4M.bin ESP8266 with 4MB flash Stable + Test + Development
ESPEasy_mega-20190225_normal_ESP8285_1M.bin ESP8285 with 1MB flash Stable
ESPEasy_mega-20190225_test_ESP8285_1M.bin ESP8285 with 1MB flash Stable + Test
ESPEasy_mega-20190225_dev_ESP8285_1M.bin ESP8285 with 1MB flash Stable + Test + Development

Documentation & more info

Our new, in-depth documentation can be found at ESPEasy.readthedocs.io. Automatically built, so always up-to-date according to the contributed contents. The old Wiki documention can be found at letscontrolit.com/wiki.

Additional details and discussion are on the "Experimental" section of the forum: https://www.letscontrolit.com/forum/viewforum.php?f=18

Gitpod Ready-to-Code

Icons used

Icons on courtesy of ICONS8.

S
Description
Easy MultiSensor device based on ESP8266/ESP32
http://www.espeasy.com/
Readme
518 MiB
Languages
C++ 72.2%
C 23.5%
JavaScript 2.2%
Python 1.4%
Shell 0.2%
Other 0.3%