Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
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...