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 ...
Hi,
I want to produce a shared secret key between a Smartphone and a NRF52 in order to encrypt data later with AES-128 (example of key sharing: here ).
To do that i need...
Been having a bit of trouble porting our nRF51 project to nRF52 SDK11. It seems to not like using hal_cm4.c from RTX_CM4.lib with FPU. Seems to get stuck on OS_Tick_Handler...
HI,I want to store some data in 51822. These data was store by my program. I know the pstorage.c could store data. When I do DUF the data could be erased by the bootloader...
I am interested in optimising inputs for ADC measurement on an nRF52.
I have seen quite a bit about nRF51 but am unsure if this remains relevant for nRF52?
Hi!
I have an nRF52832 on a custom board. I managed to flash it through JLink and STLinkv2. But suddenly, I wasn't able to communicate to it anymore.
Openocd tells me...
Hi
The new signed DFU in the SDK12.1 comes along with a experimental buttonless DFU. There are a few bugfixes required to make it working, but the nRF Toolbox app didn...
Hi:
Recently, I want to use nRF52 to read or write some data from a flash chip(w25q128bv) by using spi, I've read Manufactures ID correctly, also, I have wrote a register...
Hello!
I need to interact with two J-Link debuggers, connected to the same PC at the same time. I would then read and write data to the devices connected to the debuggers...
Hi team,
iam using sdk 12.1.0 (ble_app_beacon) I want to advertise the battery percentage.Right now iam using the nrf dongle(it doesn't have cell coin battery) and flashing...
I am attempting to build some ptorotype code using SDK 12.2.0 and GCC and I just added calls to the app_schedukler library and to the saadc driver. I added the relevant source...
I always read 0 first time I call sd_ble_gatts_value_get(), the second time and forward I read correct value. Even if I call sd_ble_gatts_value_get() twice in a row the first...
Hello,
I generated a new project using the main.c of the example "ble_app_uart" from the SKD 12.2 for a nrf52832 and from there copying all necessary .h and .c-files into...
Hi DevZone
I am trying to DFU OTA a PCA10040 using BLE Secure DFU Bootloader from SDK12.2.0.
I can succesfully transfer the image i have made with nrfutil to my DK,...