2021-04-11 18:29:30 -07:00
---
2022-02-14 10:06:04 -08:00
title: Hardware
sidebar_label: Hardware
2021-04-11 18:29:30 -07:00
slug: /hardware
2022-04-24 15:32:31 -07:00
sidebar_position: 3
2021-04-11 18:29:30 -07:00
---
2021-05-15 19:58:46 -07:00
We currently support devices that use the ESP32 and the nRF52 microcontrollers. Both of these offer low power consumption and long battery life, but each come with their own advantages:
## ESP32
The following ESP32 devices are supported:
2022-01-01 22:54:49 -08:00
2022-02-14 09:34:36 -08:00
- [Lilygo TTGO T-Beam](/docs/hardware/supported/tbeam) - 1.1 (including M8N GPS and SX1262 LoRa variants)
2022-01-01 22:54:49 -08:00
- [Lilygo TTGO Lora](/docs/hardware/supported/lora) - versions 1, 1.3, 2.0, 2.1-1.6
- [Heltec LoRa 32 (V2)](/docs/hardware/supported/heltec)
2021-05-15 19:58:46 -07:00
2022-02-14 10:51:06 -08:00
:::caution
2022-02-14 09:34:36 -08:00
Supported but not encouraged:
2022-03-08 23:51:46 -08:00
2022-05-15 16:20:42 -07:00
- Lilygo TTGO T-Beam - version 0.7 -- Very old, no power management chip, difficulty with GPS module and is frequently confused with other devices.
2022-03-30 10:19:43 -07:00
:::
2022-02-14 09:34:36 -08:00
2022-05-15 16:20:42 -07:00
Advantages:
- Strong hardware/software support, as these devices have been on the market for a longer period of time
- Wi-Fi capable, with full [web interface](/docs/software/web) support
- Numerous 3D printed case designs are available
- Range Test module is supported
Disadvantages:
- Devices do not use Bluetooth 5.0 (BLE), as such may may draw more power
2021-05-15 19:58:46 -07:00
2022-05-15 16:20:42 -07:00
## nRF52
2021-05-15 19:58:46 -07:00
The following nRF52 devices are currently supported:
2022-01-01 22:54:49 -08:00
2022-05-15 16:20:42 -07:00
- [Wisblock RAK4631](/docs/hardware/supported/wisBlock) (Modular system, requires wisBlock Base)
2022-01-01 22:54:49 -08:00
- [Lilygo TTGO T-Echo](/docs/hardware/supported/techo)
2022-05-15 16:20:42 -07:00
Advantages:
- Smaller, more compact designs are available
2022-05-15 17:19:47 -07:00
- Draws 90-95% less power compared to ESP32
- Very low Bluetooth power usage due to Bluetooth 5.0 (BLE)
2022-05-15 16:20:42 -07:00
- Strong manufacturer documentation for RAK Wireless products
Disadvantages:
- No Wi-Fi without additional hardware, the Web interface can only be used via the Serial connection option.
- Newer hardware, as such less software-side support.
- Currently, cannot be used with the Range Test module.
- Fewer 3D printed case options.