Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
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...
Hi,
since The image management provided by mcumgr is based on the image format defined by MCUboot, so does "nRF Connect android app DFU mode" use mcumgr libraries in it...
I'm developing an Ultra-Wide-Band indoor localization system consisting of beacons (stationary, hard powered) and tags (mobile, battery powered), and am looking for a suitable...
Hi Nordic,
I am developling a porject with nRF5 SDK 17.1.0, with nRF52832.
the 52832 serve as a central role.
1、I am wondering what is the difference between BLE_GAP_EVT_CONNECTED...
Values change rapidly and bt_gatt_notify_uuid is called at 10ms interval while bluetooth connection is set up for 15ms connection interval. I assumed this would simply queue...
I have attached all sleep modes of our controller that i found through forums and from your suggestions.
But my problem is No one of these sleep modes, wake-up through...
Hi,
I am just starting out creating a project to run on an nRF9160 on custom hardware. I have set up a development environment (v1.9.0) through nRF Connect for Desktop...
Hello I use nrf52840 and BME280. I plugged it GND GND SDA 45 (P1.13) SCL 47 (P1.15) VCC 32 (P1.00) I use timer to refresh data and on the first line of the code I init gpio...
Hi,
In the nRF52840 Product Specification 1.7 , page 34 chapter 4.4.1.9 INFO.VARIANT, I read that the hex code of variant "AAF0" is 0x4141 45 30. However the description...
Configuration :
IDE : SES V5.70a
SDK version : NRF5_SDK_17.1.0
Board : NRF52840DK
Hello,
I'd like to use 4 channels of the ADC in a scan mode at a high frequency...
Hi,
I am working on an application to transfer firmware file via BLE-GATT to nRF52833. Can you kindly suggest any sample code for me to evaluate.
Thanks,
Ubaid
Hi,
I've been following this tutorial regarding connecting my BLE device to another Bluetooth module:
https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides/b/getting...
Hello,
I have a question regarding NRFX_SPIS_XFER_DONE event. Documentation says that this means "SPI transaction has been completed."
I'm curious if this event is triggered...
Hi,
I have just bumped the NCS I am using for my project to version 1.9.1. After this update, I found a bug in the Zephyr code.
On line 214 of zephyr/subsys/net/lib/lwm2m...
After some advice here, Typically I use the native or recommended IDE's for the platform I'm working with and generally have no issues getting up and running. This time around...
Hi,
I am using NCS v1.9.0 and have a question about datatime module.
It seems to have NTP and Modem clock sources, but I don't want to use either clock source. I have...