Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
Hi,
I am using nRF5340 DK + NCS v2.0.0 with nrfx backend for SPIM.
For my application I want to trigger a SPIM1 transaction at a fixed interval. To do this, I set up an...
Hello,
I have an issue when trying to use NVS backend for BLE settings with the settings_storage partition in defined external flash region. As we are doing a multi-image...
I am designing a bluetooth module using the soft device S130 + nRF51822. I intend to refer to QDID80592 and 45222 when purchasing DID for bluetooth. When I checked the ICS...
Hi. I am trying to develop a project that use mqtt connection using nrf9160. Currently using thingy:91 for evalutation board. I am using Mobily Network on NB IoT at Saudi...
Dear Nordic Engineers,
When I plugged in and I opened the Power Profiler App, a pop up required me to update the device firmware.
During the FW upgrade the device flashed...
I am trying to use the DTM example for nRF5340 DK (PCA10095). The example is located at "C:\v1.7.0\nrf\samples\bluetooth\direct_test_mode", but I am facing "NRF_RADIO_Type...
Hello there. I am wondering, if while connection establishment or any other communication event through NFC and BLE the system addresses to NVMC? (Maybe mac address or some...
Hello
I search a way to have a similar project as pc-ble-driver with NRF connect sdk
There is a peripherial with many sensor that send data over BLE and i want to command...
Dear all,
When the provisioner add appkey or bind appkey for the node's model, I want to be informed and run a callback function.
Can I set callback for config server...
Hello Nordic support,
I am using the zephyr\samples\subsys\usb\mass example with an SD card. SPIM4 work on 16MHz.When I check this example on a Windows 11 machine, I observe...
I need to capture the time between rising transition of a GPIO pin in order to integrate a Manchester decoder of an RFID reader chip. In my particular case, the reader chip...
Hi,
I'm working on a project using BLE via s140, everything works fine until I look more seriously at the current draw of the device.
Simply, my project starts a Scan...
Hi,
I was able to get the DFU system working by CONFIG_BOOTLOADER_MCUBOOT =y. I notice that the default mcuboot update methode is using the scratch partition. According...