Heltec CubeCell - part 1

Hi, just purchased the board. It seems great! Is there a way to choose a single channel within the EU868 frequency plan? I mean, I would like my node to send just in 868.3 for example. Thanks!!

Please donā€™t do that, itā€™s impolite usage of the band.

I know itā€™s impolite usage but it is just for academic purposes. Thanks anyway.

It may be that we have brought you some confusion in the representation of the frequency band. In fact, the 868MHz version can work normally between 863 ~ 870MHz. We intentionally made the bandpass during debugging.

Thanks, but I think you didā€™nt understand my question. I would like to know how to select the exact frequency the packet is sent in the 868 band. For example, I want to send a packet always in the frequency 868.1MHz although I know it is transmitted in a pseudo random secuence of frequencies. By this way, I would be able to separate the channels depending on the node.

My scenery is the following one:

Node A: always TX in 868.1MHz
Node B: always TX in 868.3MHz.
Node C: always TX in 868.5MHz.

Thanks!

That is really NOT how LoRaWAN works.

LoRaWAN tells nodes apart by headers prefixed in the message. And since LoRaWAN operates on a shared band, collisions are assumed to come from other peopleā€™s usage not just your own devices.

LoRaWAN operates on randomized spread in time and frequency.

TTN is a LoRaWAN network.

And this is the TTN Forum.

Great review from Andreas Spiess

2 Likes

The board looks promising but like Andreas concluded, it definitely needs (better) documentation.

1 Like

Heltecā€™s CubeCell module is sold in two different versions.

  • ā€˜No Arduinoā€™ without Arduino support.
  • ā€˜Active with Arduinoā€™ with Arduino support (more expensive).

cubecell%20arduino

[Updated]

According to the CubeCell AT Command User Manual (v0.2) Arduino support is activated by entering a serial key. CubeCell modules that come with Arduino support are factory activated.
Modules that come without Arduino support have the option to activate it later by entering a serial key via AT commands (presumably the keys can be purchased from Heltec separately).

1 Like

When is availability of PlatformIO support expected?

1 Like

The 433 MHz version seems to be the board to go for FossaSAT-1b reception on 436.7 MHz next spring. :slight_smile:

@bluejedi
We are busying update the document page recently, hope the English document page can be done this week.

PlatformIO is in testing now, I think we will be able to release at the end of January.

2 Likes

for all playing with the CubeCells:

1 Like

Nice respository, you know of any that has implemented the DS18B20 to the cubecell?

BR
/A

The OneWire library found in the official repository is broken, hope to find time this weekend to get it running again.

Hi,
I used to be able to compile this code very well. But recently I get all kinds of error messages. Like

Multiple libraries found for ā€œLoRaWan_APP.hā€
Used: /Users/andre/Library/Arduino15/packages/CubeCell/hardware/CubeCell/0.0.4/libraries/LoRa

and

/Users/andre/Library/Arduino15/packages/CubeCell/tools/gcc-arm-none-eabi/8-2019-q3/bin/ā€¦/lib/gcc/arm-none-eabi/8.3.1/ā€¦/ā€¦/./arm-none-eabi/bin/ld: /Users/andre/Library/Arduino15/packages/CubeCell/hardware/CubeCell/0.0.4/cores/asr650x/projects/CubeCellLib.a(AT_Command.o): in function printDevParam': E:\lib/AT_Command.c:1229: undefined reference to KeepNet

what am I doing wrong, or whatā€™s changed?

UPDATE: For now the problem is solved by using CubeCell board Framework 0.0.3 and not version 0.0.4.

Thanks for your CubeCell information on GitHub.

ā€œBest obtainedā€ in what configuration?:

  • Powered by Li-ion battery via battery connector, USB or external supply via 3.3V pin?
  • Was that with or without AT command support enabled?

IIRC I read somewhere that the 3.5 Ī¼A in sleep mode is when externally powered via 3.3V pin (e.g. powered directly from LiFePO4 battery).

@andreas58 please use the github version.
that version will always contain all bug fixes.
the library manager version is outdated.

@bluejedi. Hi thanks for your comments . The test was carried out with a working Script and a BME680 sensor powered via Vext, sending every 15 minutes,with no AT support or USB connected. This showed 20 Ī¼A current was when the node was in its sleep cycle and with a much higher level when powering sensor RX or TX. The Power was only supplied by 3.7v Lipo-ion battery connect though the battery connector. If you use USB it will be Higher and if charging etcā€¦ I would note that when powered from a 3.3v supply then you can get around 4Ī¼A, Please dont connect directly a battery to the 3.3 v rail as may cause damage.

I have a battery life calculatator on my web site in downloads to workout battery life based on the consumprion by, sensor,RX, Dwell Time ,TX , SF, Duty cycle etc. It is here https://securethings.uk/sdm_downloads/lorawan-energy-calculator.

I have heard that some people have got arround 10Ī¼A, But I do not know what their settings were let me know if you get it that low.

Simon

Directly connecting a 3.2V LiFePo4 battery should be possible voltage-wise.
Is there any other reason than voltage (or reverse polarity) that may cause damage?