Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
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...