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...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hello,
I have an application that has to be ported to the newer Softdevice version. I've already ported my application to the SDK 13 and tested it with the new Softdevice...
The NVMC documentation states the CPU is halted while the NVMC is writing or erasing flash. If the CPU is halted, then interrupts shouldn't need to be disabled during flash...
blog.bluetooth.com/management-of-devices-bluetooth-mesh-network
The Provisioning Protocol
During provisioning, the Provisioner and the Device to be provisioned communicate...
as this screenshots show, i add some headers to nRF_Libraries, and add the directory of the folder nRF_Libraries to Options for targets /c++/include paths,but after building...
Hi,
I am trying to use the SAADC via ble when noridc is connecting with other device and adding value to advartasing. This is my code but i've got some problems.
1)...
I am modifying the bootloader_secure_ble code to receive a serial number via BLE and store it in flash. However, whenever I call nrf_dfu_flash_store or nrf_dfu_flash_erase...
Hi,
We are currently working on one project.
Initially, the nRF52840 & S140 (v5.0.0-2) & SDK14.0
examples \ ble_central \ ble_app_multilink_central Based on the example...
Hi Team,
I am using sdk12.2.2 and nrf52. I want to use one gpio to detect button state & have to operation on that event.
I used one method to configure(code snippet...
Following the guide found at : file:///C:/Github/STIWHN/SDK_thingy52/thingy_sdk_v2.1.0/documentation/firmware_compile.html#compile_gcc
I still getting errors trying to...
Hello,
For the softdevice update, is it the responsibility of the bootloader to make sure, that the softdevice was copied correctly?
If for example the bootloader calls...
Hi,
When i use FreeRTOS tasks with priorities 2,3,4,5 what i need to #define for XXX_CONFIG_IRQ_PRIORITY of SPI,SAADC and GPIOTE at the file sdk_config.h
Thanks
Hello, I use nrf51822 , sdk 8.0.0, s110
I defined advertise interval and timeout
#define APP_ADV_INTERVAL 320
#define APP_ADV_TIMEOUT_IN_SECONDS 3
Also, I write...
Hey Nordic Devzone,
I am really new to Nordic and am still a student in embedded software engineering. So first some background information.
I have 6x nRF52840 and 5x...
Hello,
I am designing a custom 2layered PCB board with NRF52832 IC. I have followed the reference design given in IC's datasheet as shown in the figure. Please provide the...