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
When I try and pair my App with my NRF52832 Nordic device, iOS responds with a popup 'Bluetooth Pairing Request'. If I tap 'Pair' here, the app connects, and all is well...
Hi All
I am working on nrf52832 but not using the SDK. how ever I had created the uart functionality on my nrf but many times I got the communication error.
I had taken...
I have the module nrf52840 You are about to download the nrf5SDKforMeshv310src file to run the Bluetooth mesh example. As I build, I get the following error. How do I fix...
The QSPI can be used to read/write data via the DMA registers.
The QSPI interface is used with code is running from the XIP memory area.
Assuming the XIP and data areas...
Hi Nordic Engineer,
We want to interface NRF52840 with MTK7628 over UART. Is there a client library for nrf52840 which we can integrate with our application which runs on...
Hi!
I am trying to get scan_req_notification to fire notifications when central devices issue scan reqs but without success until now. Here is my code:
Env: SDK15, SES...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
The SDK 15.3.0 and 15.2.0 Documentation references ANT + BLE Serialization example in " \examples\connectivity\experimental_ant_ble ". In the SDK I only found " ble_connectivity...
Hello,
We are referring to demo project ( https://github.com/NordicPlayground/nrf52-ble-image-transfer-demo ). This is quite matching for our requirement. However we have...
What is the default state of the GPIOs after reset, until my code has a chance to configure them?
Are they all Input/HI-Z? Is there a place in the manual that specifies...
Mesh DFU works like:
if(fw_updated_event_is_for_me()) update_ and _relay(); else relay();
Is there a way to change this behaviour to:
if(fw_updated_event_is_for_me(...
Hi,
I'm working on porting a project from an NRF52840 to an NRF52832. Apparently I screwed up something somewhere and I can't compile the project anymore. I'm using GCC...