JohnySeven / TWatchSK

TTGO T-Watch 2020 v1 supporting Signal K features for displaying boat data and controlling devices on board.
MIT License
9 stars 1 forks source link

ENH: Build our own Arduino support #82

Closed JohnySeven closed 1 year ago

JohnySeven commented 2 years ago

This is interesting: https://github.com/espressif/esp32-arduino-lib-builder

Would allow us to update ESP IDF to newer version with more support for new features (Wifi roaming is one example)

ba58smith commented 2 years ago

I looked at it, and then I looked at ESP-IDF. (I didn't really know what it was - I guess PlatformIO hides it from us.) I'd love to have native support for Wifi roaming!

JohnySeven commented 2 years ago

ESP-IDF is SDK for ESP32 microcontrollers - it's RTOS implementation with HAL (hardware application layer). Look here: https://www.espressif.com/en/products/sdks/esp-idf

This is something I would like to experiment with in next few months, it isn't something I would like to deal with right now :-)