Hi,
I am working on internal flash nRF52832 merged with twi sensor, my sensor function will return a string . How to assign the string to the my_data.p_data . i am getting...
Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
I've gotten the SAADC working in a blocking fashion and been able to evaluate sample times. Now, I'd like to set it up to automatically read three inputs in a row to see how...
Hi There,
I am curious to find out if the MDBT42Q module(s) can be used as a single master to multi slave setup? Essentially I want to have one module setup as a master...
Using LFRC as the softdevice LFCLK source, enabling and running the WDT causes the softdevice to hang until the watchdog reset when calling nrf_sdh_disable_request . This...
Hi
I'm trying to send fixed AT commands to the modem using a code based on this code from Rallare: https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples...
Hi
I'm using a SparkFun Pro nRF52840 Mini which has a UART on PIN 17(TX) and 15(RX). I've written a very simple piece of code to blink the onboard LED on and off and to...
I update my software on the nrf52840 to the SDK16 and softdevice 7.
to get this software running i update the device family pack to version 8.29.0. (keil)
If i build the...
Hi,
There's no description at all in either the written text (31.3 SPI master transaction sequence) or the timing diagrams (Figure 71: SPI master transaction) showing precisely...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
In our setup we load merged hex file...
from this link
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader
I gathered that nrfjprog is for flashing...
which is the Example code to test the NFC_Tag future in MDBT42 V P 512K V2 module.
i was using PCA10040 nrf52 development kit in that Example code is working same code not...
I want to disable and enable UART at runtime. I don't use DMA and interrupt.
I read this thread. https://devzone.nordicsemi.com/f/nordic-q-a/52496/nrf9160-uart-pull-up-and...
Hi.
I need to program for a set of NRF52832 with serial number from 403898368 to 403941418.
I am trying with nrfjprog --family NRF52 --memwr 0x10001080 --val %% --verify...
I am in the process of evaluating different BLE solutions for a project. The project consists of a pair of BLE-enabled devices which need to be able to go into dual-role mode...
Hi everyone
I don't really understand what the physical cell ID is. Is it a randomly generated ID created by the nRF9160 chip or a set ID within the cell?
As far as I...
Hello,
I am facing a really annoying issue when updating my SPI settings from the old nrf_drv_ towards the newer one nrfx , in SDK15. I am following the recommendtations...