Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
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 DevZone,
I am using Segger embedded studio with multiple build configurations for the two chips and I am having some issues to get the program to compile my nRF52810...
I have tested the sdmmc driver yesterday with both, CS Pin tied directly and via an external i2c port expander. TCA6408A.
Worked like charm, but today I wanted to to some...
We are using nRF9160 chip (in own custom board), SDK 1.9.1 board with "serial lte modem" firmware. We are unable to get coordinates using AGPS. I suppose this is due to the...
Hi!
I am going to use nRF52832 in a new product and wondering whether should I base an application on the new or the old SDK. I have to take into account support for DFU...
Hi,
recently I got Thingy:91 (board info - PCA20035 1.4.0 2020.22),I've updated it to the latest firmware as per instructions. So far so good. Then I started playing around...
I tried to create/ open a project using nRF Connect in SES. The error appears as shown in image. While the file exists as shown in the second image. Why, such error and what...
Hi,
Basically, the setup of the mesh network is as follows,
There are END NODES based on sensor server model.
There are RELAY NODES based on the sensor client model...
Hi,
I am using Zephyr3.0.0 to validate AOA CTE sampling.
Firstly, a s below is the official data format. Nordic Semiconductor Radio peripheral provides 16 bit wide IQ...
Hi,
I am able to successfully build and flash the Matter Light Bulb sample onto my nRF52840 DK.
I am now getting ready to configure the firmware for use on a custom board...
Hi,
NCS1.9.1,nRF5340DK, VSCode,
see code, timer_lms==1000 spend 1000ms
but if start i2s
i2s_audio_init(); //this line will Slow down the time
timer_lms==200 spend...
When i try to use SES to build my project.there is error.The enviroment i confige as descrblied. them i use toochainmanger in nrf connect tools,the error is as the same as...
I'm trying to determine how to get a Linux timestamp for a project using nRF9160. It looks like the mktime() function is not supported. Any suggestions?
thanks!
I'm running into a weird bug where the first 4 bits received by my SPIM are always 1 - the next 64.5 bytes are all correct though... I've built 3 FWs out of provided examples...
Hi guys,
I have developed an app to read data from some sensors and notify the central with a frequency of 100Hz. It seems to work but I would like to share my approach...