Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
Hi
I am using nrf52832,SDK version: SDK : RF5_SDK_17.0.2 .
USE CASE:We have two central and one peripheral.We need to control two central with one peripheral(REMOTE...
I looked through the example projects provided in the nRF5 SDK for Mesh, and the only models ever used are generic on/off or generic level. Do you guys have an example which...
Hi,
Sorry for the seemingly simple question. I'm using the nRF52832 chip and I have a 4xdip switch connected to P26, P27, P09/NFC1 and P10/NFC2. I can successfully read...
Hello,
I recently updated the asset tracker on my thingy 91 with the lastet available pre build firmware (2019-11-29_d3130d77) using MCUBoot.
Since my Thingy91 is only...
I started with the mqtt_simple example.
I added:
#CONFIG_MQTT_PASSWORD="pass" #CONFIG_MQTT_USERNAME="David"
to the prj.conf file. Relaunched the project which rebuild...
As a matter of fact that there is no special EEPROM in nrf52832 , the user data which need to be stored in nrf52832 should be written into the flash of nrf52832 . The SDK...
When debuging nrf52832 , the code can be flashed into the flash through JTAG . However , I need to reprogramme the nrf52832 through UART interface . It seems that there is...
Hello.. I use RNF52840 Dongle. I compiled the blink example with VS code and I programmed with nRF Connect tool.
now I can't connect the USB device. I read that I had to...
Hello,
I am currently aiming to create an application for the nRF52-DK using the nRF5 SDK and Segger Embedded Studio as my IDE.
Due to the SDK itself being extremely extensive...
Hello ,
I have been trying the Zigbee CLI light example.
And I modifed the main.c file to have the network saved "ZB_FALSE" and then flashed the updated hex file to 52840...
Hi we are having issues with gpiote interrupt. We would like to do some spi read when drdy gpio becomes high to low. I have done above configuration for the same.
We are...
I have a problem collating model publish events arriving at two different nodes in my mesh.
My application is an array of sensors publishing through generic on off and generic...
Hi,
I have a custom board running NUS peripheral which uses the nRF52832 and a NUS central which is running on a nRF52 DK. I modified the ble_app_hrs_freertos example to...
Hi,
I found the communication range using FREERTOS is shorter than which are using non-RTOS.
I know the RADIO TX power and the PHY rate affect the communication range...
Hello,
I am using nrf52832 Dev Kit and am attempting to send information using the ble_app_uart example under SDK version 15 (I don't know the exact rev, but I downloaded...
Hi,
I am using nrf52832 in my custom board and I want to make secure connection between my two boards using stored keys.
Is there any example provide by nordic which I...