2024-07-01 07:52:54 -07:00
---
id: heltec-sensors
2024-09-02 12:42:29 -07:00
title: HELTEC® Plug&Play Sensors
sidebar_label: Sensors
sidebar_position: 2
2024-07-01 07:52:54 -07:00
---
import Tabs from "@theme/Tabs";
import TabItem from "@theme/TabItem";
<Tabs
groupId="heltec"
queryString="heltec"
defaultValue="v3.0"
values={[
{label: 'Capsule V3.0', value: 'v3.0'}
]}>
<TabItem value="v3.0">
## Heltec Capsule Sensor Rev. 3.0
- **MCU:**
- ESP32-S3FN8 (WiFi & Bluetooth)
- **LoRa Transceiver:**
- Semtech SX1262
- **Frequency Options:**
- 433 MHz
- 470 - 510 MHz
- 863 - 870 MHz
- 902 - 928 MHz
- **Connectors:**
- Magnetic suction interface
- Antenna:
- Dedicated 2.4 GHz SMT antenna for WiFi/Bluetooth
- Dedicated SMT antenna for LoRa
### How to upload firmware
:::info
Capsule Sensor V3 uses WirelessBoot mode to upload firmware, exchange information, and print logs through WiFi.
2024-09-26 15:46:44 -07:00
That is, whether you update the firmware locally or via the Web, You need to get the device into WirelessBoot state first.
2024-07-01 07:52:54 -07:00
:::
Refer to this link for how to upload firmware for Capsule Sensor V3: [**Wireless Boot**](https://docs.heltec.org/en/node/esp32/capsule_sensor_v3/wireless_boot.html#).
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
### Touch button/Physical button differences
:::warning
Because the touch button is easy to accidentally activate while close to metal or in your pocket, Heltec has discontinued production of this version. However, a small number of samples have entered the market.
:::
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
- Button differences
2024-09-02 12:42:29 -07:00
![Capsule Sensor V3 Button](/img/hardware/heltec/capsule-sensor-v3-button.webp)
2024-07-01 07:52:54 -07:00
- Other hardware differences
1. Removal of [FDG6322C](https://www.mouser.com/datasheet/2/308/1/FDG6322C_D-2312203.pdf) (a dual N & P channel FET) from the physical-button version.
2. Antenna filter values physical-button version (L11 = 1.8pF, C15 = 2.7nH, C24 = 1.8pF) align more closely with ESP32-S3 reference design than touch-button version (L11 = 1.6nH, C15 = 6.9pF, C24 = 2.4pF).
### Features
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
- Meshtastic preinstalled.
- Built-in battery.
- Sensor replaceable.
### Pin
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
- Connector:
2024-09-02 12:42:29 -07:00
- Model name: [DF12NB(3.0)-10DS-0.5V(51)](https://resource.heltec.cn/download/Heltec%20Capsule%20Sensor%20V3/Connector.pdf)
2024-07-01 07:52:54 -07:00
- Pin:
2024-09-02 12:42:29 -07:00
![Capsule Sensor V3 pin](/img/hardware/heltec/capsule-connector.webp)
2024-07-01 07:52:54 -07:00
- More pin definitions please refer [Schematic Diagram](https://resource.heltec.cn/download/Heltec%20Capsule%20Sensor%20V3/Capsule_Main_Esp32_Schematic_Diagram.pdf)
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
### Resources
2024-09-02 12:42:29 -07:00
2024-07-01 07:52:54 -07:00
- Firmware file: `firmware-heltec_capsule_sensor_v3-X.X.X.xxxxxx.bin`
- Purchase links
- International
- [Heltec](https://heltec.org/project/heltec-capsule-sensor-v3/)
- [AliExpress](https://www.aliexpress.us/item/3256805256690400.html)
</TabItem>
</Tabs>