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...
Hello,
My application stores settings in Zephyr NVS. During device production a python script running on PC sends RTT commands to write initial settings to NVS/flash.
...
I tried the tutorial at link below
h ttps://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kiti in conjunction with nRF5_SDK_17.1.0
devzone.nordicsemi...
Hi,
I have a NRF52840 and a bluetooth device. Is there a way to automate the communication by writing/reading the HEX code. It is essential for product testing. Example...
Hi
I am using FOTA DOWNLOAD to update device's application firmware. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html...
my net core only output the boot information and i enable config_log that uart console will put some strange info
CONFIG_LOG_DEFAULT_LEVEL=3
appcore output to ttyACM1...
Hi
I could not really find a satisfactory answer to my question, what (if any) impact has the setting of the SLEEPDEEEP bit before calling nrf_pwr_mgmt_run? I'm wondering...
How does the slm routine of ncs1.9.1 use rtt log. Below is my configuration:
With the default configuration, there should be RTT log output, but nothing happens in the...
Dear Nordic Engineers
If we use the NFC Tag of nRF52 series chip.A re there any card readers on the market that can read or write?
Such as , NXP's NFC tag chip can be...
Hi Nordic,
I am using nRf52833-DK with zephry, an now I'm tring to drive ws2812 led strip.
I notice that there is no nRf52833-DK example in zephyr/samples/drivers/led_ws2812...
Hello,
At the following URL,
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support.html
In "The Thread and Zigbee protocols support...
Good Morning people. I'm developing a module with the soic nrf52832 and I'm having doubts about the electrical schematic of the UART communication with another MCU. I analyzed...
Hi
In the old SDK I was able to put manufacturing data into the scan response package using:
ble_advertising_init_t init; ble_advdata_manuf_data_t manuf_data;
and just...
I am migrating to ESB from Gazell to take advantage of the static 252 byte sized payloads. However, there are two things that are very different that I would like to figure...