> For the complete documentation index, see [llms.txt](https://sdk.twelite.info/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://sdk.twelite.info/en/twelite-sdk-howto/fumuua.md).

# program firmware

In order to rewrite the resulting bin file, you will need a serial connection to a PC and port control on the TWELITE radio module.

The combination of TWELITE DIP and TWELITE R simplifies the process by automating the rewrite control.

## Programming utility

### TWELITE Stage

In addition to rewriting the firmware, the terminal and other functions make it easy to set up the interactive mode and check the operation of the application.

Please refer to the [link](https://stage.twelite.info/).

### TWE-Programmer (Windows)

Please refer to the [link](https://mono-wireless.com/jp/products/TWE-APPS/LiteProg/index.html).

### tweterm.py (OS X, Linux)

Please refer to the [link](/en/twelite-sdk-howto/fumuua/tweterm.py.md).

## TWELITE SMD mounted on its own board

This section explains how to switch to programming mode for rewriting the firmware and how to wire it.

Please refer to the [link](/en/twelite-sdk-howto/fumuua/fumuua.md).


---

# 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://sdk.twelite.info/en/twelite-sdk-howto/fumuua.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.
