Interface and connectivity ICs

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Bonding failure if ret = aci_gap_slave_security_req(Connection_Handle); is called two times and device is already bonded to my phone.

First time, my phone bonds and connects succesfully to my device, but when i disconnect and reconnect the device gets not bonded, then connected and then disconnected. If i disable the call to aci_gap_slave_security_req function the second time, it c...

LMoio by Associate II
  • 205 Views
  • 0 replies
  • 0 kudos

hello, i paired and bonded my peripheral with my cellphone (Galaxy s8). I expect that after disconnecting, the cellphone can reconnect automatically to the peripheral as soon as it enters in its range, but this does not happen. Thanks

On my phone i'm using nRF Connect app. I can manually connect (and bond), disconnect and reconnect, but i'd want to reconnect automatically.What i've done on my device:/*Set capability*/  ret = aci_gap_set_io_capability(IO_CAP_DISPLAY_ONLY); /* Set a...

LMoio by Associate II
  • 255 Views
  • 2 replies
  • 0 kudos

i cant send data over i2c

I wanted to use the MCP4725 12 bit DAC chip so I can generate analog voltage range of 0-5 V. Now I have 2 problems. My approach was as follows: first I checked communication with this showen below function.if(HAL_I2C_IsDeviceReady(&hi2c1,0xC4, 2,10)=...

Samuel1 by Associate III
  • 1049 Views
  • 6 replies
  • 0 kudos