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'm testing new nRF51822 Beacon v1.1.0 dedicated for smart beacon kit (pca20006). I'm using nRF Toolbox app version 1.4 and iphone 4s with ios 8.1.2. I've followed...
Hello, gus
our design will be in mass prodcution stage,I want to find a efficiently way to load our hex file to NRF51822 modules, how to use batch processing to call nRFgo...
hi, my application with nrf51822 needs a clock keeping active when the chip enter system off mode or sub power modes. So when the system wakes up from low poer mode, the timer...
Im using the Raspberry Pi as my transmitter and PIC16F886 as my receiver. For the RasPi im using the library from TMRh20 and on the PIC side using code I got from various...
Hi guys,
I follow the steps of and everything was ok before executing the connect command. I can see the MAC address with "nCOAP_Client" after I input the hcitool lescan...
I strive to always compile with no errors and no warnings. One file has some test functions that are only used when built in test mode. Is there an existing macro to suppress...
Hi All !
Sorry, but I do not find answer for my question in any resources.
How to confirm indication in iOS CoreBluetooth?
If iOS work as central, in CoreBluetooth no...
In nRF51 SDK 7.1.0, there is a c header file using c++ keywords operator .
Here is a snippet of components/ble/ble_racp/ble_racp.h using the keywords.
/**@brief Record...
Hi all, I m new to Bluetooth Low Energy. I have to develop an indoor positioning project based on Bluetooth Low Energy 4.0 in which i have to locate person's current position...
My ble device try to notify a data to my android mobilephone after phone connect it,but sometimes,phone can't receive the data and error 8 occur .this happend frequently when...
Hi,
pstorage_raw_store() API fails as p_src address is not 4 byte aligned (i.e. 0x20002b1a), as p_src is RAM address and also as its "SOURCE" address is it necessary to...
Hey Folks
I wonder to design my own simple circuit based on NRF51422, the circuit should connect to a mobile app. By the way I'm I wonder to follow these steps:
visulaised...
Hi all,
I have one question about the deep sleep wakeup process in NRF24LE1. I want to realize the function that "when I press the button, it will cause rise edge on the...