From 6d5971274188da93b24dc5f0253839e495335e50 Mon Sep 17 00:00:00 2001 From: jose_d Date: Fri, 13 Sep 2024 16:06:19 +0200 Subject: [PATCH] add rp2040-LoRa --- docs/hardware/devices/index.mdx | 9 +++++++ docs/hardware/devices/waveshare/index.mdx | 10 +++++++ .../waveshare/rp2040-lora-hf/index.mdx | 26 +++++++++++++++++++ 3 files changed, 45 insertions(+) create mode 100644 docs/hardware/devices/waveshare/index.mdx create mode 100644 docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx diff --git a/docs/hardware/devices/index.mdx b/docs/hardware/devices/index.mdx index 4abe0a33..55381945 100644 --- a/docs/hardware/devices/index.mdx +++ b/docs/hardware/devices/index.mdx @@ -205,6 +205,15 @@ nRF52840-based development boards with GPS, and multiple ports to attach sensors | [Seeed Wio-WM1110 Dev Kit](./seeed-studio/wm1110?wm1110=wio-sdk-wm1110) | nRF52840 | LR1110 | YES | 5.3 | YES | | [Seeed Wio Tracker 1110](./seeed-studio/wm1110?wm1110=wio-tracker-wm1110) | nRF52840 | LR1110 | YES | 5.3 | YES | + +## Waveshare + +Waveshare provides both integrated modules and standalone LoRa development boards. + +| Name | MCU | Radio | WiFi | BT | GPS | +| :------------------------------------------- | :----- | :----- | :--: | :-: | :-: | +| [RP2040-LORA-HF](./waveshare/rp2040-lora-hf) | RP2040 | SX1262 | NO | NO | NO | + ## [CanaryOne](./canary) Complete solution with battery, screen, case, and antenna. Ships pre-flashed with latest Meshtastic firmware. diff --git a/docs/hardware/devices/waveshare/index.mdx b/docs/hardware/devices/waveshare/index.mdx new file mode 100644 index 00000000..fc83625c --- /dev/null +++ b/docs/hardware/devices/waveshare/index.mdx @@ -0,0 +1,10 @@ +--- +id: waveshare +title: Waveshare +sidebar_label: Waveshare +sidebar_position: 10 +--- + +## RP2040-based development boards + +* [Waveshare RP2040 LoRa-HF](./rp2040-lora-hf) diff --git a/docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx b/docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx new file mode 100644 index 00000000..448759fe --- /dev/null +++ b/docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx @@ -0,0 +1,26 @@ +--- +id: rp2040-lora-hf +title: RP2040-LoRa HF +sidebar_label: RP2040-LoRa HF +sidebar_position: 1 +--- + + +import Tabs from "@theme/Tabs"; +import TabItem from "@theme/TabItem"; + +Module features the RP2040 microcontroller with a dual-core Arm Cortex M0+ processor running up to 133 MHz, 264KB of SRAM, and 2MB of onboard Flash. The module is available either standalone or as part of a development kit that includes a programming adapter with a USB Type-C connector, connected via an FPC 8PIN connector and flat cable. + +## Specifications + +- **MCU:** + - Raspberry Pi RP2040 + - Dual M0+ Core + - 133MHz CPU Clock +- **Connectors:** + - FPC 8PIN + - USB-C (on programming adapter) for USB 1.1 data and power + - IPEX-1 (u.FL) + + +