python
python copied to clipboard
The Python CLI and API for talking to Meshtastic devices
meshtastic --version 2.2.22 Heltec V3 running the 2.3.0 Alpha firmware Using the meshtastic.exe app to configure various settings on a Heltec V3, I've found that various Heltec's settings often being...
Hi - Really appreciate the BLE support! I'm having a problem where `meshtastic --ble` stops after connecting to the radio and nothing further happens: ``` root@cottonmouth:~# . meshtastic/bin/activate (meshtastic) root@cottonmouth:~#...
### Platform NRF52, ESP32 ### Description I would really like to user the CLI over Bluetooth, so that I can use my laptop to connect to a node without using...
Resolves meshtastic/python#466
Add YAML Export for - Speed - heading - Altitude - number of sat - timestamp Add YAML Export for 2 new smart position configs - min broadcast interval -...
Currently unable to export set ringtone via `--export-config` or import via `--configure`. https://github.com/meshtastic/python/blob/93441a473f48b6209e3804c877942c5b820be3f4/meshtastic/__main__.py#L237-L242
Instead of refering to the online docs each time we work in the CLI, typing meshtastic --get 0 could output the following structure: display: display.auto_screen_carousel_secs # time between screen pages...
In a attempt to make the output of meshtastic a bit more machine parsing friendly (eg by [nushell](https://github.com/nushell/)) I propose the addition of '--json' to switch the output to something...
The current codebase has a lot of different things interleaved in often unpredictable ways; for example, stuff that controls how data is printed to the console being in the same...
As per title. Linked with #3928 in firmware feature requests.