This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Data exchange through UART

I have nRF8001-DK and Arduino Uno. ble_uart_project_template from nRF8001 SDK for Arduino (Bluetooth_low_energy_for_Arduino_0_5_0_0_RC2) was used. It was used with Master Emulator with nRFUart sample code included. By using this template I can send string from nRFUart and recieve this one in Arduino Serial Monitor. How I can add functionality to send string to nRFUart from Arduino Serial Monitor?

And I can't start with ble_uart_project_modify_setup. nRFUart can't discover nRF8001.

Parents
  • I am also using the UART over BLE Service with the UART RX and UART TX Characteristics. You do not have to change any Service or Characteristic. Take the edits that I have done on the ino file that I have attached.

    I have tested it with Master Control Panel 3.4.0 and it works well.

    When you are using it with Master Control Panel, remember to click "Enable Services", this will subscribe the Master Control Panel to the Notifications. Now you should be able to send data from the SM to the Master Control Panel as well.

Reply
  • I am also using the UART over BLE Service with the UART RX and UART TX Characteristics. You do not have to change any Service or Characteristic. Take the edits that I have done on the ino file that I have attached.

    I have tested it with Master Control Panel 3.4.0 and it works well.

    When you are using it with Master Control Panel, remember to click "Enable Services", this will subscribe the Master Control Panel to the Notifications. Now you should be able to send data from the SM to the Master Control Panel as well.

Children
No Data
Related