i must admit I've been abusing the arduino framework too much. I've been thinking that I should learn the espressif idf and interface the components at the lower level. I've been hesitating, but seems like this is the sign. Thank you everyone for your help
Does doing so mean your lose compatibility with the thousands of available libraries written for the Arduino environmental framework?
Or, are you wanting to use the Espressif APIs that are still available in said famework?
expressif api are just C code, there shouldn't be much issue using that in an arduino code. the point is to understand what I'm doing rather than just use a library I guess
Agree. Many of the APIs are available to you while still in the Arduino framework.
Reason I asked is you said:
The "IDF" is a completely different development environment (IDE, toolchain, etc) that's totally separate from Arduino. I'm guessing that's incompatible with any library in the Arduino Ecosystem.
yeah, i just wanted to dive deeper into interacting with the hardware directly so I could figure out myself if something like this happens again
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.