We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
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...
As usual the documentation gives me nothing more than what I can find in the source code h-files.
I am trying to find one place where I can get the information I need to...