User Tools

Site Tools


meshtastic:nano

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
meshtastic:nano [2022/09/17 16:36] – [Setting TX Power to 20 dBm] neilhaomeshtastic:nano [2023/02/19 21:11] (current) – [Meshtastic Mesh Device Nano Edition] neilhao
Line 5: Line 5:
 Starts from 2022/Mar/16 to ~~LASTMOD~~ (Last Modification) Starts from 2022/Mar/16 to ~~LASTMOD~~ (Last Modification)
  
-^:!: Order Yours Today^^^ +**Nano G1 had been upgraded to Nano G1 Explorer, the old model has been discontinuedNano G1 Explorer features a new internal wideband Lora antenna that supports frequencies from 815 Mhz to 940 MhzA wideband antenna combined with an optimized wideband LoRa RF front-end circuit allows the Nano G1 Explorer to work with LoRa bands in most regions of the world without changing the antenna. The device has also been designed taking into account the potential impact of the human body on its antenna performance, ensuring optimal RF performance even when carried in a pocket. **
-|Official Store| [[https://shop.uniteng.com/product/meshtastic-mesh-device-nano-edition/|https://shop.uniteng.com]]|**In Stock**| +
-|Tindie | [[https://www.tindie.com/products/neilhao/meshtastic-mesh-device-nano-edition/|https://www.tindie.com]]   | **In Stock**|+
  
 +**More information about the new model: https://wiki.uniteng.com/en/meshtastic/nano-g1-explorer**
 +
 +:?: [[https://wiki.uniteng.com/en/meshtastic|Edition Comparisons between our Meshtastic Products]]
 ===== Overview ===== ===== Overview =====
 {{ :meshtastic:meshtastic_mesh_device_nano_edition_overview.jpg?nolink&400|}} {{ :meshtastic:meshtastic_mesh_device_nano_edition_overview.jpg?nolink&400|}}
Line 157: Line 158:
 The Fimware may also be updated by using [[https://github.com/meshtastic/Meshtastic-gui-installer|Meshtastic GUI Installer]]. Meshtastic GUI Installer is a cross platform, easy to use GUI for installing Meshtastic firmware. The Fimware may also be updated by using [[https://github.com/meshtastic/Meshtastic-gui-installer|Meshtastic GUI Installer]]. Meshtastic GUI Installer is a cross platform, easy to use GUI for installing Meshtastic firmware.
  
-More Information about the official firmware support: https://meshtastic.org/docs/hardware/supported/nano-g1+More Information about the official firmware support: https://meshtastic.org/docs/hardware/devices/nano-g1/
 ===== Firmware Less Than Or Equal To Meshtastic 1.2.59 ===== ===== Firmware Less Than Or Equal To Meshtastic 1.2.59 =====
 For the old firmwares less than or equal to Meshtastic 1.2.59, Meshtastic firmware[1] can be ported to this design with minor modification. __Unless there are special reasons, it is not recommended to use old firmwares, these firmwares may not be compatible with the latest version of mobile APP or other PC softwares.__ For the old firmwares less than or equal to Meshtastic 1.2.59, Meshtastic firmware[1] can be ported to this design with minor modification. __Unless there are special reasons, it is not recommended to use old firmwares, these firmwares may not be compatible with the latest version of mobile APP or other PC softwares.__
Line 194: Line 195:
 ==== iOS ==== ==== iOS ====
 The iOS APP could be downloaded and installed from following URL: The iOS APP could be downloaded and installed from following URL:
-https://meshtastic.org/docs/software/apple+https://meshtastic.org/docs/category/apple-apps
 ==== JS/Python/Web Interface ==== ==== JS/Python/Web Interface ====
 Javascript, Python, Web Interface are also supported by the Meshtastic. More information: Javascript, Python, Web Interface are also supported by the Meshtastic. More information:
Line 202: Line 203:
  
 ==== Setting TX Power to 20 dBm ==== ==== Setting TX Power to 20 dBm ====
 +===For Meshtastic Firmware 2.x.x===
 +Execute following command by using [[https://meshtastic.org/docs/software/python/cli|Meshtastic CLI]] which supports Firmware 2.x.x:
 + meshtastic --set lora.tx_power 20
 +Output:
 + Connected to radio
 + Set lora.tx_power to 20
 + Writing modified preferences to device
 +
 ===For Meshtastic Firmware 1.2.x=== ===For Meshtastic Firmware 1.2.x===
-Execute following command by using Meshtastic CLI:+Execute following command by using [[https://github.com/meshtastic/Meshtastic-python/releases/tag/1.2.95|Meshtastic CLI 1.2.95]] which supports Firmware 1.2.x:
  meshtastic --ch-set tx_power 20 --ch-index 0  meshtastic --ch-set tx_power 20 --ch-index 0
 Output: Output:
Line 211: Line 220:
  
 ==== Enabling ext_notification_plugin ==== ==== Enabling ext_notification_plugin ====
 +===For Meshtastic Firmware 2.x.x===
 You will be alerted by the Active Buzzer when receiving an incoming message. You will be alerted by the Active Buzzer when receiving an incoming message.
  
 Execute following command by using Meshtastic CLI: Execute following command by using Meshtastic CLI:
- meshtastic --set ext_notification_plugin_active true+ meshtastic --set external_notification.enabled true
   
 Output: Output:
  Connected to radio  Connected to radio
- Set ext_notification_plugin_active to true +  Set external_notification.enabled to true 
- Writing modified preferences to device+  Writing modified preferences to device
   
 Execute following command by using Meshtastic CLI: Execute following command by using Meshtastic CLI:
- meshtastic --set ext_notification_plugin_alert_message true+ meshtastic --set external_notification.alert_message true
  
 Output: Output:
  Connected to radio  Connected to radio
- Set ext_notification_plugin_alert_message to true +  Set external_notification.alert_message to true 
- Writing modified preferences to device+  Writing modified preferences to device
   
 Execute following command by using Meshtastic CLI: Execute following command by using Meshtastic CLI:
- meshtastic --set ext_notification_plugin_enabled true+ meshtastic --set external_notification.output_ms 100
  
 Output: Output:
- Connected to radio +  Connected to radio 
- Set ext_notification_plugin_enabled to true +  Set external_notification.output_ms to 100 
- Writing modified preferences to device+  Writing modified preferences to device
   
   
 Execute following command by using Meshtastic CLI: Execute following command by using Meshtastic CLI:
- meshtastic --set ext_notification_plugin_output_ms 100+ meshtastic --set external_notification.active true
   
 Output: Output:
- Connected to radio +  Connected to radio 
- Set ext_notification_plugin_output_ms to 100 +  Set external_notification.active to true 
- Writing modified preferences to device+  Writing modified preferences to device 
 + 
 +Re-power the device, the incoming new message will result in 100ms alert.
  
 More details: More details:
-https://meshtastic.org/docs/settings/modules/external-notification-module+https://meshtastic.org/docs/settings/moduleconfig/external-notification
 ===== Real World Testing ===== ===== Real World Testing =====
 ==== TX:20dBm, Freq:915Mhz, Medium/Slow ==== ==== TX:20dBm, Freq:915Mhz, Medium/Slow ====
meshtastic/nano.1663432589.txt.gz · Last modified: 2023/02/11 17:30 (external edit)

Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial-Share Alike 4.0 International
CC Attribution-Noncommercial-Share Alike 4.0 International Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki