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...
In mesh2.1.1\examples\light_switch\proxy_server I find this flash_manager.c file.Its purpose is to store/resorre/remove DSM&access data.
My flash function referred to access...
Dear Team,
I hope you are doing good......
i am using nrf51822 Device, the SDK version is 12.3.0 in the windows pc with keil version 5.26.
Here i am planning to send...
hi........... folks
i am merging two programs together uart and TWI sensor ...using nrf52382 and segger 15.2version
i am getting the error in ble_nus_send ,
even i have...
Hi everyone!
I have BMD-300 Series Evaluation kit featuring the nRF52832 and dongle(nrf52840).
I want to use ‘ComPortMaster’ program to process the received data via...
Hi,
I am Using NRF52840-DK. I merged the UART Example code (PCA10056) into the nRFX_SPIM (PCA10056) example code. That compile successfully I want to print a simple statement...
I use SDK15.0
I found nrf_ecb_init(),nrf_ecb_set_key() and nrf_ecb_crypt(),this is an encryption. I didn't find the decryption of nrf52832.
nrf52832 support AES ECB encryption...
Hello.
We are struggling that we can't analysis contents of a encrypted packet during connection mode in BLE communication because of no idea to get a passkey, although...
Hello Nordic, I am a new developer in Korea.
So, I am not good at English yet. Please understand.
The chip I am using now is nRF52832.
The development tool I am suing...
Hello. The project that I'm working requires both central and peripheral role support, working simultaneously. There are times where, while advertising in the peripheral,...
Assigning Pin 0.06 as SPI clock on NRF52840 does not work. Is there any limitation on pins which can or cannot be assigned as clock for SPI. This is important to know because...
I have been playing with the BLE peripheral examples. It seems like most of these examples have LED1 blinking at a rate of once every 2 seconds. I am trying to look for the...
For my application I need to know (within a millisecond or so) when an advertisement has been received. In my testing so far, it looks like there can be significant latency...
Hi
I'm using a NRF52840 as multi central with 8 connections
SDK: 15.0; SD: 6.1 S140
My central connects to a peripheral with a connection interval of 50ms and latency...
Hi All,
i am stuck in SPI2 enable. i am using sdk 14.2 for our design in previous i am using sdk 12.0
i am simply follow these steps in 14.2 and 12.0 to enable spi2. ...
Hi All,
currently i am facing one issue with SPI,
i am using SPI 1 and 2 for sending data in two different spi slave ics. in that i am successfully init spi_1 and it works...