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...
Hi All,
I have encrypted app_update.bin manually and perform FOTA with single stage bootloader and it is working as expected.
Now I have enabled Two stage bootloader...
i am working with spi example but the clock appears as shown in the following photo i do not know why it is generated like this and i need help to configure it to work as...
Do you have an updated schematic for the latest nRF52-DK development board? The board I have from July 2022 (reference # 0365RUBR) has some differences compared to the online...
Hi there,
A couple of weeks ago, I'm facing the issue that my nRF52840DK board is not visible and led5 is flashing rapidly. I reflashed the bootloader, j-link-ob-sam3u128...
I added some functionality to asset_tracker_v2. I used two pins of Nordic chip for following purpose: 1. Detect BMS, pin as Input 2. Reset BMS, pin as output. The pins overlay...
Hi,
I'm a newbie of microwave board design, after many research I finished our 2.4G USB Receiver board which use the nRF52840-QIAA. But I still want some advice of the RF...
Hello,
My setup is UDP sample and PPK2 for power measurements. I am trying to figure out the best settings that are available with eDRX set to <= 20.48s, and preferably...
Hello,
I am trying to get the data out of an out of the box zigbee sensor (PIR motion sensor) with the CLI example provided.
I flash an NRF52 with the CLI example, and...
We are working with tuning of the GPS:
Basically the tuning is fine but we are mostly bandwidth limited.
I wanted to ask how much is the acceptable bandwidth for a GPS...
Hi Team,
I am working on air mouse development using NRF 52832.
nrf standard package support ICM 20608 with AIR_Motion Library , but its not available now in https://www...
Hi,
I have noticed that when a peripheral (using NUS) is disconnected from a central it takes 2-3 seconds for the peripheral's BLE_GAP_EVT_DISCONNECTED to trigger.
Shouldn...
Hi,
I encountered that the PWM couldn't be closed completely, it still has about 100uA after PWM is uninitialized.
For troubleshooting purposes, I have posted my code...
I am working with SPIS on nRF5340. Since my RX and TX buffers will not change, is it possible to call nrfx_spis_buffers_set only once, during initialization? I tried to do...