barnaclebill - Are there any basic tutorials av...
Are there any basic tutorials available that use SensESP v3? I'm trying the BMP280 tutorial but it no longer compiles.
3 Replies
I guess you have problems with the esp_websocket_client, is it not?
Try this in the libraries dependenties{
${env.lib_deps} esp_websocket_client=https://components.espressif.com/api/downloads/?object_type=component&object_id=dbc87006-9a4b-45e6-a6ab-b286174cb413
Also lower the upload_speed to 115200 in [env] if you cannot write to the ESP32 module after a successful compilation.
I upgraded my Battery Monitor code (https://github.com/Techstyleuk/SensESP_V3-3-Battery_Monitor) and Engine Monitor Code (https://github.com/Techstyleuk/SensESP_V3-Engine_Monitor) to work with V3. The engine monitor code has an example for a BME280
Great, thanks. I'm building a fuel tank monitor so that's exactly what I needed.