Page 1 of 1

[Covid-19] BLE/WiFi mesh project ESP32

Posted: Sat Apr 04, 2020 3:40 pm
by Nathis
Hi everyone,

We are currently working on a project about Covid-19 with friends of mine.

We would like to know if there is any BLE mesh library for Arduino ?

Best regards,
Nathis

Re: [Covid-19] BLE/WiFi mesh project ESP32

Posted: Fri Apr 17, 2020 6:00 am
by fasani
Yes there is.
Please look at this branch of my project Remora, where I'm using BLE to receive the WiFi configuration:

https://github.com/martinberlin/Remora/ ... heltec-ble


Please note that BLE libraries are quite heavy, so you will probably need to use a custom-partition.csv, just look at the platformio.ini file and the partition itself to see how is that implemented. Read here more information about partitions:
https://docs.espressif.com/projects/esp ... ables.html