Hello
Recently, I've tried to make some H/W device that can communicate with phone.
I already make app and prototype device with simple cc2540 module, arduino, sensor.
Sensor transmit data to Arduino(i2c) and Arduino transmit these data to cc2540 module(UART).
Finally, cc2540 transmit data to my custorm app, and app processing this data and make output.
Throughout this process, I have interested about BLE. Because, This is first time to me to use BLE.
So I bought CC2540 Evaluation Board and tried to simple project.
My first project is setting custom uuid on cc2540 board and communicate it with External MCU.
Finally, this simple device can pairing with my app.
But I'm really confused about
1. How to setting custom uuid on my cc2540 board
2. How to UART communication between cc2540 board and Arduino(or Other MCU, like msp430 or Atmega128)
Is there any good example code or documents that I can study or refer?
Thanks for reading my question.