I have installed nrf-command-line-tools_10.24.2_amd64 and jLink_Linux_V794e_x86_64 on Ubuntu 22.04. I have also installed nrfconnect-5.0.2-x86_64 for desktop and the Toolchain...
In the past few months I got aware, that some, in my opinion simple questions, get marked with
"This comment is under review"
and then nothing happens. For weeks, even...
Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
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...
class BatteryService {
public:
/**
* @param[ref] _ble
* BLE object for the underlying controller.
* @param[in] level
* 8bit batterly level. Usually used to represent...
I am looking through the following mBed development platforms. I am looking to integrate some mbed code into a production design. I am looking at which platform to export...
Hello Folks,
I want to send an array of two bytes and read six bytes back . Even though I am using bellow function but the Oscilloscope shows only 4 bytes of clock cycles...