Hello,
My plan right now is to connect my RT1062 either through its onboard bluetooth module or using an external HC-06 to connect to a LegoNXT brick thats running Lejos. I’ve managed to get the HC-06 to connect thru an app on my phone and I can recieve data from it but thats manually selecting the device on my phone. Is there some way where I can get the RT1062’s onboard bluetooth or thru UART to tell my HC-06 to connect to a specific mac address. Or if anyone has implemented some form of specificed bluetooth communications, I’d appreciate it since I’m trying to do this as my research project.
I tried looking at aioable and the library for bluetooth for the Rt1062 but I’m confused on how to implement since there isn’t any examples for a setup. I’m new to when it comes to communications and an example for me would be the best way to understand it.