Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
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...
I need a mutex and I found this information at the ARM site: infocenter.arm.com/.../index.jsp
Is there anything I should be aware of in using this technique to implement...
I have a central device , that acting as a gatt server. the service is customize, and 128bit- primary serivice UUID ,its characteristics' UUIDs(128bit) are all known, how...
How are the four RAM banks divided up in the nRF51822? Is it an even split of the 16K total RAM (i.e. 4K per block)?
Furthermore, can I expect strange results if I turn...
Hello, sirs.
My question is how to configure clock in gazell protocol on nRF51822
I look at the example gzp_dynamic_pairing but that does not have a code part of modifying...
I want to stream data continuously from a sensor to a host, using BLE.
Using the nRF8001, I have defined a GATT server, with notification.
From an Android phone, I open...
Can the nRF51822 handle more than one connection at a time? I suspect that the answer 'no' based on some indicators, but it'd be good for me to get a conclusive answer. Thanks...
Hi,
i need to handle a button detection Time, i mean when i push the button for 2 seconds something should happen. How can i use the app_timer_cnt_diff_compute function...
Hi,
I have been experimenting with the master emulator .dll - I started with the HidDemo project which is written in C#. This seems to work perfectly well.
I have rewritten...
Dear Nordic Developer Zone,
I am working on a BLE application using nrf51822 with softDevice .
My aim is to be able to redefine which GPIOTE channel my PPI is using...
Hi ,everyone:
i design a pwm driver ,that contain one timer(TIMER2) and 4 ppi interface.
1.pwm(ppi and gpiote)
Now,i have a problem with it not be Synchronous .when...