mirror of
https://github.com/cnlohr/lolra.git
synced 2026-06-17 00:09:31 +00:00
12 lines
278 B
Markdown
12 lines
278 B
Markdown
# ESP8266 / ESP8285 310 MHz Transmitter
|
|
|
|
Transmits a 310 (or configurable) OOK pulse coded signal out the RX pin on the ESP8266/ESP8286.
|
|
|
|
You can also test it with an SDR and define
|
|
|
|
```c
|
|
#define CONTINUOUS_TONE
|
|
```
|
|
|
|
Frequency / word length can be configured in `rf_data_gen.c`
|