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...
Added the attachment
unstable_issue1.pcapng
I am using nrf8001 for my project. The OS that I used is window8.
I've got this issue when the connection is not very stable...
An arduino board is to much for my project. I only need the interface for the NRF8001 and only 2 or three extra IO pins.
Can I use the ATTINY25 and what is teh proper connection...
This question pertains to the nRF24LE1. I've programmed a MCU before with a relatively simple program, but never one with wireless transmission, so please forgive the naivete...
Hi,
for Mass Production I have to flash 24 nRF51822 in parallel.
Did Anybody something similar before? What mass production programming equipment have you used?
Thanks...
Hi,
I have an nRF8001 that transmits a data string which I need to pick up through my Raspberry Pi B+. I have a 4.0 BLE Dongle. I can connect via my Ipad through the nRF...
Now i use sd_ble_gatts_hvx() to send data,it can not return anything while call this function. Step by step trace this function,while it run to code address 0x00016432,function...
Hi,
I'm developing app using nrf51822. I want to use BT, but my program stops working (stucks) on softdevice setup. I'm using external 32 MHz crystal. I will be happy for...
I am building a Central BLE app using the Rigado BMD-200 but my current peripherals are running RFDuino code. The peripherals all work with the IOS and Android Apps but I...
I'm using a snippet from the ble_app_uart example and see in the examples:
//static ble_uuid_t adv_uuids[1];
static void advertising_init(void)
{
uint32_t err_code;...
S110 v8.0.0
SDK v8.0.0
ble_app_uart example
I first initialize the services and then initialize advertising. Everything works fine when I do NOT advertise the...
I'm currently trying to make an application using the development kit & I'm trying to use the timer driver, when I induled the C & H files of the driver I got an error : ...
I'm trying to compile the ble_app_beacon_s110_pca20006 project in Kile uVision5 and I get the "cannot open source input file "core_cm0.h": No such file or directory" error...
I am trying to run a NRF51822 chip using Emblocks and OpenOCD, the debugger interface is a ST-Link from a Discovery board, which supports SWD.
When I program the Blank...