Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
Hi,
Is that possible to run the radio_test_example (\nRF51 SDK_v5.2.0.39364\Nordic\nrf51822\Board\nrf6310\radio_test_example) on the nRF51822EK? If yes, what modifications...
we also produced self PWM for ADC wave form testing. when we stop transmission, we will get good waveform out, but when we starting transmission, output waveform shape is...
Dear Support,
I have some troubles with the Evaluation Kit for nRF51822 :
I use the broad as a central role with S120_nrf51822_1.0.0_softdevice.hex and example...
Suppose a nRF9E5 transmitter is set for continuous transmission on a channel.
A nRF9E5 receiver listening on that channel:
finds carrier and sets CD
finds address...
Hi
For our BLE product I've prepared a custom profile made out of 4 services. For each service I've followed the standard procedure:
1. get a random UUID, e.g. cd862c43...
Hello,
I use the nrfx use example and changed to
I tried to creat the same process again , button when pressed toggles LED.
I get the error
can someone explain...
Hi,
Is there a known issue with the startup of the LF clock on the nrf5340 app core? I have scanned the nrf5340 errata but do not see anything of note.
I have this code...
There seems to be a bug in the nRF Connect SDK when attempting to use external flash for the secondary MCUboot partition on nRF9160.
Please see the minimal project for nRF9160DK...
Hi there,
several months ago I developed a usb to uart bridge based on the nRF52820. We've produced a hand full of those bridges for internal tests and the feedback showed...
uart:~$ *** Booting Zephyr OS build v3.1.99-ncs1 ***
Just build standard example for openthread , like coap_sever.
Application rebooted after openthread are fully started...
I have TCP client socket and a thread blocking on `recv()`. I noticed that while gnss is active (trying to get a fix without any assistance), no data is received until I call...
Hello,
after some hours extensive search, I want to share my findings.
I got very strange reset behaviours in a C++ project on an nRF5340 with nRF Connect SDK 2.1.0. ...
hi team,
we are triying to enable and disable timer register for our programe.how can we do this register level bit masking in nrf52840DK board without library API. kindly...
Hi there,
I am able to build asset tracker v2 from source using todays main branch from github. But when I flash the app_signed.hex through nRF Connect for Desktop v3.12...
Hi,
The fstorage library is not available for NCS. Instead, the OS Service "Settings" should be used. (see the last answer of this thread )
In fstorage, it is possible...
I am working on a prototype using the nRF Connect SDK v2.1.0 on the nRF52 Thingy platform.
For my prototype, I need to store normal log output on the internal flash of the...
Hi,
We have to enable the radio shorts in our developing multi link firmware. ( We let any node connect to 3 other nodes at the max ( 1 as a slave and 2 as a master )) ...