User Activity

Hi there,I came across several articles that mention that the number of packets sent in a connection interval is one of the major parameters limiting the maximum throughput achievable over a Bluetooth connection. I also learned that Bluetooth 4.2 and...
We have tried usingNVIC_SystemReset();but it seems it only resets the M4 core and not the M0+ responsible for Bluetooth communication. It would be really appreciable if someone could guide us towards identifying the cause behind this behavior, and ho...
Hello there.I have been trying to send some data over BLE, but am facing some challenges. When I use TEMPLATE_STM_App_Update_Char();function to transmit something, it throws a hard fault. The BLE seems to be initialized properly, and is advertising a...
Hello.I am trying to do single-channel touch-sensing without using the TSC. For that, I put a weak pull-up on that pin. In a cyclic process, I make the pin OUTPUT-LOW, then release it and measure the rise time through Input Capture. It's a very basic...
I have initialized I2C on BlueNRG-248 as a master, and it is able to successfully transmit address and data to the slave, but is unable to receive data and acknowledgement from it. I monitored the lines on an oscilloscope, and confirmed that the slav...