Getting Started update

This commit is contained in:
Jon 2023-07-29 16:56:08 -04:00
parent 677be5453d
commit ca8863dedc

View file

@ -22,7 +22,7 @@ Before you begin, it's important to determine which kind of hardware you're usin
### ESP32
The ESP32 chip is older and consumes more power than the nRF52 chip, but is equipped with both WiFi and Bluetooth. Supported ESP32 devices:
The ESP32 chip is older and consumes more power than the nRF52 chip, but is equipped with both WiFi and Bluetooth. Supported ESP32 devices include:
- LILYGO® TTGO T-Beam
- LILYGO® TTGO Lora
@ -32,11 +32,18 @@ The ESP32 chip is older and consumes more power than the nRF52 chip, but is equi
### nRF52
The nRF52 chip is much more power efficient than the ESP32 chip and easier to update, but is only equipped with Bluetooth. Supported nRF52 devices:
The nRF52 chip is much more power efficient than the ESP32 chip and easier to update, but is only equipped with Bluetooth. Supported nRF52 devices include:
- RAK WisBlock
- RAK WisBlock modular boards - Various "Cores" from this modular system
- LILYGO® TTGO T-Echo
### RP2040
The RP2040 is a dual-core ARM chip developed by Raspberry Pi. Supported RP2040 devices include:
- Raspberry Pi Pico
- RAK WisBlock modular boards - RAK11300 RP2040 SX1262 Core Module
:::info
If your device is not listed above, please review our [supported devices](/docs/supported-hardware) to determine which MCU your device has or contact us in [Discord](https://discord.gg/ktMAKGBnBs) with any questions.