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:wavesharehat [2024/08/31 20:33] – [Config] darroninterfaces:wavesharehat [2024/09/01 11:31] (current) darron
Line 12: Line 12:
 The board can come with or without a GPS receiver. The board can come with or without a GPS receiver.
  
-===Config=== 
- 
- 
-==Raspberry Pi Zero 2W / Pi 3B== 
- 
-__Kernel configuration__ 
- 
-<code> 
-dtparam=spi=on 
-dtoverlay=spi0-0cs 
-enable_uart=1 
-</code> 
- 
-__Kernel command line__ 
- 
-<code> 
-console=tty1 root=PARTUUID=xxxxxxxx-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB 
-</code> 
- 
-__Meshtastic__ 
- 
-<code> 
-Lora: 
-  Module: sx1262  # Waveshare SX126X XXXM 
-  DIO2_AS_RF_SWITCH: true 
-  CS: 21 
-  IRQ: 16 
-  Busy: 20 
-  Reset: 18 
-   
-GPS: 
-  SerialPath: /dev/ttyS0 
-   
-Logging: 
-  LogLevel: debug # debug, info, warn, error 
- 
-Webserver: 
-  Port: 443 # Port for Webserver & Webservices 
-  RootPath: /usr/share/doc/meshtasticd/web # Root Dir of WebServer 
-</code> 
- 
-__Systemd__ 
- 
-<code> 
-systemctl enable meshtasticd 
-systemctl start meshtasticd 
-</code> 
 ===Resources=== ===Resources===