mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-12 16:44:20 -08:00
add rp2040-LoRa
This commit is contained in:
parent
1ba77161e2
commit
6d59712741
|
@ -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-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 |
|
| [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)
|
## [CanaryOne](./canary)
|
||||||
|
|
||||||
Complete solution with battery, screen, case, and antenna. Ships pre-flashed with latest Meshtastic firmware.
|
Complete solution with battery, screen, case, and antenna. Ships pre-flashed with latest Meshtastic firmware.
|
||||||
|
|
10
docs/hardware/devices/waveshare/index.mdx
Normal file
10
docs/hardware/devices/waveshare/index.mdx
Normal file
|
@ -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)
|
26
docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx
Normal file
26
docs/hardware/devices/waveshare/rp2040-lora-hf/index.mdx
Normal file
|
@ -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)
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue