Hello, I'm new to bluetooth system.
I want to make some H/W device which using with sensor, MCU and Bluetooth.
Very simple, MCU control the sensor and get the data, transmit data to bluetooth chip. Bluetooth chip sending to smartphone.
First, I make this system by using bluetooth module, which use SPP Service. MCU is Arduino.
Just connect the Arduino's RX, TX pin to bluetooth module's TX, RX pin.
However, When I tried it by using nRF51DK, I find it's some difficult.
I have nothing to do with any serial communication between mcu and nrf51DK(UART, I2C, SPI anything is OK)
My data is less than 20bytes(it's range is 0 to 60000, positive integer)
Is there any good example for my situation? I tried to using experimental_ble_app_uart\pca10028, But it require must using console terminal in PC.
Thanks for reading my question.