I want to send images to my arduino from an app to nrf8001 and then display it on my device. Is nrf8001 made to only work in 20-byte wide receive buffer? Can it receive more data at one time?
I want to send images to my arduino from an app to nrf8001 and then display it on my device. Is nrf8001 made to only work in 20-byte wide receive buffer? Can it receive more data at one time?
The nRF8001 is limited to an average data throughput of 20 bytes per connection interval (one 20 byte packet). If you need higher throughput you should look at the nRF51 series instead.
The nRF8001 is limited to an average data throughput of 20 bytes per connection interval (one 20 byte packet). If you need higher throughput you should look at the nRF51 series instead.
I see. Does nrf51 dk have an arduino app/library?