Firmware to drive an ultrasonic transducer (with additional circuitry) at resonance frequency of 1.7MHz.
Built for the ESP32-C3 Super Mini.
- C++ 100%
Simplified some logic before attempting a real implementation of any serious logic - Switched a redundant while loop to an if statement. waitForConnectResult() is blocking and ESP.reset() is called if the connection fails, no need to continuously loop. Should implement logic here to wipe the SSID and password if connection fails - Simplified some logging functionality |
||
|---|---|---|
| include | ||
| lib | ||
| src | ||
| test | ||
| .gitignore | ||
| platformio.ini | ||