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...
running Windows 10 Pro 22H2 and using j-link v9
i tried to read firmware from nrf51822-QFAB by using " nrfjprog --readcode dump_nRF51822.hex", but it gave me an error...
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 write an application code to read and write the data from EEPROM, by using twi_hw_master.c.
its working fine. i able to read the data from eeprom what i have written...
Hi,
Let's say that you have a processor and a nRF51822 as a coprocessor. The first processor sends commands to the nRF51822 to drive it (init the stack, init the services...
Hi all
I can debug some example project with breakpoints likes blinky_example .
But in ble_app_hrs project, how can I set breakpoints and watch variable value with Keil...
Is there any limitation for number of advertised services?
ble_uuid_t adv_uuids [] =
{
...,
...,//more than 4
...,
};
advdata.uuids_complete.uuid_cnt = sizeof...
Here I´m again,
Maybe sound a little bit silly but I´m not able to find a way or a solution to make simply a Characteristic with more than one attribute. Something similar...
Folks,
Is there a document that describes the events generated by the S110 Soft Device and their interpretation? (Note: they're not listed in the S110 SoftDevice Spec v1...
Hi,
This is loosely related to the other question I asked a few weeks ago ( devzone.nordicsemi.com/.../two-interrupt-events-on-timer0) but this time I want to have two timers...
I am developing a Windows7 Visual C++ application to interface via Master Emulator to BLE device.
Where can I find the C/C++ header and lib files? (I am new to Nordic BLE...
Dear Nordic Devloper Zone,
I am facing a problem with RTC timer.
Here is a scenario :
I have an IOS application which is able to set the current time on the nRF51822...
As I understand it, like most modern PHYs the central and the peripheral are exchanging symbols to maintain link integrity and adjust Tx power to maximize battery life.
...
From what I am reading in the S110 spec, this service is supported but not adopted (i.e. example code. Is this correct? Has anyone implemented a navigation and location service...
Hi all
My hardware is nRF51822 PCA0000 and PCA0001,
I just want to compile/load any UART example to test my UART workable or not.
So I have tried example project button_radio_example...