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

Ble bandwidth test on Blend Micro + nRF UART app on iOS 8 not working

Hi there,

As per title, the Ble bandwidth test on my Blend Micro is not connecting to the nRF UART app on iOS 8. I tap connect and it just says 'scanning....'. Could you let me know what changes to the code I need to make for the blend micro. I've tried changing: aci_state.aci_pins.reqn_pin = 9 changed to: 6 aci_state.aci_pins.rdyn_pin = 7 changed to: 7

Thanks, in advance for your help, Andy

  • Are you able to communicate with the nRF8001? Can you enable debugging like this lib_aci_init(&aci_state, true); and upload the arduino serial port print out. note that the mcu is not reset when entering serial mode, so you should have a small delay to make sure you have time to start the consol before the mcu starts communication with the nRF8001.

Related