CubeCell: Difference between revisions
Jump to navigation
Jump to search
(→Intro) |
m (→Hardware) |
||
Line 22: | Line 22: | ||
== Hardware == | == Hardware == | ||
Features: | Features: | ||
* based on an ASR605x (ARM cortex M0+ core) + SX1262 | * based on an ASR605x (ARM cortex M0+ core) + SX1262 radio chip | ||
* low power, only microamps sleep current | * low power, only microamps sleep current | ||
* battery connection | * battery connection |
Revision as of 09:12, 24 April 2021
Project CubeCell | |
---|---|
Low-power LoRaWAN Board | |
Status | In progress |
Contact | bertrik |
Last Update | 2021-04-24 |
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? YES, it appears so
- --Can we run the arduino-lmic library on this? NO, probably not in the short term--
- --Can we compile the code with platformio? YES--
- Use this board for my LoraBatBox
- Video review by Andreas Spiess
Hardware
Features:
- based on an ASR605x (ARM cortex M0+ core) + SX1262 radio chip
- low power, only microamps sleep current
- battery connection
- solar cell connection
- pinout
Software
Example code:
- LoraWan example code
- A basic LoRaWAN platformio demo project is available at https://github.com/bertrik/cubecelldemo (untested, I think my hardware is broken)