File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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+ ---
You can’t perform that action at this time.
0 commit comments