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 would like to know how I can check whether the SAADC is enabled or nor on my application. I am disabling the SAADC with nrf_drv_saadc_uninit(); after configuring...
I'm using the latest SDK (14.1) and have got a working COAP server running over BLE on a nRF52DK, and can exercise the service from my Ubuntu desktop without any problem....
Hai team,
Iam using the ble_app_beacon example program.
I found power profiling calculation on this link devzone.nordicsemi.com/.../ .
i calculated power consumption...
Hello,
I installed the new nrfjprog but it fails to write my nrf52 dongle:
ERROR: nrfjprog failed for an unknown reason. Run the same command again with ERROR: argument...
Hello,i want to get the mac address by sd_ble_gap_address_get().There is a error message as fellow: Undefined symbol sd_ble_gap_address_get(referred from main.o). Where is...
HI!
The use of simulation software I2C and the sensor module communication in my program, without the use of the protocol stack, the normal running of the program, but after...
Hello,
I am using sdk 12.2.2 and pca10040. I want to include the mac address in adv packet name. I am not aware of the api used to get mac address. I used sd_ble_gap_address_get...
HW: BMD-350
SDK: nRF5_SDK_12.0.0_12f24da
Sample Code: examples\dfu\bootloader_secure\pca10040_debug
I have my own firmware app.
Problem:
If I use Keil to flash...
Do I have to temperature dissipation? I attached temperature sensor on my board with nrf51822. I removed copper layer of around the temperature sensor. But it seems the temperature...
Hi,
I am using nrf51822(qfaa), sdk12.3, softdevice s130.
I am using the ble_app_uart (both central and peripheral) as reference for my development.
I have both central...
Hi,
I get following error when i try to compile nRF5_IoT_SDK_v0.9.x for target nrf52822
compiling x509_csr.c...
assembling arm_startup_nrf51.s...
(13): error: A1517E...
I'm working with LEDs in a ble example
I'm calling ble_notification_init() and activate the LED in the callback handler.
I get sd_nvic_ClearPendingIRQ, sd_nvic_SetPriority...
Is there a way to get the RSSI value of a message using the standard functions within the sdk for mesh. I am currently using a modified version of the simple_on_off client...