Close

Firmware refactoring

A project log for RaEsp Gateway

WiFi (ESP8266) connected Ra-02 (SX1278) radio module, OOK, GFSK .. LoRA capable.

h4rdc0derh4rdc0der 06/15/2022 at 19:440 Comments

After soldering and starting up new, fresh PCB I decided to clean up the code.

I'm unable to reach microsecond precision with ESP8266 timers, so I decided to split 'repeats' of OOK protocols and now only one 'repeat' is handled per application loop, somehow mitigating the problem with app execution logic blocking while transmitting OOK pulses into the air.

Discussions