Skip to content

Commit e7fe3f5

Browse files
committed
add README.me for the TBeam code
1 parent 3820a48 commit e7fe3f5

1 file changed

Lines changed: 20 additions & 0 deletions

File tree

esp32/loramesh-TBeam/README.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# tinySSB code for ESP32 T-Beam 1.1 and Heltec Lora V1.2 devices
2+
3+
This is the LoRa mesh network code for tinySSB.
4+
5+
How it works: A collection of T-Beam and Heltec devices form a
6+
wireless 'virtual pub' where all new tinySSB content injected at one
7+
node will be available at all other nodes of the mesh. External
8+
devices interface with the mesh via Bluetooth Low Energy. Typically
9+
you need the tinySSB Android app in order to access the mesh.
10+
11+
- nodes talk to each other via LoRa (1 to 10 miles)
12+
- support for different LoRa profiles (AU915, EU868 and US915)
13+
- nodes talk to non-mesh nodes via Bluetooth Low Energy (30 to 300 feet)
14+
- local management commands via serial-over-USB
15+
- remote management functionality
16+
- logging of LoRa reception
17+
- WiFi and KISS-over-USB are local access options but are disabled by default
18+
19+
20+
---

0 commit comments

Comments
 (0)