ref: ad1df2d2a01bd064e643287ff305673dfede3ce3
dir: /README.md/
# HeyMac on ESP32 via QP/C + Zephyr This project is an attempt to implement the HeyMac protocol/stack on commonly- available ESP32 + LoRa (Semtech SX127x) development boards as a self-contained modem firmware, suitable for interfacing with any number of systems -- modern or retro. This is accomplished using the QP/C framework running on top of / alongside the Zephyr RTOS and as a result, this project is based on the template provided by QuantumLeaps: (Dining philosophers to be pruned from repo at some point...) [QP/C](https://github.com/QuantumLeaps/qpc) ## Building: west build -b ttgo_lora32 -p always west flash