Please can you help me with this fairly straight-forward technical query for a customer new to BLE.
Please can you advise which is the best way to structure the link in a customer situation as follows:
The customer has an automotive aftermarket product. They have a BT pod which they connect to the device on the car and then an app on a phone. The pod connects by UART, takes some bytes of data off the car and sends it over BT using the GATT profile to the phone. Change are made to the bytes to change settings and then the bytes are sent back through the pod to the unit. They used to do this over BT classic using SPP which was quite easy, but module has gone EOL so they are considering using BLE with the processor on the nRF52832 packing the data from the UART and sending over BLE with the GATT profile.
The customer would like to get a better understanding of how the GATT client & server works and which would you suggest to make the client and which would you suggest to make the server?
Thanks
Brandon