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...
I'm trying to create a HAL library to use it with zephyr application
From what I have read I need to create another module .
I can't figure out how to set up the module...
I am using the nRF52840-dk with the nRF Connect SDK v2.0.0 and for the development itself I use Visual Studio Code.
My Goal: Both the bootloader and the actual application...
Hi,
In my project, I have finished the application core code.Then I need to debug net core, but when I selected the "hci_rpmsg" target,and click the debug button.The debugger...
Hello my question is I am giving supply with lithium 18650 battery whic voltage is 3.7 to 4.2 volt but the battery falls very much below .
My question is when using HIGH...
Hello,
I'm working with NUS service and the nRF Toolbox app. I need to send multiple messages from mobile app to DK. How can I do that?. Is there a macro/script example...
I'm currently evaluating the nRF52840dk using the nRF Connect SDK to determine whether or not to port over our codebase to it from a Xiao nRF52 module I was using KVStore...
Hi,
I am trying to flash nrf52840 dk board with open thread binaries.
I see that, sporadically the device gets readback protection enabled.
I use the following command...
Hi
I have two PCA10121 and followed the instructions here to get the demo audio application to work.
The output of:
python3 buildprog.py -c app -b debug -d both
is...
I am writing my own code (no libraries etc.) on nRF52832.
For new i still have softdevice and bootloader in flash, and store my program using bootloader protocol, but my...
Hi There!
I'm using the dimmable light bulb example and have extended it with the color control attribute list. I'm using the zb_zcl_color_control_attrs_ext_t in combination...
Hi, I am working with custom board in that, trying to read NTC sensor value using 2 (NTC+ and NTC-) ADC pins. Applied Steinhart formula to convert temperature. In that, After...
We have a product that uses an nrf52832 module (vendor listed on the 3rd part modules list) and have shipped ~30,000 units using the current circuit design. We are using SDK...
Hello,
I used 3 nRF5340 Audio DKs (1 gateway and 2 headsets) as BIS and confirmed simultaneous playback.
Is it possible to increase the number of headsets that can be...
Hello, I am using the nordic nRF52840-DK with the package pc-ble-driver-py and the example heart_rate_collector.py.
My problem is that sometimes the Bluetooth connection...
Hi,
1. Please help me complete example pca10100e_uart
2.I am testing the nRF52820 UART DFU example
3.The example is named pca10100e_uart based on example pca10040_uart...