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...
my purpose is to use the 51422 or 52382 as a central role to search my own service, or any other SIG standard services.
DK :nrf51422 ,
version : 9.0.0 and 10.0.0,(i...
I m developping an iOS application, and I need to integrate the DFU part.
I found the IOS-nRF-Toolbox , but what I need is to integrate only the classes that manage the DFU...
The nrf52 with SDK 0.9.2 SDs132_nrf52_2.0.0-4.alpha_softdevice has 3 TX_buffers(2 count can i used).
I think there may be some preserve TX_buffers for BLE central or ANT...
I'm working with nrf51 board, I'm using I2C to communicate with an accelerometer (see the scheme), the communications are successful but I dont see any pull up resistors in...
Hello there, this is my very first post here.
I have a pair of nRF24L01 modules with built-in PCB antenna, I would to know if is possible to obtain the approximated antenna...
I have the nRF UART-over-BLE examples working on nRF8001 & communicating with the corresponding Android App as "host".
Instead of the Android App, I would like to use an...
Hi
I have a problem using TWI driver with my softdevice enabled.
The TWI is able to communicate successfully to the slave without the softdevice.
But the same code...
Now that my application finally supports OTA DFU, I hit a new problem. Instead of nRF51822 starting the newly flashed application, some old version seems to start. Or at least...
Just a general plan not a detail one . like this: in the SD132 2.0.0 we will add the funtion of change the MTU up to about 150 bytes,at the approximate time 2016-4
I am testing the freertos port, based on the hrs example in the new SDK 10.0. I have run into an issue while using the uart during long transmission sequences (where the fifo...
The alpha release of the S332 is now available and I am just curious which example included in the 0.9.2 SDK would be the best jumping off point for building a new project...
I just realized that I have the nrf52 board (with nrf25832) which actually explains a lot but the end goal of my project will be using the nrf51822 (because the nrf52 chip...
Hi there,
I am using the nrf51-ble-driver_win_0.5.0 to communicate with peripherals via the PCA10028.
My problem is when I call sd_ble_gattc_write() in my Windows application...
Hello Everyone,
I am trying to add the pwm library in the button example in SDK verrsion 10 but app_pwm.c files showing this error can anyone letme know why this error is...