nrf51822
SDK v10
SD S110 v8
hello!
My pj is about ANCS+nus+hid mouse sevices.
If my borad had bonded with an iPhone,then download new hex from mdk ,and run.
...
Hello.
I would like to develop FW for the nRF52832, using Eclipse IDE + ARM GCC + Segger JLink OB.
I've seen on the segger webpage that the nRF52832 is a Cortex M4 processor...
When using app_timer through scheduler, a break and go will overflow the event queue if a timer is a repeat timer. The effect is that it's not possible to debug.
To work...
I need to be able to actively set the value being incremented in the Timer2 register on the nrf52 (what I believe would be it's main register). It seems that this might be...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
Hi,
I am trying to understand the pstorage to record a log for temperature. In my code, I can call pstorage_init(), and clear a block but when I try to store some data...
I would like to source a compact BLE board to act as a lock controller developed with with a matching transceiver for use in a fob and an app.
It would toggle the pio and...
I have the following jlink script for flashing an nrf51822
I'm on Mac OSX 10.9 and am talking to the PCA10001 eval board.
r
w4 4001E504 2
w4 4001e50C 1
sleep 1000...
Hello,
I am working on a project based on the nRF51822 with the softdevice S110.
I am trying to develop an application using the main loop provided in an example application...
Hello,
I have been developing and using the nRF9e5 for 7 years and we recently want to try to deploy the device at temperatures of -20oC and below. The code is fixed and...
Hi All,
I am using nRF51822 development kit without the motherboard .
I flashed the ble_app_uart (nrf51822/Board/pca10001/s110/experimental/ble_app_uart) and it was...
Hi,
I've received the nRF51822-Development-Kit, this morning and I can't download any software to the boards.
I've install keil uvision 4.71.2.0, nRFgo Studio and the...
Hi guys,
I plan to buy the development kit from Nordic but I had a couple of questions:
1)I know that in a previous question I posted I was told that I can use the development...
I bought the nRF511822 development Kit, not realising that it needs the nRFgo motherboard to supply power to it.So i have to make do with what I have. I am trying to power...
So this should be a trivially simple demo to run, but I'm obviously doing something wrong. When I build the sample application called "uart_example" in the PCA10000 folder...
Hi,
i want to build a BLE mesh via advertising. i asked some questions before about ibeacon and observer, how ever to clarify my question i have some additional questions...
Hello,
I have set nRF51822 Evaluation Kit. With its help, I would like to read the pulse of the heart rate monitor:
link text
I manage to connect to it using the...
Hello, I read an article on Nordic site about the Blend Micro:
*"The Blend and Blend Micro also natively support (with no extra wiring) all Nordic Semiconductor nRF8001...
Hi,
I have a few questions on how to receive data (from an iPhone app) as a a peripheral device on nrf8001 (with RedBearLab BLE shield).
Basically I am trying to receive...
Hi,
how do you use the jlink gdb server?
All i get is Target halted (PC = 0xFFFFFFFE),
gdb will obviously not show any helpful trace for that and continue doesn't work...
Dear Nordic guy,
I 'm developing LG product with nrf51822 chip.
I have some question.
Applcation SW timer use the rtc1 clock source.so,
When NRF_timer interrupt expired...