This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
projects:amateur_radio:meshtastic:getting_started [2024/05/08 04:08] – ↷ Page moved and renamed from projects:amateur_radio:meshtastic_in_singapore to projects:amateur_radio:meshtastic:getting_started Andrew Yong | projects:amateur_radio:meshtastic:getting_started [2024/06/20 18:05] (current) – [Python CLI Quickstart] don't enable mqtt while configuring lora Andrew Yong | ||
---|---|---|---|
Line 84: | Line 84: | ||
* For mobile nodes that have battery connectors and onboard lithium-ion chargers | * For mobile nodes that have battery connectors and onboard lithium-ion chargers | ||
* For battery backup of stationary nodes | * For battery backup of stationary nodes | ||
- | | + | * [[projects:amateur_radio:buyers_guide# |
- | | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * [[https:// | + | |
- | * E.g. JST connector prismatic LiPo cells for most other boards | + | |
- | * [[https:// | + | |
* **Solar power** for hard-to-access nodes | * **Solar power** for hard-to-access nodes | ||
+ | * Bypass the DC-DC buck-boost connector on the USB-A end of the cable if using a LoRa board with built-in battery/ | ||
+ | * [[projects: | ||
* **IP-rated enclosure** for outdoor nodes | * **IP-rated enclosure** for outdoor nodes | ||
Line 224: | Line 219: | ||
Meshtastic devices are primarily development boards, thus being bare PCBs; many also use U.FL/IPEX connections for their LoRa antenna, which are extremely fragile. For your Meshtastic device to leave your desk, you are likely to want an enclosure. | Meshtastic devices are primarily development boards, thus being bare PCBs; many also use U.FL/IPEX connections for their LoRa antenna, which are extremely fragile. For your Meshtastic device to leave your desk, you are likely to want an enclosure. | ||
- | Have a look at [[.:meshtastic_device_enclosures]] for some ideas and recommendations. | + | Have a look at [[.device_enclosures:start]] for some ideas and recommendations. |
===== Python CLI Quickstart ===== | ===== Python CLI Quickstart ===== | ||
Line 239: | Line 234: | ||
# Set channel and tx power (don't configure it at the same time as changing regions) | # Set channel and tx power (don't configure it at the same time as changing regions) | ||
- | meshtastic --set lora.channel_num 4 --set lora.tx_power 0 --set mqtt.enabled true && sleep 15 | + | meshtastic --set lora.channel_num 4 --set lora.tx_power 0 && sleep 15 |