You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a note about the driver/pulse_cnt.h from Espressif
I am building a quadrature sensor setup that will point to the prop shaft and calculate RPM and direction.
For this to work I had to add the esp_websoclet_client to my local code (put it in /lib) as there seem to be some be some version conflicts with esp core > 3.0, esp-idf > 5.x, esp_websoclet_client > 1.0 (using 1.6.1) and sensesp signalk_ws_client 3.2.2,
I am not completely sure why locally it works but guessing the include tree order changed and my /lib/ESPWebsocketFix/ is now prioritized
I tried various setups in platformIO.ini but none of them worked.
did not work
;-I "${platformio.packages_dir}/framework-arduinoespressif32/tools/sdk/esp32/include/espressif__esp_websocket_client/include"
;-I include
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Just a note about the driver/pulse_cnt.h from Espressif
I am building a quadrature sensor setup that will point to the prop shaft and calculate RPM and direction.
For this to work I had to add the esp_websoclet_client to my local code (put it in /lib) as there seem to be some be some version conflicts with esp core > 3.0, esp-idf > 5.x, esp_websoclet_client > 1.0 (using 1.6.1) and sensesp signalk_ws_client 3.2.2,
I am not completely sure why locally it works but guessing the include tree order changed and my /lib/ESPWebsocketFix/ is now prioritized
I tried various setups in platformIO.ini but none of them worked.
did not work
;-I "${platformio.packages_dir}/framework-arduinoespressif32/tools/sdk/esp32/include/espressif__esp_websocket_client/include"
;-I include
Beta Was this translation helpful? Give feedback.
All reactions