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

Resolved! BlueNRG-LPS HID change made chip restart

I change the HIDdescMap to uint8_t reportDesc[] = {    0x05, 0x01,                 // Usage Page (Generic Desktop)        0x09, 0x06,                 // Usage (Keyboard)        0xA1, 0x01,                 // Collection (Application)        0x05, 0x07...

yyys by Associate II
  • 897 Views
  • 1 replies
  • 0 kudos

STEVAL-IOD002V1

Hi,I have a STEVAL-IOD002V1 iolink board and Nucleo-F429ZI dev board and I'm running into a few problems. If anyone is familiar with IOD002V1 I'd appreciate their help.1. The available documentation references support for NUCLEO-L073RZ and NUCLEO-G07...

caappl by Associate
  • 603 Views
  • 1 replies
  • 0 kudos

STPMC1 update rate/possibble AFE's

Hello everybody. Currently I'm researching different power metering solutions. STPMC1 is a possible contender for my application, but I wasn't able to find some specific information in the datasheet.These are some things I'm unable to find:1) How oft...

Resolved! PCB gerber file of BlueNRG-332AC

Hi,I am currently designing a PCB with bluenrg332AC and need the layout / Gerber file to make progress. But I couldn't find any on the Internet, so can anyone provide me with the file or give me some hint of finding the file? Thank you!

Problem Using X-CUBE-BLE1

Hello, I'm developing a project on a NUCLEO WL55JC1 board. I require Bluetooth communication between my board and some sensors, so I'm implementing the BLUENRG-M0A module and the X-CUBE-BLE1 pack. Similarly, I'm using the SampleApp example as a base....