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

Embedded BLE via I2C (no UART)

We currently have an older Sena SD1000 bluetooth module in an embedded system that functions as a UART wireline replacement.  We just connect it to a UART on the embedded controller and once we've paired it, we just write to the UART and the data shows up on the paired device. No programming of the SD1000 is required.  We would like to replace this module with a smaller, lower power BLE module that doesn't require a UART..  Is there a similar Nordic module that would provide the same functionality using an I2C interface instead of the UART?

  • There is not any such examples in the SDK at the moment, and you would have to do some programming in order to achieve this. I would recommend you to look at the twi_sensor example located in \examples\peripheral\twi_sensor and try to integrate it with the ble_app_uart example. Please ask if you encounter any problems along the way, and I will do my best to help you.

    Best regards,

    Simon

Related