© Screek Workshop

RedditFacebookXYouTube
Screek Workshop
/Human Sensor Gen1(1-Series、LD2410C)
Human Sensor Gen1(1-Series、LD2410C)
/
🧰
Restore Factory Firmware For 1M、1MS
🧰

Restore Factory Firmware For 1M、1MS

  • Use Online Tool
  • Resources
  • Factory Firmware File
  • Other methods
  • esptool.py
🧚
Factory Firmware Repair after accidental destruction of firmware.

Use Online Tool

Considering that the 1M(S) is very small and not easy to open, we provide an online tool to facilitate the ability to restore the factory firmware directly.

💡
This tool can also be used to view device logs, or configure a Wi-Fi network.

Video Demo:

Online tool links

https://tool.screek.io/factory_tool/1m_1ms

This tool is based on esp-web-tools.

⚠️
If direct flushing doesn't do the trick, try using DFU mode.🎇Complete 1MS recovery using DFU mode

Resources

Factory Firmware File

With the ESP32C3 series used in the 1M, one of the easiest ways to flash the device is to use the WEB interface (https://web.esphome.io/) and select Firmware Refresh in there.

However, if the device has lost its USB driver, you will need to enter DFU mode to flash it.

You need to open the box, then power on the device, press and release the RST button at the same time as pressing the BOOT button, at this time, the two indicators show a slightly lighted state, then you can use the WEB flashing tool to flash in the factory firmware.

🧚
please download the following zip format and unzip it yourself:
factory-humen-sensor-1m_V230804_1.bin.zip588.9KB

Other methods

esptool.py

If you prefer to use the command line tool, try this command:

🧚
The following command is used for mac platforms, and is usually suitable for linux platforms as well; for windows platforms, please specify a reasonable COM port.
esptool.py --chip esp32c3 --port /dev/tty.usbmodem* write_flash 0x0 factory-humen-sensor-1m_V230804_1.bin