Hi,
For our current application we have migrated from SDK 13 to SDK 14. We are using RTOS to handle the functionalities of our application. We replaced our own task for handling...
hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hi there,
Is there any drawback or limitation in the S140 SoftDevice (v7.3.0) if a connection (as master) stays open for a very long time (weeks)? I mean, there could be...
Hi,
I use our customer board that enable the i2s to the DAC to speaker. However, i only verify the play a wav file directly that seems work normally but our target is playing...
which sample is best for me to verify the central/peripheral communication using nRF52833 for nRF52 serial.
I have two nRF52833 DK board, I need the board2board communication...
use NRF52832 do a ble hid keyboard,
when do the keyboard function test need connect the keyboard to computer or laptop.
only when the connection it's done, then can run...
I used nRF52840 board with SDK 17_1_0 ,
For FCC Certificate We used Radio Test Example,
using start_channel 40 & start_tx_carrier we change the frequency and we are able...
I am using nrf52832, SDK17
When I am setting up a timer with no applicable interrupt handler it fails so
This is how initialize the timer
when I do define the handler...
Hello community,
I am trying to develop a custom bluetooth HCI_USB code for the BL5340PA BLE controller board. The Liard Connectivity's(now Ezurio) BL5340PA : https://www...
Hello,
i've been trying to do some exercices from the devAcademy on my nrf52840 DK but when i tried doing the "lesson_2_exercice_1" this is the result i get :
[00:00...
Dears,
We used with successs the Power Profiler Kit II to make current measurement using the NORDIC desktop monitoring software.
Does the Power Profiler Kit II is supported...
Hi
I tried to route the LFCLK (32kHz LFXO) on a GPIO similar to the method that has been described here:
When I run the code on the nRF52832 everything works fine, i...
Hi,
I execute the compiled program under VSCode. After the program is executed, I press the restart button and find that it will re-download the program every time, which...
Hi i planing to create some PCB with chip NRF52810-QFAA-R.
The pins on package is bit small so i wonderng if is possible solder this chip with home equipment (solder stencil...
Getting undefined reference to `<already_defined_variable>'
So I was using SES v5.70a
Actually I was new for the developments using SES for Arm MCs
I picked up an...
I'm using the nrf52832 wth nrf SDK17.
I defined a linked list to organize my data.
Usually, I add or delete data in ble_evt_handler and operate them in other interrupts...