Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Fix typos
  • Loading branch information
kaklik committed Jul 3, 2024
1 parent eec5e52 commit 0574917
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ISM01A - Si4463 EZRadioPRO Transceiver
# ISM01 - Si4463 EZRadioPRO Transceiver

The MLAB ISM01A module is a high-performance wireless transceiver designed for long-distance data transmission. The module is based on the [Si4463 chip](https://www.silabs.com/wireless/proprietary/ezradiopro-sub-ghz-ics/device.si4463?tab=specs) from Silicon Labs, which is part of the EZRadioPRO family. With its wide frequency range and output power, it is ideal for applications that require robust and reliable wireless communication.
The ISM01 is a high-performance wireless transceiver designed for long-distance data transmission. The module is based on the [Si4463 chip](https://www.silabs.com/wireless/proprietary/ezradiopro-sub-ghz-ics/device.si4463?tab=specs) from Silicon Labs, which is part of the EZRadioPRO family. With its wide frequency range and output power, it is ideal for applications that require robust and reliable wireless communication.

ISM01A can operate on the open 433 or 868 MHz frequencies, which are popular in many applications.

Expand All @@ -17,7 +17,7 @@ ISM01A can operate on the open 433 or 868 MHz frequencies, which are popular in
- Communication: UART, SPI, GPIO
- Accessible GPIO signals directly from the transceiver
- Status indication: Two LED diodes controlled from the Si chip
- Antenna connectors: MCX for RX and TX antennas. For bidirectional communication with a single antenna, it is necessary to connect the [RFSWITCH module](www.mlab.cz/module/RFSWITCH01/), which serves as an RF switch and enables MIMO 2x2 support. ISM01A is able to control RFSWITCH module trought GPIO pins
- Antenna connectors: MCX for RX and TX antennas. For bidirectional communication with a single antenna, it is recommended to connect the [RFSWITCH module](www.mlab.cz/module/RFSWITCH01/), which serves as an RF switch and enables MIMO 2x2 support. ISM01A is able to control the RFSWITCH module through GPIO pins

## Possible Applications

Expand All @@ -27,7 +27,7 @@ The MLAB ISM01A module with the Si4463 transceiver is suitable for a wide range
- **Data Links**: With prepared firmware, the module can function as a [SiK data communication link](https://ardupilot.org/copter/docs/common-sik-telemetry-radio.html), which can transmit [MAVLink packets](https://mavlink.io/en/). MAVLink is a protocol designed for communication with unmanned vehicles and is supported by the most widespread autopilots Ardupilot and PX4. This is ideal for applications that require wireless data transmission.
- **Wireless Sensor Networks**: The module can be used to create wireless sensor networks in IoT applications.

> Based on this module, the company [ThunderFly](https://www.thunderfly.cz) has developed a module optimized for use on drones, which combines this ISM01A module, RFSWITCH01A and aditional RF filters and LNA. More information about this TFSIK01 module can be found [here](https://github.com/ThunderFly-aerospace/TFSIK01/).
> Based on this module, the company [ThunderFly](https://www.thunderfly.cz) has developed a module optimized for use on drones, which combines this ISM01A module, RFSWITCH01A, and additional RF filters and LNA. More information about this TFSIK01 module can be found [here](https://github.com/ThunderFly-aerospace/TFSIK01/).
## Links to Related Resources

Expand Down

0 comments on commit 0574917

Please sign in to comment.