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
interfaces:wavesharepico [2024/08/27 18:48] – [Meshtastic] darroninterfaces:wavesharepico [2024/08/29 23:04] (current) – [Waveshare Pico LoRa SX1262 868M] darron
Line 1: Line 1:
 ====Waveshare Pico LoRa SX1262 868M==== ====Waveshare Pico LoRa SX1262 868M====
  
-===Meshtastic=== 
  
-<code> +This board supports [[tools:meshtastic|Meshtastic]] for Pi Pico.
-apt install python3-full +
-</code> +
- +
-<code> +
-mkdir -p ~/.venvs +
-python3 -m venv ~/.venvs/meshtastic +
-~/.venvs/meshtastic/bin/python -m pip install pytap2 +
-~/.venvs/meshtastic/bin/python -m pip install meshtastic +
-</code>+
  
 ===Resources=== ===Resources===
Line 22: Line 12:
 [[https://files.waveshare.com/upload/d/d8/Pico-LoRa-SX1262_Sch.pdf|Schematic]] [[https://files.waveshare.com/upload/d/d8/Pico-LoRa-SX1262_Sch.pdf|Schematic]]
  
-[[https://meshtastic.org/docs/hardware/devices/raspberry-pi/|Meshtastic Raspberry Pi Pico]] 
- 
-[[https://github.com/meshtastic/firmware/releases|Meshtastic releases]]