Re-Development via Arduino
Preparation
小技巧
The library also supports the ESP32 official development framework.
Capsule Sensor V3 enters the WirelessBoot mode. Ensures that the WiFi of the Capsule and your computer in the same LAN.
Uploading demo code
Long press the indicator light of the device for 8 seconds until the Blue light of the device is always on.
备注
Some early devices may require a regular press of 16 seconds.
Open the Arduino and click the
Tools
option. In thePort
option, find esp32s3_xxxx and select it.
小技巧
If you can’t find such a port, restart the Arduino and check whether your device is connected to the same LAN as the computer.
Board
select Heltec Cupsule Sensor V3.
小技巧
Some special code here will also have other options to select, such as the LoRaWAN demo, you need to set the LoRa Region to the corresponding frequency.
Select a demo code.
Click
Upload
to upload the code.