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,
I am trying to connect PS4 controller remote with NRF52840 so I can get command from remote and execute require action but not able to detect PS4 MAC in nRF52840...
Hi There,
I have been looking for ways to have three channels of a hardware timer with the NRF52840 generate a compare interrupt at different time intervals, my understanding...
I got MCUBoot running using signed images. Now I want to enable encrypted images using the build tools, but how? I've found this pull request: https://github.com/zephyrproject...
We are looking to move from STM32WB55 to Nordic.
I am use to developing firmware in the NXP and STM environments, looking at documentation for register address or examples...
I am trying to use the experimental task manager of the nrf52sdk, version 17.1.0. I've come across what I would call a bug, but there might be a reasoning behind it, so that...
I have
Hardware: nRF52840 DK - 1 nRF52840 Dongle - 1
Software: nRF5 SDK Mesh - v5.0.0 nRF5 SDK - v17.0.2
I want to program Mesh Serial example on nRF52840 Dongle.When...
Hello everybody.
I am developing a BLE application in which I am using WDT every 12 seconds and a RTC interrupt every 10 seconds to send some information.
When you press...
Hi,
We are using nRF5340 and we are migrating to v2.0.2 NCS sdk from v1.9.1.
In our design, the SPI MISO pin is P0.10. From the dev zone tickets, I found that this P0...
Hi,
I'm trying to send I2S data (~ 16 kHz, 24 bits) via BLE using the nRF52 DK and the nRF5 SDK 17.1.0. After I get the data from the I2S driver (by specification, they...
Hi!
To measure the voltage level of a coin cell CR2450 can be done in different ways.
You can use the comparator, the low power comparator or the ADC.
I wonder which...
Hi, The getaddrinfo() function returns the same IP address for www2.domain.com and domain.com, namely that of domain.com while they are running on different servers and have...
Hi
I am currently working on a Matter project.
I configured OTBR with Raspberry Pi, completed pairing with nRF52840 board (Light bulb), and confirmed that Light on/off...
Hi,
In order to make firmware updates over Bluetooth work, I need to enable the MCU boot loader. Is use CONFIG_BOOTLOADER_MCUBOOT=y in my prj.conf file to enable it. My...
I'm doing with the nRF Connect SDK v.19.1, testing the project C:\ncs\v1.9.1\zephyr\samples\hello_world.
The main. c file is
void main(void) { printk("Hello World! %s...
Hi, i'm use latest ncs develop bluetooth extend advertising, and i'm try use west build -t menuconfig to config scan filter config
such as BT_CTLR_DUP_FILTER_LEN or BT_CTLR_DUP_FILTER_ADV_SET_MAX...