BLE Sending more than 20 Bytes of Data
Last year when I was designing the BLE App, one of the hurdle we faced was the packet size. I couldn’t send more than 20 bytes of data at once. So I had to created packets of 20 bytes and send them one by one, with some headers for packet information. On the...