I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...
I've followed this for assistance, but I'm stuck:
https://devzone.nordicsemi.com/question/17846/nonvolatile-memory-access/
I can read from flash, but I can't write to...
Hi
I wrote a softdevice, bootloader and application using the nRFgo Studio.
When I turn on the device, bootloader_settings_t is all 0xFF so bootloader_app_is_valid returns...
I went to so many references and definitions of variables and functions but I can't seem to find where is decided to use either spi_master_0 or 1.. where is this magic config...
I am a freshman. And I am doing some research on BTLE by nRF51822-EK. I want to get RSSI. Could you please tell me if there is a reference code or project in SDK? Is there...
Hey,
For my project I wrote and tested (w/ nRF51 DK) all firmware in mbed. I also made a custom PCB w/ the nRF51822 CEAA chip based on the 4 layer reference design provided...
HI,all!
I want to know if BLE can send data to APP in form of String instead of Byte?(the examples all send in form of byte )
If it does can, can you mainly introduce...
Hey everyone,
I'm trying to print floating point numbers to the UART to debug my application. I know the nrf51 is doing the operations correctly because if I convert the...
Hi,
I'm using the following TI IC www.ti.com/.../tps62736 to get 3V from a LiPo battery. It has a VIN_OK pin that I can configure to alert of battery low level. The problem...
Hi,
I am trying to get even a basic ARM GCC example set up using the provided toolchain code, and am having a rough go at it.
First, what is the most recent, working...
In the s110_nrf51_8.0.0_migration-document.pdf, the ROM and RAM start and size for the v7.0.0 and v8.0.0 are specified as follows
s110_nrf51_8.0.0
IROM1 - Start...
What should the connection or other settings be to have a peripheral always connected? It is a bit contradictory for low energy device, however for a lost&found (link-loss...
Hi,
I just started on developing on the nrf51-DK. I started with blue_app_proximity, and I am trying to hack the immediate alert to do a toggle a led. I initialize the...
Hi,
I am trying to save/restore some configuration variables to/from the flash storage. If I do it using S110, it works perfectly fine and I can both store and read values...
Hi,
I have the same problems as described in devzone.nordicsemi.com/.../
I'll post details here as requested. I do the following:
-Connect P0.30 to ground (see photo...