Ask questions and find answers on connectivity ICs, focusing on protocols and I2C challenges on STM32 Nucleo boards and BlueNRG products.
Hi,I'm trying to setup a virtual timer, which fires every 400us, for triggering a ADC conversion.I found that when this timer is running, even if i comment all the code inside the callback, it would block the BLE radio activity, for example advertisi...
hello everyone, i am using stm32f407 discovery board and i would receive data from a device (load cell amplifier) which communicates via RS232. So my question is : can i use a simple USART in my stm32f4 to receive data ? or i need to use ( RS232 -->...
Hi Can anyone please guide me on how to operate st7580 at specific frequency. i am trying to operate it on 83Khz and BFSK
i use bluenrg2 as main mcu , to control a ac 220v ac contactor , the main logic isbluenrg2 -> Optocoupler -> DC 12V relay -> AC 220V ac contactorIf i open/close, the bluetooth will disconnect and will crash very often. Is it not suitable for my case
I am using zephyr RTOS on BlueNRG-2. Now I have to use default bluetooth stack. Zephyr has a pretty good bluetooth stack. It would be nice to be able to use it's bluetooth implementation instead of ST's. That way my application can be easily ported o...
I would like to create a BT audio streaming device, i.e, bluetooth loudspeaker. This device has a few LEDs and a display. Any Android/iPhone device can connect to it and transmit audio. I also want to add some private GATT characteristics in order to...