I'm trying to create a peripheral device that allows one Bluetooth central to connect to it, this part is working. Now I want the device to re-start advertisements when a central has made a connection. The advertisements should be non-connectable one...
now i trying spi communication using VN9D30Q100F(slave) with NXP's S32K148(master).i set VN9D30Q100F to normal mode.after than, i checked output pwm pulse through six channels.when i read output status register(address is 0x20h to 0x25h) of VN9D30Q10...
Hello,With BlueNRG1/2, we got the WEAK_FUNCTION(void WDG_Handler(void) {}); in system_bluenrg1.c, but with BlueNRG-LP there is no wdg handler in system_BlueNRG_LP.c, so is it possible to have it in any way ?Thanks.
We've just gotten some custom made boards using the BLUENRG-LP 345 and I'm a bit at a loss here: I can program the chip, and read back what I have programmed (and the data is accurate) but I cannot get any IO control of any kind. I believe that the c...
I am started to make with BlueNRG-LP based ble-project using WISE Studio IDE.I choosed BLE SensorDemo example for our project.But,When compiling the example source, WISE Studio generates makefile only with the FIXED paths such as E:/Drivers/folder an...
I need to do a full USB PD power negotiation. but can't get it working. tried using modified example code at github https://github.com/umbe-s/US The STUSB1602 documentation is not comprehensive enough to figure how it exactly works. Any help would...
Hi friends,I'm going to start a project that the system using a Bluetooth module (like HC-05) will read different power values (RSSI) of another Bluetooth module from different directions, using Mcu like STM32F7xx Nucleo Board and KEIL (forex. watch ...