Inq720 wrote: ↑Sat Dec 23, 2023 5:17 pm
As an example of power of an ESP8266... early-on in the Covid, I thought I could help with the staggering demand of ventilators -
https://inqonthat.com/inqvent/. If I recall correctly, the little ESP8266 was able to handle reading two pressure sensors, while controlling two servos and a PWM motor driver being read/updated at 100Hz while also hosting the website and pumping out real-time data via Web Sockets to multiple browsers at about 200KB/sec (total).
On my project
https://github.com/rin67630/Sound-press ... er-Booster I am reading analog data at 8 Hz, compute a lot of acoustical maths out of this info, making stats by minute, hour, days; (reset-safe) reading the weather, running a user menu over serial or Telnet, sending all that stuff to an internet platform for display as dashboards, display the data on an LCD displays. It can also split the work between two ESP8266, having one module onsite and the other one indoors, communicating via UDP.
On my current project
https://github.com/rin67630/Victron_VE_on_Steroids i am diong similar things, reading data from serial, deserialize it, while making reset-safe integrations and stats by the hour and the day, computing internal resistance and state of charge,running a user menu over serial or Telnet, sending all that stuff to an internet platform for display as dashboards, plus the same displays and inter ESP communication.
Now I plan to use an ESP32 to centralize the information from several ESP8266, changing my communication from 1:1 to n:1
using arrays of a structure.
Regards and season greetings