From 8b29620dee654318e0b39653f3a08d355d2c236a Mon Sep 17 00:00:00 2001
From: pdxlocations <117498748+pdxlocations@users.noreply.github.com>
Date: Tue, 23 Jan 2024 09:01:12 -0800
Subject: [PATCH 1/2] Add RAK Ethernet Module in Supported Hardware
---
docs/hardware/devices/index.mdx | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/docs/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx
index 2aa3547e..07f931df 100644
--- a/docs/hardware/devices/index.mdx
+++ b/docs/hardware/devices/index.mdx
@@ -55,6 +55,7 @@ RAK12002 RTC
[RAK1902](./rak/peripherals?rakmodules=Sensors&sensors=RAK1902) Barometric Pressure Sensor
[RAK1906](./rak/peripherals?rakmodules=Sensors&sensors=RAK1906) Environment Sensor
RAK12013 Radar Sensor
+RAK13800 Ethernet Module
### [LILYGO® T-Beam](./tbeam/)
Boards complete with GPS, 18650 battery holder, and optional screen.
@@ -136,4 +137,4 @@ Fast versatile boards using the RP2040.
[**Pico Peripherals**](./raspberry-pi/peripherals/)
SSD1306 OLED Display
SH1106 OLED Display
-CardKB Keyboard
\ No newline at end of file
+CardKB Keyboard
From 034ef5ed091a4d55781e675301345687f242bd2b Mon Sep 17 00:00:00 2001
From: GUVWAF
Date: Tue, 23 Jan 2024 20:22:01 +0100
Subject: [PATCH 2/2] Add note about Pico USB connection
---
docs/hardware/devices/raspberry-pi/index.mdx | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
diff --git a/docs/hardware/devices/raspberry-pi/index.mdx b/docs/hardware/devices/raspberry-pi/index.mdx
index bcf7c700..5e76d4f3 100644
--- a/docs/hardware/devices/raspberry-pi/index.mdx
+++ b/docs/hardware/devices/raspberry-pi/index.mdx
@@ -12,7 +12,7 @@ The Raspberry Pi Pico series is a range of tiny, fast, and versatile boards buil
:::info
-Only the Pico W has WiFi/BLE capabilities. Meshtastic supports WiFi on the Pico W, but does not currently support BLE
+Only the Pico W has WiFi/BLE capabilities. Meshtastic supports WiFi on the Pico W (although no web server and HTTP API), but does not currently support BLE.
:::
### Pico
@@ -40,6 +40,12 @@ Please be aware that the Raspberry Pi Pico must be used in combination with a [W
- U.FL/IPEX antenna connector for LoRa
- 1.25mm 2-Pin JST for battery
+:::note
+
+LoRa transmissions may interfere with the USB connection. It is recommended to place the antenna as far away from the USB port as possible.
+
+:::
+
### Pico Resources
- Firmware file:`firmware-pico-X.X.X.xxxxxxx.uf2`