I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
Hello,
In a previous post I asked about scanning and connecting based on specific advertised data. After some testing I realized that my two nrf dks only connect sometimes...
Hello; We want to use the GPS peripheral of nRF9160. Qorvo QM14501SR LNA is used in your evaluation board. QM14501SR is expensive for our project. Can we use LNA without band...
Hi,
i am working on nrf52832 . i am facing advertising issue with custom board. controller advertise only when i touch 32.786kHz crystals or two capacitors with my finger...
Hi,
I use example projects Thread: CoAP Client and Thread: CoAP Server . I can send and receive data over CoAP. My purpose is to use CoAP, CoAPS and UDP tohether. If client...
nrf_ringbuf has a bug which happens when mixing nrf_ringbuf_cpy_put() with nrf_ringbuf_alloc() and nrf_ringbuf_put(). After copying data with nrf_ringbuf_cpy_put() a later...
Hello,
at the moment we are trying to realize a low power delay with the usage of the APP_TIMER.
We need a low power delay over 10 seconds.
This is our attempt:
...
Hello,
we are developing an application with a nRF52832 on a custom board. The application works fine. The application on the nRF52832 consumes 2.2mA @ 2.5V.
The other...
Hello,
Our Project
at the moment we are developing an application with a BMD-350, which contains a nRF52832 chip.
The BMD-350 is on a custom PCB with another microcontroller...
Hi,
I am trying to prgram the nRF52840 DK board (revision 2.0.1) within a virual machine (VirtualBox running Linux Mint). I have installed the SDK and the nrf command line...
I'm not even exactly sure how to describe this problem, so please bear with me. I have a setup with two nRF52840s, one of them (call it B) functions as a peripheral server...
I have two devices, both nRF52840, one as Client, one as Server. There are a few services defined with a few characteristics in each. Two of the services have values like...
I have now had two units exhibit nearly the exact same behavior, and it seems odd to me for them to be so similar. I'm wondering if anyone else has seen similar. I have a...
Hey all,
I have a USB CDC ACM application that works great when it starts, but I'm not able to get it running without the debugger. This is SDK 17.0.2, there is a SoftDevice...