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...
Problem: Upgrading to newer SDK broke RTT processing of backspace character. Details: We had been using RTT with the v2.4.1 SDK (for our nRF52840 development) and yesterday...
Hi there,
I was following the tutorial here https://academy.nordicsemi.com/courses/nrf-connect-sdk-intermediate/lessons/lesson-6-analog-to-digital-converter-adc/topic/exercise...
Hello. I have a question about how to enable a 32 MHz crystal oscillator on a custom board? I have 32 kHz and 32 MHz quartz crystals on the board. I found the following config...
Hi. This is a problem that occurs on a customer's factory test client unit. Issue occurs roughly about once every few months.
Customer Development Environment Info:
OS...
Hi,
I am stuck during migration from ncs 2.6.2 to 2.7.0 (I want to finally reach 2.9.0):
``` [00:00:13.276,275] <err> bt_sdc_hci_driver: SoftDevice Controller ASSERT:...
Dear customer support people,
I'm trying to employ a particular signature scheme to benchmark it against other more traditional methods on your devices, specifically on...
Toolchain v2.70, SDK v2.7.0, VS Code, Windows
Kicked off an application FOTA update, and somehow it failed:
[00:02:06.161,315] <err> download_client: Error in recv(),...
I've built a firmware based on the hci_uart sample with the softdevice controller. The board is custom made and has a nrf52840 on it. Over USB-CDC HCI commands are sent to...
Is there any issue with using the nRF52833 DK/nRF52833 for Matter development? I’m asking because the Matter template doesn’t seem to support the nRF52833 DK/nRF52833. If...
Dear Nordic People Recently I am following YouTube link from Nordic Semiconductor for Implementing ESL https://www.youtube.com/watch?v=VeLkptpSvRQ This video requires specific...
Hi,
I need information about adding an additional flash IC to my project. However, I am wondering if there are any limitations regarding the maximum storage capacity that...
Hello and thanks for reading. Also happy holidays.
We are using an NRF5340, and are having some issues with connectivity. I would therefore welcome any suggestions you may...
Hello~
I am developing nrf52840 with zephyr ncs tool chain v2.7.0 and SDK v2.6.1.
Our hadware is very simple, just a power IC, a nrf52840 and a G-sensor.
Our pre-production...
Hello,
I am currently learning Zephyr via the Developer Academy in preparation for an upcoming project that will use an nRF9151 and a Nordic BLE module. I will need to write...
Hi,
I'm using the PPI component to generate 8MHz GPIO signal. this signal is an input for power amplifier analog RF transmitter.
While the digital 8MHz signal looks fine...