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 just recently started using nRF24L01+. I am trying to simulate MultiCeiver using 2 mcus and 2 nrfs.
PTX sends a message on all 6 pipes of the PRX. The problems start...
HI,
I look at nRF5 SDK doc about Gazell,see that 'the nrf_gzll_device_tx_info_t contains the num_channel_switches parameter which can be used by application to determine...
Hello
I am quite a beginner and have been trying to get it work for 2 weeks now.
I would like to merge these 2 example codes from nordic:
Shockburst TX example...
Hi everyone,
I want to use MasterEmulator.dll (2.1.13.14) in my own application (C#) for development. Then I realised that line
MasterEmulator mMasterEmulator = new...
I am using nRF52 and Raspberry Pi 3 (with BLE).
In the Raspberry Pi, I am using bluez.
I was attempting to connect with the NORDIC_BLINKY app but the message below was...
Hi, I wonder how to get the Nordic SDK-examples work with VisualGDB.
As I would like to read TWI sensor values a good point to start from are the Nordic examples.
But...
my project is used nrf51822 mcu, it contains SIM, when the mcu is reading SIM data, and at the same, I take out theSIM, and the 51822's pin which is link with SIM is can't...
Hi, Nordic
I use SDK12.1 with nRF52832, I found one issue:
if I do not program bootloader, nRFgo Studio can program app.
First, erase all flash, then program softdevice...
Hi Everone/Nodiac
I had tried so many threads and previous questions but not bale to get my answer so asking after two weeks.
I am willing to send a string from stm32f4...
Hello,
I currently working with the nRF52832 chip on a custom board. The external clock is a 32MHz clock with +/- 10 ppm. When I use nrf_delay_us or nrf_delay_ms the delay...
Hi all,
I am using a C# application with the masteremulator dll to connect to a nRF51822 with S110 V8.0.0
I can bond with a new device, and communicate with it in a...
In developing the device, for very low battery consumption, I encountered a feature of the implementation Gazell (ESB) protocol.
When I send a packet from the DEVICE (PTX...
Hello,
I am a little bit confused when reading in NRF52 spec that a NVM page is 4KB while block size is 512B. Usually an NVM memory is composed of block made of pages,...
Hi,
I am testing github.com/.../nRF52-fds-example
I am on nrf52832 with sdk 12.2.0 .
I can't seem to make it work.
What i have done:
Separated FDS stuff to separate...
Hi all,
I am trying use the SAADC in blocking mode inside a RTC I am currently using
The issues comes from the example
saadc_blocking_simple
the ADC always give...