Hi,
I have been trying to create an arduino mkr wifi 1010 bluetooth rc car using the Blynk App. I have been able to successfully connect my Arduino MKR WiFi 1010 with the Blynk app using WiFi using the example sketch provided by the Blynk Library.
Blynk Library: blynk-library/examples at master · blynkkk/blynk-library · GitHub
However, I can't find any bluetooth/ble Blynk example sketch.
Is there any existing example program that will allow my Arduino MKR WiFi to connect to the Blynk app with bluetooth/ble? Under the Boards_Bluetooth folder, there are ESP32 examples, which I believe is the module on the board however those don't work. Finally, is there a way to modify any Blynk bluetooth/ble example sketches to work with my MKR WiFi 1010?
Thank you.