Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
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...
hi,
I need to store persistent data of about 32 bytes in flash, so tried using pstorage APIs (SDK v9.0 on nRF51822 -- 256KB ).
I followed the sample code given here...
Hello,
I am using keil uvision 5.17, sdk 9.0.0 and sd 130.
Once I programmed whole application through mbed,
Then I moved into keil and implemented all function....
We are trying to communicate to NRF51422 through PC using UART communication. But the programs works fine with nRF51822 Dongle and DK. But it does not works with another dongle...
Hi experts,
I need nrf51822 to send thousands of packets (notification) to Master Control Panel (PC), and expect for high data rate. So, I turned the connection interval...
if initial uart_config() before ble_stack_init(), softdevice_handler_init will be failed!
with SDK 6.0
softdevice_handler_init() will returns 0x00001001 ("NRF_ERROR_SDM_INCORRECT_INTERRUPT_CONFIGURATION...
I am trying to generate code using BDS and the Nordic Plugin 1.2 but I keep getting the following error. I have reviewed the XML but I can't seem to find the issue. Any thoughts...
I've been fighting this bug for a few days now and I thought I'd share what I discovered in the process.
I wanted to set up a couple PWM channels to control a few LEDs...
getting problem in implementing uart. code is here
#include <stdio.h>
#include "boards.h"
#include "app_util_platform.h"
#include "app_uart.h"
#include "app_error.h...
I implemented measuring of Lithium battery level with the help of thread How to measure Lithium battery voltage . I am using nRF51422 with SoftDevice 110 and SDK 9.0.0 and...
Greetings,
I'd like to develop a wireless sensor network based on your products, but have a few concerns based on my lack of knowledge of how Bluetooth LE works.
I've...
We are running FreeRTOS on the PCA10028 development board. We have bumped into an issue where the code asserts if we turn on the FreeRTOS configASSERT functionality. It is...
Hello,
I am using nrf starter kit and nRF51822 DK modules atached. I'm using external usb-com uart modules (based on FT232 chips) for communication with PC (Win7) and hyper...
Hello everyone
i am trying to configure the buzzer int he development board inordert o create the buzzer beep sound i have configured the GPIO pin 14 fir the buzzer so...