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,
I am using the vl53l5cx TOF sensor and implementing the ULD using zephyr. My setup is a bl654 board using zephyr on sdk 1.9.1. However I am running into an issue...
Hello,
I'm currently trying to implement a simple scenario: Using the nRF52840_Dongle, provide LOG output to the console.
This is the main program:
This is the usb_console...
Is there somewhere I can download a prebuilt microecc library? I've tried to make it for a few days now and have had no success. I've added GNU Tools ARM Embedded to my path...
Questions about 'comparing nRF52840 vs nRF52832', what are the big differences between them?
hi, all.
How are you doing?
I want to apply nRF52840 instead of nRF52832...
Hi,
I am migrating code from NRF SK 17 to nrfConnect SDK and I would like to create a library of source files to share between different apps.
I am able to add the individual...
I want to write numbers in my flash memory so I used this function "nrf_nvmc_write_words" but in it couldn't save float numbers in my flash memory
it is like that in nrf_nvmc...
Hello All,
I am using nrf52840 in my project. So basically the architecture is the sensor devices(ble peripheral) get connected to the central module(ble central). Now I...
hi support team,
customer is finding that 832 erase page takes more time than normal conditions, that is when the temperature is -20, erase speed is much slow.
as our...
Hi all,
I am confused about nrf52832 Tx/Rx max current. I am using PPKII measure the power current of NRF52 DK PCA10040 , As the following screen shot, :
In DC/DC mode...
Hi,
I'm working on a custom board based on PCA10100, nrf52833 but it seems to be stuck at the function "lfclk_spinwait".
my custom board does not have an external LFCLK...
Hello,
For my application I have a need to buffer data for, say, 8 GPIO pin outputs and continuously generate those buffered outputs in parallel on the GPIO pins. I have...
Hi,
According to the BLE core specification, a host can communicate with multiple controllers via HCI. I want to confirm whether zephyr's BLE stack supports the feature...
Hello,
I am working on a project using the nRF5340. I will eventually be supporting OTA DFU for both cores so I need to be able to statically define the partitions for both...
Hello, I am porting to nRF5340 from nRF52833. Previously, we were using sdk17.0.2 for nRF52833 and we were able to successfully implement encryption algorithm AES-CTR-128...