HelTecAutomation / CubeCell-Arduino

Heltec CubeCell Series (based on ASR6501, ASR6502 chip) Arduino support.
248 stars 137 forks source link

[Enhancement] Get the ASR65XX chip running without Arduino #194

Open miathedev opened 2 years ago

miathedev commented 2 years ago

Is there any documentation to get things running without Arduino?

onitake commented 10 months ago

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.