I am developing a device that uses ESB.
Uses modules that are Telec and FCC certified with BLE profiles. (module : MDBT50Q-512K)
I have a few questions.
Q1. The TX power...
Question 1: I am using GPIO external interrupt. Does this interrupt belong to GPIOTE PORT EVENT by default? Question 2: How to configure low precision GPIOTE? Question 3:...
Dear All:
I don't have a le audio enabled phone, and i want to study the hci commands about cis and bis setup up processure.
Could you please provide some HCI logs from...
Hello,
I have a question regarding the internal handling of the update recovery process for BLE mesh DFU, specifically within the DFU Server model + BLOB Server model. ...
Dear Nordic Technical Support,
I’m currently evaluating the NFC functionality on the nRF7002-DK with the following setup:
Hardware: nRF7002-DK
SDK Version: nRF...
Context
We are working on a project that implies advertising and scanning extended advertised packets.
details :
NRF52840
Zephyr SDK 17.0
Zephyr 4.0.99
NRF SDK...
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...
I am designing a device that needs to operate both as a Peripheral (such as a Heart Rate sensor) and also as a Central so it can optionally connect and gather data from other...