I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
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...
My code is attached but essentially it is saying that SPI_MASTER_0 is not defined when I compile. I have the line:
#define SPI_MASTER_0_ENABLE /**< Enable SPI_MASTER_0...
I'm trying to get the ble_app_hrs working on PCA100001, the software installation is brand new (all installed today). I modified the pca100028 ble_app_hrs to try work with...
Hello everyone,
I have problems with my nRF51822. I think it is related to the starting memory address of softdevice. I attach 2 nRFgo's screenshots.
I have programmed...
Hello all,
my question is related to notifications and to maximize data bandwidth using them;
First af all i have already read this: devzone.nordicsemi.com/.../ but it is...
I am glad that I have successfully used the library from www.libstock.com/.../nordic-semi-nrf24l01-example in a pair of PIC18F45k50 devices. One is acting as a Tx and another...
Hi,
I just updated to nRF51_SDK_8.0.0_5fc2c3a.zip and try to compile ble_app_hrs example (with S110 and DFU) with gcc 4.9. I have couple of problems, first is that some...
Hi,
i am using ble_app_template and i added the file "ble_lbs.h" in the main file. Also added this code in the services_init method
uint32_t err_code;
ble_lbs_init_t...
Hello
I've been experiencing an unusual problem using the TWI/I2C library for the nRF51-DK board. Basically, I found that I need to shift my device address to the left...
Hi guys,
I have followed devzone.nordicsemi.com/.../ to set up CrossWorks. Even though I got pass the ble_stack_init();, I still can't discover the device for some reasons...
Hi
Please tell me someone me how to start nRF51822 & softdevice8.0.0
I build a NRF51822 application in gcc & ECLIPSE.
When to run the program, it crashes in the boot...
I'm having a problem adding the GPIOTE_IRQhandler() to my main.c file (see attached). I'm getting a compiler error that it is doubly defined in app_gpiote.o and main.o, but...
is it possible to update the pca20006 (rev. 1.2.0 2015.06) beacon with the pca10000 over DFU?
When i tried to update it with my application written for an older version ...
Hi folks,
I'm using the ble_app_template on a custom board. The BSP has a bunch of stuff I don't need, so I would prefer to not use it and handle my I/O directly instead...