meshtastic/docs/hardware/devices/heltec-automation/sensor/index.mdx
rcarteraz fcc74c59ce
Restructure Hardware Pages (#1404)
* hide the mess! (#3)

* initial changes to folder structure

* redirect tests

* fix links

* fix links and redirects

* fix link and remove redirects for now

* fixing more broken links

* updates

* more broken links

* trunk fmt

* really forked something up

* another broken link

* really forked something up

* fixing links again

* LINKS FINALLY FIXED, added missing seeed devices

* stupid vs code

* I really hate vs code

* honestly, I despise vs code

* I want to kick vs code

* All this extra work for what

* spacing

* I really want to curse vs code

* spacing

* spacing

* Renamed folder

* had to go nuclear to fix

* trunk fmt

* add heltec vision master series

* fixing links

* test redirect

* need to rename heltec folder to allow for redirects

* needed to change raspberry-pi to raspberrypi

* oops fix links

* add chatter to index

* redirects -- I think this is comprehensive

* pesky comma

* no

* remove images

* smaller images

* indents and white spaces

* remove weird {" "}

* remove large photo

* add smaller image, use image that wasn't being used
2024-09-02 12:42:29 -07:00

82 lines
2.6 KiB
Plaintext

---
id: heltec-sensors
title: HELTEC® Plug&Play Sensors
sidebar_label: Sensors
sidebar_position: 2
---
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.
That is, whether you update the firmware locally or via the Web, You need to get the device into WirelssBoot state first.
:::
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#).
### 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.
:::
- Button differences
![Capsule Sensor V3 Button](/img/hardware/heltec/capsule-sensor-v3-button.webp)
- 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
- Meshtastic preinstalled.
- Built-in battery.
- Sensor replaceable.
### Pin
- Connector:
- Model name: [DF12NB(3.0)-10DS-0.5V(51)](https://resource.heltec.cn/download/Heltec%20Capsule%20Sensor%20V3/Connector.pdf)
- Pin:
![Capsule Sensor V3 pin](/img/hardware/heltec/capsule-connector.webp)
- More pin definitions please refer [Schematic Diagram](https://resource.heltec.cn/download/Heltec%20Capsule%20Sensor%20V3/Capsule_Main_Esp32_Schematic_Diagram.pdf)
### Resources
- 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>