CubeCell: Difference between revisions

From RevSpace
Jump to navigation Jump to search
(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...")
 
mNo edit summary
(3 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Project
  |Name=CubeCell
  |Omschrijving=Low-power LoRaWAN Board
  |Picture=cubecell.jpg
  |Status=Initializing
  |Contact=bertrik
}}
== Intro ==
== Intro ==


This page is about the [https://heltec.org/project/htcc-ab01/ CubeCell board] from heltec.org
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
* 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
Line 10: Line 18:


What I'd like to investigate:
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 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? Currently this is not the case, you need the Arduino IDE...
* 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/HelTecAutomation/ASR650x-Arduino/issues/11
   https://github.com/platformio/platformio-core/issues/3078
   https://github.com/platformio/platformio-core/issues/3078
* Use this board for my [[LoraBatBox]]
* Use this board for my [[LoraBatBox]]

Revision as of 23:35, 4 December 2019

Project CubeCell
File:Cubecell.jpg
Low-power LoRaWAN Board
Status Initializing
Contact bertrik
Last Update 2019-12-04

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 library on this? This should be possible because arduino-lmic is also targeted to a sx12x2 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