Greetings all,
I've inherited an existing design where my customer want to use JSON to transfer messages across our Bluetooth interface, then on to another device via I2C. I see both pros and cons to this approach, the biggest pro being it allows them to use an existing JSON-based messaging system. The con for me is that I can't figure the best way to receive these JSON strings using a GATT service. I'm definitely new to Bluetooth, so maybe I'm missing something obvious, but what is a good way to send long strings via Bluetooth?
Joe