Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
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...
Hi,
I am trying to turn on p0.03 when it goes in dfu mode but it not turning on
err_code = nrf_drv_gpiote_init(); APP_ERROR_CHECK(err_code); nrf_drv_gpiote_out_config_t...
Hi everyone,
I am testing the NRF9160 DK and I want to test the low power mode.
I found and tried the solution detailled in this blog about how to measure PSM idle current...
Hi,
I am using nrf52840 controller . I need to transfer the data using Bluetooth at 10ms by using application timer and i am using SDK 15.3 version and soft device S140...