-->
Page 3 of 3

Re: Converting a pressure sensor code from Arduino to ESP826

PostPosted: Thu Jun 28, 2018 10:46 am
by SupDoc
Thanks for all the help, guys!!

Re: Converting a pressure sensor code from Arduino to ESP826

PostPosted: Thu Jun 28, 2018 10:41 pm
by davydnorris
What's the specific pressure sensor chip you're using?

If it's I2C then it's likely that there is C (RTOS/NONOS SDK) or C++ (RTOS SDK) code out there that can be quickly modded.

You could also find the Arduino source code and port that too - it'll be C/C++

I've ported about 5 different sensors over to the ESP SDK - it's pretty straightforward, especially I2C ones.