I know that suggested debugger for nRF51xxx is J-Link or openOCD with CMSIS-DAP, but I would like to use BDI3000 debugger, which does support SWD interface and Cortex-M0 processors...
Hello. I am literally looking at the set_hrm_cccd function in Python used to write data. This is for the S130 heart rate collector example. I understand the sd.ble_gattc_write...
Totally new to Python but managed to get things like pyserial setup and I've been able run the ble sniffer. However that is as far as my Python knowledge extends, so I need...
pstorage_load and pstorage_clear appear to work fine, but whenever I do a pstorage_store the callback function is never called. This happens whether or not the Bluetooth unit...
Our USB keyboard using nrf24lu1p does not work on Mac OS 10.11.
Before Mac OS 10.11, USB keyboard was worked, but on Mac OS 10.11, it does not work.
I think your library...
In my design I need the RX to be standalone , I.E. no controller attached to it , does the programming STORE in the Chip ? If I set it up as a RX and set a specific Ch. Freq...
Hi,
My VSCode extension is not working now. could you please give me some advice? thanks!
1.<Manange toolchains> could not display and select the toolchanis version
...
Working to comply with EN 300 328 V2.2.2 by reducing Media Utilisation to <10% on my FHSS system. I've been told that over-the-air, the NRF24L01+ actually transmits 9 bits...
I'm trying to get the settings api working with multiple partitions using little FS. Some of the implementation is specific to Nordic and was hoping to get an example of how...
We have developed a custom board with an external SPI flash, which I have tested and it works.
We want to use OTA over BLE, so we have added MCUboot to the project, which...
Hi all,
I am trying to decide what DK I should go for if I want to test out the BLE Direction Finding capabilities of the SoC.
I am interested in getting the nRF5340-DK...
I'm using an nRF52832 with SDK v15.3.0 configured as an SPI slave in mode 0, with a master clock speed of 1.25 Mbps. My SPI pin assignments are:
- CS -> P0.06 - MISO ->...
I built an application and tested it with DK, and it worked well. I then created a custom PCB and attempted to flash the application, but the BLE part is failing with the...
Hello,
Platform: nRF54L15, SDK 2.9, VS Code
Our application is Matter + BLE (like NUS) based door lock application. A BLE custom service (adapted from NUS) is used to...
HI
We are mass producing products using nRF52832.
However, during production, a PCB was found to not detect low battery voltage for about 5%, so we are inquiring about...
Hello,
I am currently learning Zephyr via the Developer Academy in preparation for an upcoming project that will use an nRF9151 and a Nordic BLE module. I will need to write...
Hi!
First of all, sorry but I will not be able to provide anything to re-create the bug... I did modify the code that may have made it happen in the first place quite a...
Hi, my two nRF52840 devices are set as peripheral and central respectively. Both devices use nRF52 SDK.
I try to update the PHY in the two devices, after they are connected...
Hi,
I was playing with my development software in VS Code everything was OK apart from the Cmake error message.
Once I had to restart my computer I couldn't build my...