Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
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...