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...
Hello all,
I am using the PWM library, does any of you know what does the " 5000L " stands for in this function ?
Indeed, it says 200 Hz, however, I do not see it :...
Hi,
I am using the method bt_conn_le_create_auto. How can I apply Service-UUID filter, so it can only connects to the given once? Is this possible to use bt_scan_filter_add...
Hi Team,
I have a few questions about the transceive process of BLE Mesh5.0 based on nRF52840 chips.
1. Can they do advertisement and scan operations simultaneously? ...
I added a ZB_ZCL_CLUSTER_ID_DIAGNOSTICS cluster to my custom server EP:
+ZB_ZCL_DECLARE_DIAGNOSTICS_ATTRIB_LIST( + diag_attr_list); + ZB_ZCL_CLUSTER_DESC(ZB_ZCL_CLUSTER_ID_DIAGNOSTICS...
Good morning,
Since yesterday i have a new problem with the nRF Cloud. This time with ListMessages of the REST API.
I use a Node-Red rule chain and send a GET to the following...
Hi Team,
I have nRF52811 and I would like to evaluate the BLE direction finding Feature. I have very limited knowledge on this.
I would like to go with AoA method as the...
Hi,
I work in a project where we use nRF9160, and use certificates in order to access https addresses. This works fine, and I use the modem_key_mgmt lib to read/write credentials...
Hi,
1. Please point me to a sample DFU project which works overwrite method..?
2. When MCUBOOT_OVERWRITE_ONLY is enabled, and during copying of image, if there is power...
Hi everyone I am currently trying to connect some simple sensors using the I2C interface.
Currently I am working with an nRF5340 and nRFC 1.6.1 SDK
I loaded one of the...
Can build application from the command line using the regular Zephyr download and using West ...
Executable downloaded to BBC Microbit v2 and works as expected.
Trying...
Can QSPI be initialized to work with NAND flash memory? as I tried to use it with SPI and it worked fine but with QSPI it only returns 0xFF values even if I initialize the...
Hi,
I want to move the MBR params page to the external flash, is it feasible?
I saw in this that if you use the MBR command to move the bootloaders, you must keep the...
Hi i am new to nrf52840 i want to send a char continuously through bluetooth to mobile, im using sdk 17.1.0 and i have tried ble_app_uart in the example but the blue tooth...
Hi,
We need to refer detailed documentation of BLE mesh functionality which describes right from packet received on gatt layer to mesh
also we need to refer mesh document...
Hi,
I am trying to use the function `bt_conn_le_create_auto`, but I get the following error when I try to build it:
I created a simple app, just for testing.
main...