CubeCell: verschil tussen versies
Uit RevSpace
Geen bewerkingssamenvatting |
Geen bewerkingssamenvatting |
||
| Regel 21: | Regel 21: | ||
* Use this board for my [[LoraBatBox]] | * Use this board for my [[LoraBatBox]] | ||
* [https://www.youtube.com/watch?v=lobNwqHLrag Video review by Andreas Spiess] | * [https://www.youtube.com/watch?v=lobNwqHLrag Video review by Andreas Spiess] | ||
== Hardware == | == Hardware == | ||
| Regel 30: | Regel 28: | ||
* battery connection | * battery connection | ||
* solar cell connection | * solar cell connection | ||
* [https://resource.heltec.cn/download/CubeCell/HTCC-AB01/HTCC-AB01_PinoutDiagram.pdf pinout] | |||
== Software == | == Software == | ||
A demo project is available at | Example code: | ||
https://github.com/bertrik/cubecelldemo | * [https://github.com/HelTecAutomation/platform-asrmicro650x/tree/develop/examples/arduino-lorawan LoraWan example code] | ||
* A basic platformio demo project is available at https://github.com/bertrik/cubecelldemo | |||
Versie van 9 jun 2020 09:30
| Project CubeCell | |
|---|---|
| Low-power LoRaWAN Board | |
| Status | In progress |
| Contact | bertrik |
| Last Update | 2020-06-09 |
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
- 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 platformio demo project is available at https://github.com/bertrik/cubecelldemo