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...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hello. I evaluated the effect of temperature and humidity on BLE connection stability. I thought that the effect of humidity was higher than that of temperature, but the effect...
I'm trying to rate nrf52832 now. I'm using Keil uVision5 as my development environment.
I have written softdevice s132_nrf52_7.0.1 for the target.
I'm trying to set the...
Dear Sirs:
I use 52832, and there is 512KB internal flash.
So, I am wondering if I could have my own flash partition as below.
- Bootloader (w/ capability of firmware...
Hey all,
I've been bringing up the nRF9160 Feather and noticed some curious issues with adding an external partition when MCUboot is enabled.
I first tested the external...
We are developing a board based on nRF52840. One of the pins we would like to use as GPIO is P1.09. It is configured as GPIO (the same configuration as P0.12), but the output...
Hi,
I compiled and flashed my nrf52840-DK with "examples/peripheral/usbd_audio" and I noticed a few things:
Under Linux (Ubuntu 18.04) the microphone isn't listed. ...
We were use secure ble DFU and it work fine, recently we added serial DFU code with BLE DFU. Tested serial DFU with nrfutil and it also works. but problem in serial DFU is...
I try to invert the Signal on a PIN of the PWM module 0. It sould give out the inverted Signal of another PIN from the same PWM module.
I tried it like the code below...
We have problem in background DFU while updating Application with RBP,
Config: MCU : nRF52840 SDK : SDK16 Softdevice : s140_nrf52_7.0.1_softdevice (SDK16)
Case1:Programs...
Hi,
I'm trying to understand how to powermeter bike works. I read the ant documents and execute example bpwr ant code, but I have a question how cadence in power meters...
Hi, is it possible to reset the nvm in the nrf9160 modem back to factory settings?
I've made some changes using CFUN=0 and would now like to reset these back to as delivered...
I have an application using 4 wire SPI connecting to a 2MB data flash. An application using UART (no BLE) works fine reading and writing to this device. However with BLE enabled...
HI
I need to perform some RSA tasks on my NRF52832, but I don't see any RSA files under nrf_crypto folder of SDK v16. I am trying to use RSA from mbedtls external folder...
Hello:
I asked a question a few months ago
https://devzone.nordicsemi.com/f/nordic-q-a/54708/about-nrf52840-save-file-error
However, the follow-up did not get an answer...
Hi all,
I want to run ble_app_uart on my custom board.
I have the nRF52832 (PCA10040) connected with my board by SWD P19, SDK 16. Where should i change to make the code...