Hello, I am trying to read the TI ADC1173 at 10-15 MSPS. It has a 8bit parallel interface. I just need to read a very short amount of time, like 5-10 µs (so up to 150 Byte...
Hi,
I am using an nrf5340DK + nrf7002EK. i am able to run an example helloworld application with an immutable bootloader and mcuboot as platform bootloader. When i try to...
Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
I'm currently developing a BLE Long Range application based on Zephyr and the v2.8.0 version of the nRF Connect SDK. The app is based on the following nRF samples: central_hr_coded...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
I have a system that uses 5-byte addresses. The first 4 bytes are always the same, but the last byte has 4 different values. For test purpose I want to listen, from another...
Title says it all. My nordicsemi.com id/pw is not working here. (But it isn't working there either. I'm getting the following error, which I presume is some breakage in the...
I have a customer that wants to be able to have a single nRF51822 sends sensor information to two iphones at the same time. Is this possible? Can you pair a peripheral to...
Hello,
I have a question....
I have real ECG device and I almost got PCA10001 development board. Studying about PCA10001 I noticed that this board has ADC. I downloaded...
Hi,
It is not transparent to me, how can I determine this value? Is it a best practices value?
I want to implement Tx Power profile but I don't know where to get this...
Dear Nordic support team,
What is the maximum number of timers that I can create (and use) using the app_timer lib?
err_code = app_timer_create(&m_timer_m_1_0,
APP_TIMER_MODE_REPEATED...
I've recently started sharing development activities with another developer. I created a GIT from the folder: C:\Keil\ARM\Device\Nordic\nrf51822\Board\pca10001\ble\myProjectFolder...
I'm leveraging off the heart rate sensor example to create my own VS service. I've successfully registered a 128-bit UUID with the Soft Device which is enumerated along with...
Hi,
i get the example for using PWM to run and modfied it to use it in my application. My Prolem is that i only have one PWM Output toggle Pin. How can i build a second...
Hi,
I'm using the MCP to send a long to a nrf6310 board loaded with SD v6. The board hangs when I send a long though, is this due to the MCP not being set up to send longs...
Hello,
I have the nRF51822 Evaluation Kit. I have run the basic code examples like 'Blinky' and the BlueTooth HRS (Heart Rate) application, successfully.
Now I would like...
Hi,
Is it possible to give a function address to the "Task End-Point" of a PPI channel?
Like :
err_code = sd_ppi_channel_assign(PPI_CHAN0_TO_TOGGLE_LED,
&(NRF_TIMER1...