> For the complete documentation index, see [llms.txt](https://bitmerse.gitbook.io/wiser-product-manual/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://bitmerse.gitbook.io/wiser-product-manual/advanced-features.md).

# Advanced Features

### Firmware Updates <a href="#toc150171929" id="toc150171929"></a>

Both WiSer devices feature the ability to update their firmware through a USB connection, facilitated by the dedicated boot button on the device, allowing for a seamless transition into bootloader mode. WiSer devices may receive firmware updates to enhance performance and add new features. Check our website for firmware updates and follow the provided instructions to update your devices.

### Independent ESP32-S2 Dev Boards <a href="#toc150171930" id="toc150171930"></a>

In addition to their primary function as WiSer devices for wireless serial communication, both WiSer-USB and WiSer-TTL possess advanced capabilities. You can use them as independent ESP32-S2 development boards for your personal projects. You can also integrate these small-sized boards into your product’s board easily.

**Note:** Once you overwrite the firmware in WiSer devices, they will no longer function as WiSer devices for wireless serial communication.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://bitmerse.gitbook.io/wiser-product-manual/advanced-features.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
