Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
interfaces:wavesharehat [2024/08/29 23:08] – [Config] darron | interfaces: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== | ||
- | |||
- | __Kernel configuration__ | ||
- | |||
- | < | ||
- | dtparam=spi=on | ||
- | dtoverlay=spi0-0cs | ||
- | enable_uart=1 | ||
- | </ | ||
- | |||
- | __Kernel command line__ | ||
- | |||
- | < | ||
- | console=tty1 root=PARTUUID=xxxxxxxx-02 rootfstype=ext4 fsck.repair=yes rootwait cfg80211.ieee80211_regdom=GB | ||
- | </ | ||
- | |||
- | __Meshtastic__ | ||
- | |||
- | < | ||
- | Lora: | ||
- | Module: sx1262 | ||
- | DIO2_AS_RF_SWITCH: | ||
- | CS: 21 | ||
- | IRQ: 16 | ||
- | Busy: 20 | ||
- | Reset: 18 | ||
- | | ||
- | GPS: | ||
- | SerialPath: /dev/ttyS0 | ||
- | </ | ||
===Resources=== | ===Resources=== | ||