Problem summary: Bluetooth code working fine on Boron3G but not on BoronLTE
I have some bluetooth code leveraged from ble-wifi-setup-manager that has allowed me to configure a device in cellular mode or BT mode based on an external button press. This is great for in-the-field solar where the normal mode would have the device connecting and sleeping quickly. Instead, the BT mode allows sensor debug to occur while the device stays awake and transmits larger amounts of data directly to a phone.
Anyway, the code works great on two boron3gs, 2 argons. It fails to connect on my only boron LTE.
Before I get too deep into the code, and what is happening, I thought I’d ask: Are the significant BT differences between the devices I should know about? I couldn’t see it documented, but I might have missed it somewhere.
Thanks