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. I wrote a firmware on nrf9160(SIAA chip), but it doesn't work. On the hardware side, the circuit is same as that of nrf9160-DK, CTS and RTS is short respectively.
If...
Hi,
We are using two nRF54l15-PDF to communicate as SPI, one is in master mode and one is in slave mode. The master device sends a simple array of bytes, the first one being...
Hello,
I'm currently working on NCS2.6.0 and ANT sdk v1.3.0,
I would like to know is it possible to do BLE scanning(without connection) and ANT+ heart rate searching at...
I'm working on getting a radio test example project built for our custom board that is currently in production in order to perform some FCC testing, but I'm struggling to...
Hi everyone, this is more of a programming advice question: basically we have a "registration app" associated with our BLE product which will be used to communicate user details...
Hello,
I've been developing code on nRF9160 for a while. In the beginning everything was straight forward and working just fine also the code was pretty simple. Now like...
I am currently working with the nRF5340 and using NAND flash for data storage. With the current code size, I need to create a secondary partition in the external NAND flash...
Hi,
I am using nRF52-DK to program a custom board based on BC832 (nRF52832 SoC). I recently updated "nRF Connect for Desktop" and associated applications. I believe some...
Hi there,
I'm trying to get the entire toolchain running on a new Win 11 AMD machine. Visual Studio Code has version 1.88.0, toolchain has v2.6.0 and SDK v2.6.0.
Therefore...
Hi,
i am working on Pancake motor C0820B006F circuit and it is connected to P0.12 pin and ground iam usin NRF52 development board. i want to change the pan cake vibrator...
Hello
We developped a firmware on the nrf52840 dongle able to communicate with a Windows PC through the USB.
On Windows 10, we can communicate with a serial COM port....
Hi, we looking at converting our devices from a BLE communication protocol, to BLE LR with MESH networking.
Currently, we are doing the following:
Android tablet connects...
Hi,
we are ramping up production, and need to make many production jigs, and programming in parrallell since the programming of the modem takes 1 min +.
We are using an...
I am using nRF52840 Dongle as RCP with RP4 as OTBR and its working fine.
I have compiled sample/openthread/coprocessor as RCP using VS-Code. When trying the same via 52840DK...