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...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
Greetings,
I have been using the nrf sniffer and Wireshark successfully for for the past month or so. Today Wireshark stopped filtering for the device(s) selected in nrf...
Nordic Team,
I was hoping you could create a similar post to devzone.nordicsemi.com/.../ but one that was dedicated to possible improvements and feature requests. This...
Do you have any recommendations on measuring the voltage of a lithium battery (e.g 4.2V) using nRF52?
Obviously you can't measure directly as Vbatt > Vdd.
To use a simple...
Hello,
I am working on ble characteristics tutorial. (F00D, BEEF example)
I flashed the program and tried to scan my nrf52 DK on my Android phone.
Some parts of my Android...
I am designing with nrf52832 and experiencing some connection issues at 0C. The system gets disconnected every few seconds with 32k crystal, but no issue with RC oscillator...
Hi,
We want to upgrade our product from SDK9 to SDK12.
I already check the below questions.
devzone.nordicsemi.com/.../
devzone.nordicsemi.com/.../
devzone.nordicsemi...
Hello!
I have
uint32_t adc_value (from external ADC converter)
And try to send it value through ble. My code:
main.c:
....
for (;;)
{
Weighing();
power_manage...
This is somewhat a long story.
I have an app that I've written in mbed compiler (online version). I would like to have DFU.
At the moment, it seems like mbed OS5 does not...
Hi Nordic, I come from this question: devzone.nordicsemi.com/.../
So, my doubt is: what events are triggered in a slave channel while it is not communicating to a master...
good time dear Engineers!
Please explain how to use correctly HANDLE RANGE in functions of discovering.
I use CENTRAL with up to 8 possible connections to PERIPH, so pls...
Folks,
Have a very puzzling problem (which means I must have done something really silly :-)
Built a prototype in which the nRF52 section is a clone of the one in the...
Hi,
My team has created a custom board with NRF 52 and were able to flash the blinky sample successfully. The LED connected to P.20 is glowing on the custom board after...
Hello! I need to start a sequence of 26 pulses after getting low level signal on gpiote pin.
I can do it in gpiote event handler but I need it most of the time so I want...