Dear forum, I am testing out the radio on the nrf5340 using two evaluation board connected to a SES setup, but the receiving board only gets garbage and the checksum is never...
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...
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...
Recently ran nRF Master Control panel on android and found "Read remote RSSI" button. Is data got from device in some way or simply measured by androd phone ble radio module...
I would like to write to multiple characteristics in a loop but the second call to sd_ble_gattc_write() causes a NRF_ERROR_BUSY error. From reading the documentation, I should...
Hi all,
I am working with PCA10028. I have a peripheral and central both are devices with no display and no keyboard. both peripheral and central device are under our control...
Hi,
I am using nrf51822 with s110 softdevice version 8.0.
Is there any way i can know the state of my radio at some point in the code execution?
In short I want to access...
As explained by electronut in his Blog and Lijun here , it is possible to program an External nRF51822 board using the SWD interface of the nRF51-DK.
But what about a custom...
I have a project, and nRF52832 it 's good chip for me, because it has NFC/ bluetooth communication.
I would like to know if nRF52832 can pilot epaper display. nRF52832 does...
Hi,all. i face a problem. the office DFU flowchart is device reset--->bootloader --->upload firmware to device ---->device reset.i want to implement as follow: upload firmware...
Dear all
We did nordic beacon board in that we not able to flash the device
We are checked core voltage 1.2V and 1.7V are coming .But i want to confirm external CLOCK will...
Hi,
I want to change the interval time of 51822 dongle with the instruction here devzone.nordicsemi.com/.../
The default value is 100ms as following
#define NON_CONNECTABLE_ADV_INTERVAL...
Hey guys,
I’m working on an nRF51822 design where I’d like to check the value of a GPIO at Power-ON, then either shutdown, OR start the BLE stack and do BLE stuff. I really...
when compiling " ble_app_proximity " exampled by Nordic, it indicates errors:
" D:\Program Files\MDK5\ARM\PACK\NordicSemiconductor\nRF_Drivers\3.0.0\gpiote\nrf_drv_gpiote...
Hi:
in ble_app_proximity(SDK5.2) ,i use lightblue to write data to ble,and i set a breakpoint in "ble_evt_dispatch".but i found breakpoint can't work when i send data to...
My product have to pass SRRC certification. The certification lab need 3 prototype. Their bt RF frequency must work at 2402MHz, 2441MHz and 2480MHz separately.
How can I...
Hi ,
I am unable to write to discover all services and write to a characteristic too.
On discovering services:
Discovering primary services
Received service discovery...
One of our computing-intensive algorithm takes actually ca 1.9s to finish. And it will be run periodically. Is there a way to minimize the power consumption of CPU processing...