Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
I've bought STM32F103 and St-Link/V2 and wanted to program and debug it via STM32CubeIde 1.7 . I connected the 2 devices and the laptop. I wrote a simple programand tried to debug: I got problems. St-Link needed an upgrade, but the Upgrade tool could...
Bluetooth development is a new field for me so I would like to start without any doubt.I'm checking the X-NUCLEO-BNRG2A1 for learning and using BLE in another project.My question is about the register mapping on the datasheet of this board. Why are...
Using a BlueNRG-LPI am wanting the advertising packet to show the battery level and some other changing data - pretty normal for a BLE device. So I have it advertising normally and I call this function every 10 seconds. This however seems to just sto...
Good day Team,We are doing PoC(Proof of Concept) to get L6362A into our products replacing similar IO Link chip. Now while doing the PoC, we ran into issue which was not found on previous/exisiting IO Link chip.Problem:On the Master to Multiple Slave...
hello every one,I've an S2-LP and I need to recive differents data packet with different length but datas can be more than 128byte (FIFO size). What I need to do to receive more byte than fifo size? The size of packet coded on payload and I can know ...
Hello Community,I'm trying to send some messages via uart using HAL_UART_Transmit. Those messages contain some extended ASCII Characters. I can´t get those characters and that's why i'm asking if someone could help me to send extended ASCII charcters...
I have the VL53L5CX-SATEL breakoutbord. The Sensor is working in the VL53L5CX evaluation gui with the X-NUCLEO-53L5A1 evaluation board.I'm working in the Arduino IDE. The I2C of the VL53L5CX does not work as easy as normal I2C does. The sensor is wor...
Hey everyone,I've been trying to build a transceiver setup using a Nucleo-STM32L432KC and a SPIRIT1. Currently I have it sending and receiving data but if unit 1 TXs a string of 30 characters unit 2 will only show its packet length as 14. This seems ...