
This design will take as input a Byte from a UART receive (RX) line and produce a chirp signal in output. The Chirp is available as 8-bit digital bus (7 is MSB, 0 is LSB). The produced chirp will be the digital rapresentation of the input Byte in LoRa - Style modulation at BW 125 kHz, SF8.

| # | Input | Output | Bidirectional |
|---|---|---|---|
| 0 | UART RX | o_data_0(LSB) | o_done(Chirp Done) |
| 1 | o_data_1 | ||
| 2 | o_data_2 | ||
| 3 | o_data_3 | ||
| 4 | o_data_4 | ||
| 5 | o_data_5 | ||
| 6 | o_data_6 | ||
| 7 | o_data_7(MSB) |