This project was developed as my final thesis at DTU. It is a Bluetooth Mesh gateway, for configuring and provisioning networks via MQTT. It uses ESP-IDF and the ESP32-GATEWAY board from Olimex, which supports Ethernet, to avoid using BLE and Wifi at the same time.
Building takes place in docker, as the tool chain is quite bothersome to install.
- build and start docker:
make docker
- Build the source code:
make build
- Flash to ESP32
make flash
- View serial output
make monitor