Can anybody recommend me to select chipset providing following functions?
- BLE (Bluetooth smart)
- SPI Slave
- No need external MCU
- UART for debugging (optional)
- support tx/rx source example
Can anybody recommend me to select chipset providing following functions?
Hi
What RK said. As for tx/rx examples:
You can have a look at this LED/Button example on github: nrf51-ble-app-lbs. The application note, nAN-36, can be found here: nAN-36.
You can also have a look at the UART example, ble_app_uart. It demonstrates how to emulate a serial port over BLE.
Hi
What RK said. As for tx/rx examples:
You can have a look at this LED/Button example on github: nrf51-ble-app-lbs. The application note, nAN-36, can be found here: nAN-36.
You can also have a look at the UART example, ble_app_uart. It demonstrates how to emulate a serial port over BLE.