Difference between revisions of "CubeCell"

From RevSpace
Jump to navigation Jump to search
(Intro)
Line 10: Line 10:
  
 
This page is about the [https://heltec.org/project/htcc-ab01/ CubeCell board] from [https://nl.aliexpress.com/store/3213115 heltec.org], aka HTCC-AB01
 
This page is about the [https://heltec.org/project/htcc-ab01/ CubeCell board] from [https://nl.aliexpress.com/store/3213115 heltec.org], aka HTCC-AB01
* based on an ASR605x (ARM cortex M0+ core) + SX1262(?) radio chip
 
* low power, only microamps sleep current
 
* battery connection
 
* solar cell connection
 
  
 
[https://github.com/HelTecAutomation/ASR650x-Arduino the github page for the Arduino code]
 
[https://github.com/HelTecAutomation/ASR650x-Arduino the github page for the Arduino code]
Line 29: Line 25:
  
 
== Hardware ==
 
== Hardware ==
 +
Features:
 +
* based on an ASR605x (ARM cortex M0+ core) + SX1262(?) radio chip
 +
* low power, only microamps sleep current
 +
* battery connection
 +
* solar cell connection
  
 
== Software ==
 
== Software ==
 
A demo project is available at
 
A demo project is available at
 
https://github.com/bertrik/cubecelldemo
 
https://github.com/bertrik/cubecelldemo

Revision as of 20:03, 7 June 2020

Project CubeCell
Cubecell.png
Low-power LoRaWAN Board
Status In progress
Contact bertrik
Last Update 2020-06-07

Intro

This page is about the CubeCell board from heltec.org, aka HTCC-AB01

the github page for the Arduino code

What I'd like to investigate:

  • Does it have an RTC?
  • Can we run the arduino-lmic library on this? This should be possible because arduino-lmic is also targeted to a sx12x2 core.
  • Can we compile the code with platformio? YES
 https://github.com/HelTecAutomation/ASR650x-Arduino/issues/11
 https://github.com/platformio/platformio-core/issues/3078

Hardware

Features:

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

Software

A demo project is available at https://github.com/bertrik/cubecelldemo