ryankurte / efm32-base

Base project for Silicon Labs EFM32 microcontrollers
89 stars 33 forks source link

Any words of wisdom for migrating from efm32-base to ESP32 via ESP-IDF? #32

Open KJ7LNW opened 6 months ago

KJ7LNW commented 6 months ago

Hi Ryan,

You suggested in #31 that perhaps going to an ESP32 is a better option than continuing with the SiLabs chip for BLE and WiFi. We have a mostly complete project to track satellites that uses efm32-base, and we want to reuse the code on ESP32, or perhaps make it compatible with both platforms.

Fortunately, ESP-IDF is also cmake-based, so maybe this is pretty easy to add as a submodule and start porting.

Thanks for your help!

-Eric and Zeke