Arduino MKR WiFi 1010 Blynk Bluetooth

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.

Any Ideas? I would appreciate the help.

Thanks again

Find a MKR bluetooth tutorial , get it working and spend some time really studying it to understand how it works.
Once you have a good grasp of how it works then find a Blynk bluetooth tutorial.
It should then be trivial to modify the Blynk tutorial to accommodate the MKR board.