A BLE Client library for the esp32 to interact with Robo Wunderkind
This library allows for hardware hobbyists to integrate their ideas with the Robo Wunderkind product
Users are encouraged to be creative in their project ideas and combine arduino sensors and electrical components into simple or complex projects with Robo Wunderkind!
Special thanks to Neil Kolban for developing a fully functional BLE Client library for the ESP32
https://github.com/nkolban/esp32-snippets
Open the Arduino IDE and set the Board to Node32s. If you have not installed the ESP32 Board to your Ardunio IDE, do so by following the instructions here https://randomnerdtutorials.com/installing-the-esp32-board-in-arduino-ide-windows-instructions/
After this is done copy paste Robo_Arduino_BLE_ESP32 into the Arduino Library folder. Close and reopen the Arduino IDE. Open the Connect example from this repository, change the Robo Name to the Robo you wish to connect to and have fun!