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

CC2451 as proximity with nrf52832

Hi, Can I use TI (cheap module 2451) as experimental blinky with central NRF52832.Don't need send button command , only UUID (TI:FFE0) check.It is possible?

Thanks

Parents
  • The protocol used to communicate wirelessly is the same whether you are using Nordic or TI hardware, as stated that is the point of standards and Bluetooth is very clearly defined and controlled.

    What you will not be able to do is take Nordic code and compile it for a TI processor, without change. TI don't have an equivalent to the Nordic Soft Device for example.

    TI will have example code for the CC2541 that nearly covers your requirements, what you will need to do is align the connection type and data broadcast between the two examples. When implementing the Nordic BLE interface into the TI code be especially careful of processor data sizes, whether data is LSB or MSB and especially BLE UUID values.

Reply
  • The protocol used to communicate wirelessly is the same whether you are using Nordic or TI hardware, as stated that is the point of standards and Bluetooth is very clearly defined and controlled.

    What you will not be able to do is take Nordic code and compile it for a TI processor, without change. TI don't have an equivalent to the Nordic Soft Device for example.

    TI will have example code for the CC2541 that nearly covers your requirements, what you will need to do is align the connection type and data broadcast between the two examples. When implementing the Nordic BLE interface into the TI code be especially careful of processor data sizes, whether data is LSB or MSB and especially BLE UUID values.

Children
No Data
Related