Hi,
I have a wifi chip MTk7628 that communicates over a usb to ttl chip cp2104 to the NRF52832. I was able to cross compile the heart rate collector and burn the OpenWRT firmware with the executable to the device and have successfully scanned over BLE.
My next goal is to get pc-ble-driver-py working on the device, but so far I've been unsuccessful. It looks Cmake isn't available in opkg and is necessary to install pc-ble-driver-py. Has anyone gotten this working?
Also is it possible to compile pc-ble-driver on OpenWRT itself or am I forced to cross compile? I'm trying to think up of a way to create a suitable development environment.
Edit - I do see libpc_ble_driver_shared_sd_api_v5.so in /usr/lib. Does this mean all the definitions of functions listed in the pc-ble-driver header files are located here?