Hello, I recently bought a pair of Wio Lites in order to get them to talk to each other as BLE central - peripheral devices. Is this functionality supported? Specifically, can I set one of them up to scan for a broadcasting preset MAC address and trigger an output when it detects the address?
Hi Baozhu, thanks for the quick response. I really appreciate it! I looked through the files on the repo that you linked, but I didn’t see anything about identifying a broadcast ID as a central device. Can you please give me a little more specific direction to the files that will help me?
Thank you again for your response. Unfortunately, I’m still stuck. Please answer me these questions:
You linked me to the MG127 repo, and I’m using your Wio Lite MG126. How do I get this code loaded in my Arduino library? It appears that there are missing headers (such as “intrinsics.h”).
Is the Observer GAP role supported? Can I get received packet info to be sent to the MCU for data processing?