Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
I am using BLE_Throughtput_Ext program from Bluenrgsdk version 3.1.0.I have also configured Tx power levels from -14dbm to 8dbm and the results are same(I can see very small variation in my distance of around 2m) as the distance increases my data rat...
I;m working on bluenrg-2.The system undergo sleep after 3 minutes if no device connected I have to read the ADC value from DMA.Once the system undergo sleep ,the wake up switch will wake up the board.But after wake up the DMA not working. if(DMA_Get...
The attachment is the schematic diagram of the STEVAL-ISC005V1 evaluation board.
I am using BLUENRG-1 (QFN package, 32 pin) in my design. I got the schematic of BLUENRG-1 for my design but I am not able to get the value mentioned in the schematic. If anyone has BOM for the schematic please share with me.Please check the attached ...
Hello, I have been trying to interface a HTS221 3 wire spi sensor with my STM32 Master.I need to use my master as bidirectional because I'm already communicating with another sensor.I have found a solution which was shorting miso and mosi together wi...
Hello! I recently started working with STM32 microcontrollers and I'm trying to work with a MS5611 sensor with I2C but when I use HAL_I2C_IsDeviceReady function to detect the different devices I have on the I2C it detects nothing. I have check the bo...
Hello,I'm working on a driver for a proprietary device that should interface with an STPM32 power meter via UART. I'm at the point of writing some routine to access STPM32 registers without the need of manually compose the UART frames.However, I keep...
I want to send the adc data through bluetooth to a Mobile app.I combined both adc polling and bluenrg chat example.I got the correct data with adc polling example but when I integrate this code with chat example the adc collecting wrong data.can an...