Dear Nordic,
is it possible to build a simple data bridge at speed of 115200 and up based on nRF51822 with CTS/RTS support and a fixed pin code for nRF51822 pairing?
Dear Nordic,
is it possible to build a simple data bridge at speed of 115200 and up based on nRF51822 with CTS/RTS support and a fixed pin code for nRF51822 pairing?
If you want to make some kind of UART-over-BLE solution, you'd have to do some firmware development. We've made a very simple application that does something similar, that is available here, but that is by no means production quality.
For information on how to use the nRF51822, I'd recommend you to take a look on the nRF51822 Product Specification and the nRF51 Reference Manual, both of which are available on the download tab for the chip itself. The application note nAN-36 may also be useful, along with the SDK documentation.
If you want to make some kind of UART-over-BLE solution, you'd have to do some firmware development. We've made a very simple application that does something similar, that is available here, but that is by no means production quality.
For information on how to use the nRF51822, I'd recommend you to take a look on the nRF51822 Product Specification and the nRF51 Reference Manual, both of which are available on the download tab for the chip itself. The application note nAN-36 may also be useful, along with the SDK documentation.