Hello Nordic,
I am running a project, use the chipset is nRF54L15, I want to know if there is any USB dongle with software can be used to test BLE function of chip nRF54L15...
Hi,
We need to develop a Windows APP to achieve DFU and battery check with nRF52832 by Bluetooth. Does Nordic have DLL that we can use? Or do you have suggestion for us...
Hello -
I was nearing completion of a BLE Mesh project with the NRF52840 when there became a shortage of NRF52840 QFN. I decided to migrate back to the NRF52832 and reworked...
Hi everyone,
I’m trying to understand how wireless mice/keyboards using 2.4 GHz protocols communicate with their receiver dongles so that i can try build one using nRF...
Hi, I'm encountering an issue with one particular nRF52832 unit (we use nRF SDK 15.2.0). The problem is that a value 0x20 (decimal 32) is being written to a memory address...
Hello, I searched the forum for similar issues and found a few, such as
I am currently implementing a PSRAM is66wvs4m8 on the Thingy 91 via SPI, using SPIM3.
The problem...
-> How to transfer data from one thingy52 device to another thingy52 device. If i have 2 thingy52 devices, I'll send data to 1st tingy52 then 1st thingy52 device will send...
Hi all,
I am finding that the RTT Viewer is very unreliable at changing colour when sent commands from two different nRF52-DK boards. The text is coming out correctly,...
I'm trying to generate pulse oximetry service (PLX) with Bt. Dev. Stud. and NRF5 plugin. PLX Spot-check meas. and PLX featurees characteristics are generated pretty well and...
Greetings,
We've got a product which has a NRF51 device on it, which has since updated the design to NRF52. Both variants have a DFU feature.
For the NRF52 I can positively...
Hello, I'm using nRF51822-mKIT for a research.
I recently posted a question related to "reading ADC value from analog input", having issues with reading proper ADC value...
Hardware: nrf52 DK
Software: SDK v13
I want to use SAADC to sample some analog data (main function of my device), but It seems to be noisy. In attachment spreadsheet with...
When P0.15 is held high, the nrf_cli fails to talk to my computer via serial.
Lowering P0.15 allows all buffered bytes to be sent to my terminal.
Oddly, Pin 15 is not...
Dear Nordic:
I want to build project only using command line tools. So I refer link text to study solution.
I do step by step according to the tutorial .But when I use ...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
can anybodulow cost BLE module which can support MESH network with UART port and less power consumption on all modes compared to other brands.
Product/Application: Building...
#define BLE_UUID_OUR_SERVICE 0xABCD // Just a random, but recognizable value
typedef struct
{
uint16_t service_handle; /**< Handle of Our Service (as provided by the...
Is the t2t_lib/t4t_lib source available?
I'm referring to the following binary files:
sdk/components/nfc/t2t_lib/nfc_t2t_lib_gcc.a
sdk/components/nfc/t4t_lib/nfc_t4t_lib_gcc...
i faced with a problem :
i created a private key
then make public key from private key
insert my public key in dfu_public_key.c
build bootloader_secure(debug...