Advice for IDE for an existing project
Posted: Sun Jun 03, 2018 10:14 pm
Hi,
I have developed a device with some sensors (temperature, humidity, brightness via I2C) and have written some source code with following features:
- measuring temperature, humidty, brightness and wind speed
- reporting these values via a REST-service to my server
- OTA-Update
- storing configuration (SSID, password) on the ESP32
I have developed this stuff with the arduino IDE an use some of the available libraries.
Now I'd like to use some advanced features of the ESP32 (flash encryption, possibly secure boot) and do not know which way to head.
Is there a possiblity to continue using the Arduino IDE or do I have to switch to IDF? If possible I'd like to stick with the Arduino IDE since I would have to find out how to implement the already existing features within IDF.
Or can I use the available Arudino libraries also in IDF?
Thanks a lot for your help,
Rudi
I have developed a device with some sensors (temperature, humidity, brightness via I2C) and have written some source code with following features:
- measuring temperature, humidty, brightness and wind speed
- reporting these values via a REST-service to my server
- OTA-Update
- storing configuration (SSID, password) on the ESP32
I have developed this stuff with the arduino IDE an use some of the available libraries.
Now I'd like to use some advanced features of the ESP32 (flash encryption, possibly secure boot) and do not know which way to head.
Is there a possiblity to continue using the Arduino IDE or do I have to switch to IDF? If possible I'd like to stick with the Arduino IDE since I would have to find out how to implement the already existing features within IDF.
Or can I use the available Arudino libraries also in IDF?
Thanks a lot for your help,
Rudi