Interface and connectivity ICs

Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Does SPBTLE-rf support Bluetooth v4.2?

SPBTLE-RF is based on BLUNRG-MS. BLUNRG-MS claims that it works for Bluetooth v4.2. But SPBTLE-RF claims to be working for 4.1. is there Firmware release for SPBTLE-RF so that we can update the firmware to support Bluetooth v4.2?I am not able to find...

SPTBLE-1S Scan ADC? Any consultants lurking?

Is there a good way to scan the ADC channels with this chip (I'm used to the STM32F030)?I need to scan ADC1, ADC2, and the Temperature... when I read them individually, it works, but when I change the muxes between every read, it makes garbage...Also...

TJohn.14 by Associate II
  • 361 Views
  • 0 replies
  • 0 kudos

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
  • 385 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
  • 510 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
  • 2103 Views
  • 6 replies
  • 0 kudos