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...
So, I'm trying to work around the Ble Uart example, using the PCA10003 Board. The example uses one of the buttons as a "Wakeup" source, but during the bsp_init() call, the...
Hi Nordics,
I would like to run the app example “ble_app_hrs_s110_hci_pca10028 (nRF51 PCA10028)” on the 32 MHz crystal. Can anyone help to change the code to 32MHz base...
Hello,
I am currently use the new SDK 8.0 for the NRF51822 (S110 soft device). I noticed that on SDK 7.0 for the ble_gap_sec_params_t struct , there was a variable called...
I want to see register values in interrupt service routines after a timer timeout. However, when I enable debugger in Keil, it only iterates once to the end of main function...
I've been trying to get a simple blinky program to compile for the better part of a day now. The makefiles are outdated and so are the keil projects. Is this SDK no longer...
Hi ,
I have a code like below.
__attribute__((used, long_call, section(".data"))) void function_1()
{
unsigned int a;
unsigned int b[10];
int c;
c= a-(...
I currently have an application with DFU bootloader that runs on s110 5.2.1 on a rev1 nRF51822. If I upgrade to the latest rev3 chip, can I just flash it and everything will...
How can I compile a simple blinky program for the PCA10024 with the IOT SDK, and using the (iot modified) s110 softdevice?
I've been trying to get a simple blinky program...
Hi all,
I am facing a problem with pstorage_init() function. In fact after enabling the softdevice (S130), I am calling the pstorage_init() function. When debugging, the...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
Hello,
I am new in this using of this RF module. I have tested it in many ways. But I'm using this module with pi16f72 So, it has " SDO,SDI,SCK" I have crossed the cable...
I'm working on a project where we're having mulitple nRF51822 chips communicate in a multiceiver way. When we bought the nRF51822 chips, the technical sales rep claimed that...
Hello, we have kind of an in-house serial command protocol that we have used over Rs232, sockets, wifi, etc, and we would like to implement it over BLE. I am inheriting a...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...