Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
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...
Is there any way to use remote provisioning of nrf5 SDK example pb-remote in nrf Connect SDK?
If the answer is no, is the implementation of this feature in nrf Connect SDK...
I'm trying to test out the boot loader using the blinky sample. However if I add the following to prj.conf:
CONFIG_SECURE_BOOT=y
CONFIG_BOOTLOADER_MCUBOOT=y
I'm getting...
"SES > File > Open nRF Connect SDK Project..." does not seem to include a thread aware script for Zephyr. Is there a provided script for this somewhere? If not is there a...
Hello,
I would like to use a single COMP I/O pin to compare the pin voltage to multiple references during run-time.
To do this, I was planning on initializing the COMP...
With SDK For Mesh v5.0.0 the mesh_stack_power_down() was actually implemented but there is a bug that will disabled the proxy permanently.
For some unknown reason the mesh_stack_power_down...
Trying out the Sensor Model supplied with SDK For Mesh v5.0.0 raise a few concerns.
The way sensor_initialize() is made requires all supported PropertyId helper functions...
Hello For my application (which is based on the ble_thread_dyn_mtd_coap_cli example), I would like to be able to send a file (for an update) using bluetooth. To do this, I...
Hi, I have been studying a lot of issues reported here about leaving network and joining another. The most common answer is to use zb_bdb_reset_via_local_action(0); But when...
Hello,
I am using nRF52833, nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8 and SEGGER Embedded Studio for ARM 5.34.
I have imported the ble_zigbee_dynamic_door_lock_nus...
Hello,
I am looking at using the nRF52805 in a new design, but I am worried about the 0201 and 0402 components that are recommended. Currently, my company manufactures our...
Hi,
I am evaluating Zephyr mesh and implemented two timers; one triggers at every 2 mS, the other triggers at every 500 uS.
I put a code in both timers' events to toggle...
Hi, Our platform is NRF-52833 Our project use RS485 bus (nordic's uart + a 485 chip) to communicate with other device. And we choose the libuarte to be the uart handler to...
Hi,
In the nRF_SDK_for_Thread_and_Zigbee_v4.1.0, in examples/thread/NCP/radio folder, there is no option for compiling the firmware for PCA10059.
I want to run RCP firmware...
Hello guys,
I'm trying to interface ds18b20 temperature probe and I'm using this code , In termite its showing output as -0.062500 I don't know why can anyone tell what...
Hello,
I'm using NCS 1.4.99 with a nRF5340DK and want to use the hardware CS of the SPI and also use BLE.
Here is a simple code that work on a nRF5340PDK but only work...