Page 1 of 1

Minimalistic Bluetooth Scanner...

Posted: Tue Dec 07, 2021 4:06 pm
by PM-TPI
I am trying to reduce my micropython footprint because I need room for OTA.
I need a BLE --scanner function only-- and RSSI and no other services.
I saw modbluetooth.c.obj in my build file and it is 410KB, the largest of the .obj files.
Realy could use that space !!!
Searching github and other places for a Bluetooth scanner only function, haven't found anything.
Any ideas would be greatly appreciated !!!!

It would also be nice if this Bluetooth scanner was asyncio.