Hello.
Since nRF Connect SDK v3.0.0 has been released, I am testing the sample program . It is a sample I have frequently used from previous versions. The provisioning with...
Hi,
I'm trying to use the HCI UART sample to provide Bluetooth support through UART. At first I want to test it between two Nordic Boards, but later switch to another MCU...
Hi Support Team
There are two questions about the KNX IoT over Thread Sever/gateway and Matter over Thread gateway.
1) Customer wants to develop a product support KNX...
Hello, I am working on a project using a custom board with the nRF5340 chip and SDK 2.8.0.
In my setup, the application core reads sensor values, packages them into packets...
Hi friend,
I use SDK16.0, and the version of softdevice is S140 V7.0.1. We have a project using the nrf52840, which is sometimes used by carriers. I ported radio_test to...
I'm trying to program an nRF54L15 on the nRF54L15PDK evaluation board with the DEBUG IN SWD pins (P15). On my setup I have a J-Link PLUS connected to P15 and a USB-C connected...
Hi,
I cannot start HFXO on nRF52832. I'm using 32MHz crystal TSX-3225 32.0000MF20X-W0(from Mouser) wtih 12pF caps UMK105CG120JV-F(also from Mouser).
Checked with beeper...
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...
Hi,
in my application I have a device that has to be controlled by a remote control. For transmitting data between the remote and the device I would like to use BLE (not...
Hello,
Can you please help me with the following questions....
Why table 3 in the softdevice spec shows the same address for the application code_r1_base when softdevice...
I'm having a very strange issue when trying to debug application code on my Nordic platform. I'm hoping that someone else can shed some light on the issue, or at least confirm...
Hi all,
I have followed the guide (AN-29) for using eclipse with the nRF51822 but it gives me several errors.
First at all, the linker says:
...../arm-none-eabi/bin...
Is there an example code anywhere for the nRF51822 to calibrate the internal 32khz RC oscillator using the 16mhz crystal when not using the BLE stack/softdevice?
I would...
Hi,
does firmware or example source code exist for the PCA10000 USB dongle that implements the Bluetooth HID host?
I would like to use it as receiver for the Nordic Smart...
Hi all,
I am trying to specify a fixed port for a L2CAP connection on the nRF51822. The client is a Linux box running bluez (which has BLE support). The client software...
Hi,
Just bought the nRF51822 eval kit. Looks like it came with some great demos for iPhone (nRF_Demo_Utility, nRF_Proximity, nRF_Temp, nRF_UART), but having trouble getting...