EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
I am using the nrf9160 for an OTA firmware update application. I initially executed the fota download file from the http_application_update sample project in it's default...
Hello Team,
Could you please share some sample application or procedure to handle power modes (Sleep, Deep Sleep, etc) of the nrf9160.
Please let me know.
Regards, ...
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...