I'd like to erase all the pages managed by FDS as part of a "Hard Reset" operation. fds.c has a hint of a "FRESH_INSTALL" directive (part of an enum defined in fds_internal_defs...
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 made a product with nrf51822AC(based on SDK6.1&softdevice7.3), now we want to do BQB testing and I am working on our board's DTM code.
I have tried example "\Nordic\nrf51822...
Hi Nodic:
I use the PCA10028 V1.2.0 board , and use "nRF51_SDK_9.0.0_2e23562" SDK, ..nRF51_SDK_9.0.0_2e23562\examples\ble_peripheral\ble_app_uart\pca10028\s110\arm5_no_packs...
Hi,
In SDK11 I was able to update advertised device name without restart, just handled write on the characteristic and update advertising data (through a second call to...
I'm going through pin_change_int example and can't understand how we tell controller where locate the function for our event.
Probably it occures in channel_port_alloc that...
I'm trying to communicate with an EEPROM chip using SPI. When I run under the debugger, the EEPROM doesn't respond; without the debugger running, it seems to work fine.
...
Hi everyone
I am working with nrf51822 sd 110 v.7.1
If I change from XXAA to XXAC, do I have to change the IRAM settings? If yes, which are the correct settings?
...
Hi ,
I have 2 nrf51 dongle compiled with a code which can scan and advertise ibeacon constantly. Whenever receive advertisement packet from each other , they are able to...
I think similar to but not exactly this question: devzone.nordicsemi.com/.../
Can I get a quick clarification here....
I'd like to encrypt the zip data / application...
Hi everyone,
Somebody knows if its possible and how to configure a Pin code to establish the connection between the nRF51 peripheral and a phone as a central?
Something...
Hello,
The nRF51824 was announced over 3 months ago, is there a datasheet/product spec available anywhere?
My main curiosity is whether the power efficiency has changed...
Hi,
I'm trying to compile a boot loader for the nrf51822. I've downloaded the SDK from the website, and looked at the boot loader example. However I don't see an arm gcc...
Does rbc_mesh_value_enable() API is designed for ? and how should I use it? and what does its parameter handle mean? Is it has the same meanning as the parameter handle of...
Through a few days of studying, I now decided that: (please correct any statements I said wrong below)
The BLE is more friendly to object oriented programming
...
I've been a little out of the loop. Can someone explain how this "drag and drop" DFU is working? And in what method iTunes is being used!?
Best I can figure iTunes is being...