I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
Hi!
I use nrf51-pwm-library ( github.com/.../) to control brightness of LED RGB light source and it works ok till I don't want to adjust brightness slowly (dimming function...
hello,
are there any completed sample code of using pwm0, 1?
just 2 or 3 word can working like following? or need other config?
pwmcon=xx;
pwmdc0=xx;
pwmdc1=xx;
also...
I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
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...