05-14-2021 09:51 AM
Hello Everybody,
i'm tinkering on a small thing witch bme680 at home and discovered that the rp2040 is not yet supported with Arduino IDE Stack.
Wanted to ask if someone has got it running or if support might be expected in the future?
If not i will have to switch back (on samd my code is allready working so no worries) 😊
Thank you all for your Feedback and inputs!
Solved! Go to Solution.
05-14-2021 11:22 AM
Hello OWolf,
Arduino IDE is third-party software, we don't know how to support rp2040 in Arduino IDE.
We had BME688 driver in github https://github.com/BoschSensortec/BME68x-Sensor-API. It is easy to migrate to host platform.
05-14-2021 07:55 PM
Thank you for your quick answer and hint!
I will have a look at the Link and Sourcecode.
08-03-2021 02:41 AM