[SOLVED] Wifi and BLE on the same Microcontroller Device

Hi!

I am doing a project to control a gate using WeMos D1 mini.

Working Part
I integrated Tzapu’s WifiManager in my project. The gate the I mentioned is motorized gate and controller board already have a aux relay. So wifi + relay works great.

Not Working Part
However I am living in a country which do not have constant electricity or internet connection. So I am implementing a back up BLE to communicate with WeMos D1 mini. Since I already implemented Wifi on WeMos, is there a way to implement BLE communication on the same board?

Thanks.

Sorry, WiFi + BLE is not supported.
You can try using completely custom connection management as shown in these examples: https://github.com/blynkkk/blynk-library/tree/master/examples/More/ArduinoClient
If you need more than that - the library is open source so you can tweak it to your needs.
BTW, contributions are highly welcome :wink: