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 Everyone,
Hope you all are doing great.
I want to enable the Green power sink on the light bulb application (Zigbee). As per Nordic documentation, i have enabled...
NCS 2.1.0 / nRF52840-DK
Hello,
I have a single write characteristic on my service:
BT_GATT_SERVICE_DEFINE ( custom_srv,
BT_GATT_PRIMARY_SERVICE (BT_UUID_CUSTOM_SERVICE...
Hi I am using app timer in my software and in the timer handler i do multiple things which can take up random amount of time. I would like to know the time taken from the...
Board: nRF52833
SoftDevice: s140
SDK version: 17.0.2
I'm trying to port my project from segger to vscode. My project gets compiled fine but when I run it I'm getting...
I stumbled upon this commit where SPI support for the BMI270 has been added. Could you guys help me applying this to a nRF Connect SDK v2.0.0 workspace?
Hi,
How does pairing and connection happens in nRF5340 Audio DK? I have 3 DK.
While building SW, I configure json file with the 3 DK's product code and then flash in all...
I am using Nrf52832 as my main microcontroller and in that, I am using fstorage as well as FDS. I have one structure that has several values in it. I want to store the copies...
Without any clients connecting to my nRF, I want to advertise some data which the clients can see.
I know I can use the ble_advdata_manuf_data_t struct and populate the...
We have sensor data coming at regular interval of 40B at 10msec interval. We need to collect it for a minimum of 10 sec before we can process it and then reuse the same buffer...
Hi
Apologies in advance if my terminology is all wrong for the following question.
I am trying to write some i2c functions that will compile / work for any of I2C peripherals...
Hi, Im trying to write a simply python script to allow connect, write data, read data and disconnect from my targeted bluetooth device using nRF52840-Dongle.
Basically I...
Hi,
I am trying to set up PWMs on a custom board, but I am not able to observe the outputs using an oscilloscope (pins are constantly at 0V). The PWM channels should be...
Hi,
I have a BLE OTA application and I try to send data with the nRF52840 dongle and a Python application using the pc_ble_driver for Python. I have tested my MCU application...