CubeCell

From RevSpace
Revision as of 00:50, 4 December 2019 by Bertrik Sikken (talk | contribs) (Created page with "== Intro == This page is about the [https://heltec.org/project/htcc-ab01/ CubeCell board] from heltec.org * based on an ASR605x (ARM cortex M0+ core) + SX1262 radio chip * lo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Intro

This page is about the CubeCell board from heltec.org

  • based on an ASR605x (ARM cortex M0+ core) + SX1262 radio chip
  • low power, only microamps sleep current
  • battery connection
  • solar cell connection

the github page for the Arduino code

What I'd like to investigate:

  • Can we run the arduino-lmic core on this? This should be possible because arduino-lmic is also targeted to sx1262 core.
  • Can we compile the code with platformio? Currently this is not the case, you need the Arduino IDE...
 https://github.com/HelTecAutomation/ASR650x-Arduino/issues/11
 https://github.com/platformio/platformio-core/issues/3078