Skip to content

tinySSB T-Beam firmware v0.0.1-alpha 20230829

Pre-release
Pre-release
Compare
Choose a tag to compare
@tschudin tschudin released this 29 Aug 16:47
· 9 commits to tbeam-heatmap since this release

This is experimental firmware for the LilyGo T-beam v1.0 device. Flash it with the following command:

% esptool --chip esp32 --port /dev/tty... --baud 921600 --before default_reset --after hard_reset write_flash -z --flash_mode dio --flash_freq 80m --flash_size 4MB 0x0 firmware-TBeam-0.0.1-20230829-alpha.bin

This release

  • sends and receives LoRa beacons, shows them on the 3rd display (short button press to cycle through the screens),
  • records the received beacon messages in a file (you can connect via serial line, dump its content with the p command),
  • permits selection of a LoRa profile (long button press to enter the flashing screen, short press to cycle through the profiles, long press to select the flashing one)
  • supports BLE sync with the Android app and the Python SimpleChat app (see the branch cft-simplechat)

Pending:

  • GOset sync among TBeam and Heltec devices seems to work but log content replication needs to be checked

How this release was created:

% cd esp32/loramesh-TBeam
% make BOARD=TBeam firmware

which creates the file build/firmware-TBeam.bin