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...
Using S130,
Central device,
Manual whitelist,
custom hardware.
Manual connection to 1 or 2 peripherals depending on a switch position.
This device is a central that...
hello there . i want to do something like when i press button advertisement starts. when i release button advertisement stops. can anyone tell me how to do this?? any sample...
Looking at Table 40 in the nRF51 Series Reference Manual v3.0, the Memory Protection Unit prevents request sources in Code R1 from writing to RAM R0. But if the request source...
I am facing the below issue that no source is available for "0xffffffff" when i try to debug the program using eclipse
I am using softdevice s110 and have flashed the...
Hi, I developed a sensory application which works together with the Master Control Panel (3.6.0.8331).
On the sensor side I am using the S110 (7.0.0-3.alpha) in combination...
Hi all,
i want a security check on connection that permits only to users that have a password to connect to my peripheral device and, particularly, to read/write on services...
Hi!
I'm trying to test out the glucose example in SDK 11 on a PCA10028 dev kit.
I follow the instructions here: infocenter.nordicsemi.com/.../ble_sdk_app_gls.html
Everything...
I want to distinguish between my customized bootloader builds, for that I added some specific manufacturer data to the bootloader. I added 1 byte of manufacturer, but then...
I have a project to generate audio using a codec. I will store the audio data in hex format on my nrf52 device and with the aid of the i2s interface, I will send the hex data...
Hey guys, I have a question.
Please tell me.
I use the BLE module implementation of the nrf51822.
Now, I try to use sample program "ble_app_hids_mouse" for s110.
I want...
Hi,
I have a application that receives the Epoch time from the Android Application and increments every second. and needs to store and increment the Epoch Time value even...
We just locking for your mesh protocol...
Can mesh example source communicate Ping_pong, Scaling_example, Template by using BLE_Gateway?
Please let me know...
I am using sniffer to monitor the BLE packets.
I noticed that when master is reading the list of the characteristics, sometime there are 2 handles involved, sometime there...
I'm setting up the nRF52 environment on Linux. I have previously used the pure-gcc setup with the nRF51 and that currently works, but since the nRF52 came with all the GCC...