h10 technical documentation Buy

Berta H10 - Debug port

Berta H10 has a serial debug port used by RIOT to send the debug messages. To read the messages on this port you need and USB to Serial interface like the USB to debug port adapter and a serial terminal emulator configured at 115200,8,N,1.

If you are using a Raspberry Pi, a FOX Board D27 or a Linux Debian/Ubuntu PC you could install tio by typing:

sudo apt update
sudo apt install tio

Then insert the USB to serial adapter and type:

tio -m INLCRNL /dev/ttyUSB0

[tio 19:17:08] tio v1.32
[tio 19:17:08] Press ctrl-t q to quit
[tio 19:17:08] Connected

Turn on the Berta H10 and you will start to receive the debug messages send by the Berta-H10:

Enable ACME Sensor 0 as MODE_I2C
main(): This is RIOT! (Version: 2023.07)
Periodic task.
[BOARD vcc] READ:  2985
[BOARD vpanel] READ:     2
[SENSOR Data] Temperature : 24.28, Humidity :  55.41
SIGNATURE: 0224, NODE_CLASS: 001, CPUID: 3BBBB1AC46395351202020310D0D0E02, VCC: 2985, VPANEL: 0002, BOOST: 1, POWER: 014, SLEEP: 00010, TEMP: 097C, HUM: 15A5

SIGNATURE: 00E0, NODE_CLASS: 01, CPUID: 3BBBB1AC46395351202020310D0D0E02, VCC: 0BA9, VPANEL: 0002, BOOST: 1, POWER: 0E, SLEEP: 000A, TEMP: 02428, HUM: 05541

E000013BBBB1AC46395351202020310D0D0E0200A90B02000E010A007C09A515
boost=1 txpower=14
Lora transmit packet.
Entering backup mode.
Enable ACME Sensor 0 as MODE_I2C
main(): This is RIOT! (Version: 2023.07)
Periodic task.
[BOARD vcc] READ:  2985
[BOARD vpanel] READ:     2
[SENSOR Data] Temperature : 24.41, Humidity :  54.10
SIGNATURE: 0224, NODE_CLASS: 001, CPUID: 3BBBB1AC46395351202020310D0D0E02, VCC: 2985, VPANEL: 0002, BOOST: 1, POWER: 014, SLEEP: 00010, TEMP: 0988, HUM: 1521

SIGNATURE: 00E0, NODE_CLASS: 01, CPUID: 3BBBB1AC46395351202020310D0D0E02, VCC: 0BA9, VPANEL: 0002, BOOST: 1, POWER: 0E, SLEEP: 000A, TEMP: 02440, HUM: 05409

E000013BBBB1AC46395351202020310D0D0E0200A90B02000E010A0088092115
boost=1 txpower=14
Lora transmit packet.
Entering backup mode.

To exit from tio type ctrl-t q

Home page h10 technical documentation Buy