before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi. We are using a BLE module based on Nordic nRF52832 in a new product we are developing.
The nRF52832 & softdevice has its own QDID - 115277.
However the module also...
I am trying to get a project working with a main.cpp file, some C++ modules, and the 16.0.0 SDK using the IAR compiler. However, using the nrfx/mdk startup files, it never...
Hi,
Iam running the BLE uart and Zigbee light multi protocol example. Using the latest thread and Zigbee SDK v3.2.0. The example is quite good. That the door(Zigbee+BLE...
Hello.
I would like to make simple GPIO bridge. That means transmitter with Digital input and receiver with digital output. When the state of DI changes, it's transferred...
Hi everyone,
I am using nRF52 DK with 52832 on it. My current SDK version is 15.2.0. I know that for IoT applications there is external hardware needed as router like RPi...
Hi,
I have a problem with a specific Zigbee certified device that I can't connect to my Nordic device.
When trying to connect to the device, I go to see the status:
...
Hi,
In need to debug my application using segger IDE when there is bootloader already present in nrf52832 chip .
The sdk we are using is SDK 15.3
Bootloader:- "secure_bootloader_ble_s132_pca10040...
Quick project overview:
Mesh network using nRF52840.
Nodes need to be able to be controlled individually (setting GPIOs) and also report back data (ADC, GPIO state) to...
Dear sir/ madam,
I have two questions regarding NRF52832 as follows:
1. Will nrf52 only get connected to apps provided by nordic? I want to it to get connected to serial...
Hi,
Greetings!
I am using following setup
1. Mesh SDK: 4.0.0
2. SDK 16.0.0.
3. Segger Embedded Studio on Windows 7
I had a look at "pwr_mgmt_pca10040 " example...
I slightly modified the qspi example code to try something that I'd eventually like to implement as part of my application. But when I try to interleave reads and writes then...
Hi,
We did stumble upon an issue with our BLE peripheral running on an nRF52832 with Softdevice S132 5.0.0 . The central side is implemented on top of the UWP (Universal...
Hi. I want to run the pca10059 dongle so that the BLE is in central mode and is recognized as a virtual port on the pc. Is it possible to operate with only UUID settings in...
Hi, I recently bought some nRF52 DK rev 2.0.0 (2019.25) boards from a US-based distributor. The distributor seems to not be in the loop on the specifics of the design, as...
How do I use the device root key to encrypt and decrypt?
I can set the device root key in the cryptocell register, but not sure how to use it. I am using Zephyr by the way...