CubeCell-Arduino icon indicating copy to clipboard operation
CubeCell-Arduino copied to clipboard

[Enhancement] Get the ASR65XX chip running without Arduino

Open miathedev opened this issue 4 years ago • 1 comments

Is there any documentation to get things running without Arduino?

miathedev avatar Sep 24 '21 19:09 miathedev

You can use the SDK together with PlatformIO: https://docs.platformio.org/en/latest/platforms/heltec-cubecell.html

I suppose it's also possible to write your own build scripts. The drivers in the SDK are written in standard C and C++, and I'm pretty sure you don't need to use the Arduino sugar if you don't want it.

onitake avatar Sep 10 '23 12:09 onitake