Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
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...
We need to know what the total internal capacitance and inductance is for the nRF9160 SIP to comply with intrinsic safety certification. Can anyone point me to this information...
Hi, We have developed a custom board. We can upload code using nrf52840 sdk-ble stack. We can read NRF_LOGS. However when we test with the ble_app_blinky that works fine with...
We have been using gpiote low_accuracy port events on battery powered devices for years without any issues, but now we bumped into a strange issue.
Details: 8 PORT (hi_accuracy...
I have set the host name to my aws thing endpoint name per the instructions on the following link
developer.nordicsemi.com/.../README.html
but the hostname ends up...
To the kind attention of Nordic support team,
after about one year evaluating software using Segger Embedded Studio I'm switching to Keil, basically to evaluate gazell secured...
Hi
I have lost my private key for generating my dfu pakage using nrfutil.
I have 2K nrf Modules chips already programmed with bootloader & dfu enabled firmware. However...
Hello,
I'm having a weird problem while doing a communication between nRF52840( perpherial device ) with USB OTG ( STM32 ).
I'm trying send out the data from USB OTG...
Hi,
We have a production device using the NRF9160 and after several days end up triggering a __bus_fault() that arises likely from memory fragmentation in the heap within...
Hello all.
i am trying to flash a boot loader with arduino IDE. i got the technique from here : https://github.com/sandeepmistry/arduino-nRF5
after doing all steps i am...
We upgrade to the latest Mesh SDK 4.0 but the light server example is behaving differently. We have our own code from an iOS app that provisions the device.
After I provisioning...
Using 840DK and latest Segger (4.42)
Building Mesh DFU example: dfu_nrf52840_xxAA_s140_7_0_1
Latest Mesh SDK v4
Latest SDK 16
Build with no errors, when starting debug...
I want to use the random number API for nRF5340APPLICATION. But I can only choose TEST_RANDOM_GENERATOR. And can not use sys_csrand_get().
How to use RandomAPI for nRF5340Application...
I'm using React Native and the BLE package react-native-ble-plx on my Ubuntu machine.
According to the docs, I've done the following: 1. Scanned for devices 2. Connected...
I have just started the BLE _tempelate project and I came across the BLE_GAP_EVT_PHY_UPDATE_REQUEST case.
I could not find many details about it. Can anyone explain what...
Hi,
We are looking for help with the Nordic nRF-Mesh Library software. We want to create a react-native nRF-Mesh library for IOS and Android. We can see that the example...