Hi all,
this is not a question per se but rather a warning to those who are attempting to debug Flash related operations with the SEGGER J-Link GDB Server (v4.84a for Linux...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
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...
Does the s110 stack allow retrying pairing procedure?
It looks like the stack (peripheral) always ends with disconnect upon invalid passkey.
We would like to explore the...
I use two nRF51822 boards running the ble_mesh_gateway sample project. I have modify the project slightly so to work on my board(juts modify the GPIO configuration , LED and...
Hi all, Now I'm working secure bootloader in sdk12 for these I installed the nrfutilv1.5.0 by following nrfutil user guide
link text
while I'm creating .zip files it...
I've seen similar questions posted, but none that match my situation exactly and those solutions did not work for me.
I'm using the pca10040 dev kit, which I connected...
For the radio peripheral, if I use a shorts (shortcut) from END to DISABLED states, is EVENT_END still set? Because I enable an interrupt on EVENT_END, but not on EVENT_DISABLED...
Does anyone know how to remove all Nordic software and clean out all registry keys?
Installed mastercontrolpanel.3.9.0.6.x64.msi and all is working great with the RF Dongle...
Hello together,
i have a question to the uart hardware communication.
I try to send 6 bytes from the nRF51 DK, S130, SDK12 (p0.09 tx) pin to another hardware rx pin.
...
Hi,
Trying to add DFU service on the new SDK, but when compiling getting this:
compiling nrf_dfu_flash.c...
..\..\..\..\..\..\components\libraries\bootloader\dfu\nrf_dfu_flash...
I'm using SDKv12 S132v3 on nRF52 peripheral device. I have characteristic with following security setup:
char_add_params.read_access=SEC_JUST_WORKS;
char_add_params.write_access...
Is it possible that a crash in code can prevent connection by SWD to an nRF51822?
As I had an instance this morning, where after uploading, some code to a smart watch,...
I'm trying to use a 32 bit service UUID, but it doesn't seem to be supported by SDK 10 or SDK 12
Looking in the HRS it has this code
BLE_UUID_HEART_RATE_SERVICE, BLE_UUID_TYPE_BLE...
Hi,
I am using App Timer for measuring time and at the same time while loop to check if the timer reached particular time.
I have noticed during while loop App Timer...
Hi,
I'm using bootloader from SDK v7.2 When the application jumps to the bootloader (through NVIC_SystemReset), the call sd_softdevice_vector_table_base_set returns SVC_HANDLER_MISSING...
components/toolchain/gcc/*.S should be *.s
components/toolchain/CMSIS/Include is now named ...cmsis/include.
On Windows OS, this might not matter, but on Linux and...