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 all,
NRF5340 NRF Connect 2.6.0
We would like to perform the following operations on the NRF5340: * Read FICR.DEVICEADDR (BLE random MAC is also fine). * Set the BLE...
Dear:
Production input 1300PCS, DPD current poor 64PCS, defective rate of 4.9%
Conclusion: Through verification, it is confirmed that the DPD current caused by U1 chip...
We have an issue with initializing our i2s instance as mentioned in sample code with an `id` of `0`:
We get this error:
To fix we reverted back to the 2.6...
Hi guys , another question here regarding Cmock and opaque types . I am currently trying to mock a function with an argument that contains the type "struct bt _conn " . However...
Hi,
I try to use CPSMS command to reduce the power consumption. The idea is to send a MQTT message every 10min and have the GPS coordinate every 5 min.
The NRF9160 is...
Hello,
I have 3 nRF5340 Audio DK. With the steps mentioned in below links, I configured Json file to stream left/right audios and I'm able to achieve it.
https://developer...
Hi,
I am investigating low power modes in the nRF9160. I am currently using the GNSS sample code and getting around 36mA. Is there any way to configure the base code to...
Hello,
I have implemented an application for nRF5340 chip derived from the Zephyr AWS IoT MQTT sample. The application is based on W5500 Ethernet driver so the idea is to...
Hi,
I’m trying to have two nrf9161s exchange data back and forth as quickly as possible. Initially the first radio is transmitting, and the other is receiving (3 sub-slots...
Hi Nordic team,
I'm using nRF52832, S132 with nRF5_SDK_17.1.0_ddde560 SDK. My app configures as BLE Peripheral. Now I want to keep track of the device names of connected...
Hi,
Sorry for the very basic questions. I am new to nRF connect SDK.
I want to develop a ble custom central application with my custom characteristics. I started to look...
Hello!
I have an application using MCUboot and a single application slot. I want to use the Retention System to signal to MCUboot wether to boot normally or into serial...
Hi,
I want to know how to use extended broadcasting in nRF5SDK.
I have tested the Broadcast Multiple of NCS2.6. The maximum extended advertising data length is 31 to 1651...
Hi! I am beginning development on my first BLE project using nRF Connect SDK in VSCode. I have done a few projects using the old nRF5 SDK. I am wondering what is the best...