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...
Hello,
I want to use I2C slave on nrf9160, but there is no I2C slave driver implementation.
So I read that instead of this, I can use nrfx twis drivers on nrf9160.
I...
What am I missing when
NRF_SPI_MNGR_DEF(my_spi_mgr, 2560, 0);
causes:
../../../../../../integration/nrfx/legacy/nrf_drv_spi.h:120:37: error: 'NRF_DRV_SPI_INSTANCE_0...
Hey all! I have been using your amazing app timer for a while now but I was wondering if there was a better way to create a low power delay than my current design which goes...
Hello,
My application is the ble_app_uart example of SDK 15.3 extended, and using S112. I'd like to use constant latency mode. Given the app uses S112 for BLE, should I...
Hello,
In demo code of Central_Uart code in nRF Connect SDK, when the scanning is started the scan address (MAC) keeps on changing everytime the code is run. (The central...
Hi, We have a product with nrf24L01p Gazell (LastChangedRevision: 133) that acts as a Host. At the moment I'm trying to pair with this host via a PCA10040 Devkit ( nRF52832...
After nrf52382 is written into the firmware program, the test runs OK. After it is placed for a period of time, it is checked again. It is found that it is not running. Use...
Hi all,
We are running into a problem with our battery powered nRF52.
The nRF is continuously powered by one lithium cell. When the battery is very deeply discharged ...
Hello,
In our current design, our boards use P0.18 connected to an external watchdog to reset the nRF52840. We configure PSETRESET[0]/[1] to be 0x12 (Connected/enabled on...
Hi,
I am using Zephyr to do some action in a main loop and ksleep for 30 seconds. While in ksleep(), I can see that the consumption is 20ua. The board is a very small simple...
I have a Fanstel Evaluation board which can be programmed through 52 DK board, no problem there and i also have built a custom board using the BM833AF modules based nRF52811...
Hi,
I was wanting to know if this function has been changed since mesh SDK v2.2.1? It appears to not behave quite the same. When I call it, I think the mesh does not entirely...
I am currently working on sending some custom data using BLE nrf52.
I find the BPS format best suited for my application but I want to modify the systolic and diastolic...