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...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
Hi everyone, There were already a few people asking about similar problem, but none of the suggested solutions worked for me so far.
I am trying to communicate nRF24L01...
Hi,
We are developing the BLE project by using nRF52832 module.
This project we had started to develop on SDK v14.1 and it worked perfectly. But then we have migrated...
Hi I'm a bit confused about how to get two clints on the same mesh network and can you have more clients on the same network. If yes, is there someone who has an example or...
Hello
I want to create Bluetooth mesh network and I need that each of network nodes turn on/off selected time (including provisioner). Can I use only nrf_mesh_enable/nrf_mesh_disable...
I understand that in the ble_app_uart_c_pca example I should call function
with some arguments.
In wich call
But I can't understand whch parameter should transfer...
I am attempting to disable the advertising timeout on the Nordic Beacon with the ble_app_uart example found in SDK 12.1. I am using SD 130.
Searching for this issue produced...
Hi!
I am using SDK15 and I try to implement a clock feature. I have found some information about nRF52832, that RTC isn't a real time clock but a counter instead and it...
SDK15's example appears to be tailored for the 832. I realize it's a tight squeeze to get s132 and an application into the 810. My short term goal is that Frequently Sought...
I am looking at the audio data received from USB. Every packet is only half filled. That is, the first 96 samples have valid data and the second 96 contain zeros. I am using...
Hello everyone,
We want to do nRF51822 OTA DFU by using another nRF51822 only. we have done OTA DFU with help of example given in SDK and with help of mobile app(nrf toolbox...
I have a project I've developed on a dev board, and everything works. When integrating this into a custom board and running the firmware, however, I'm not getting any BLE...
i am working on mesh application in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK...
i am working on mesh application in nrf52832 . i want to integrate mesh and nrf sdk application , So i followed this application and mesh_app_uart example Example for SDK...
Hello,
I am using custom board with nRF52832 and Keil uVision5 as IDE. I started with simple example which is just to ON the LEDs.
Code(all necessary header files are...