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...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v2.0.0 Hello. In my project, I want to make sure that my project always works during power on. How can I check if my project can...
I am using a nRF52832 with a LISD3H accelerometer. When I initialize the twi driver, I see a ~250 uA increase in current. I was hoping to initialize the twi driver, enable...
Hello,
I use nRF52832 and SDK 17.02.
I use app_button library to detect and handle button pressing.
Everything works fine except that I have a testcase that is to...
We have a very simple application with an out-of-tree driver that is working fine with NCS 2.0.2.
However, changing to NCS 2.1.0 or 2.1.1 results in a DTS error:
(the...
I am working on a project that uses image differentiaton,person/animal detection, etc. To accomplish this, I can either use OpenCV library or use TinyML lite. The problem...
Hi Nordic:
Maybe it isn't a really question. When I try to make an error check, I get two types of error checks, ERROR_CHECK() and APP_ERROR_CHECK(). It seems to be the...
We would like the Fjorden Grip also to trigger the native iOS camera's shutter button, via sending a “volume up” command—similar to selfie sticks, which however use classic...
I was working and testing protobuf using the zephyr example (nanopb) on 1.9.1 SDK. but in build step fails with this error: ModuleNotFoundError: No module named 'google':...
We would like to use an external oscillator instead of External crystal. Is it possible to use external oscillator? If yes to which pin it should the clock be connected ?...
Hello Community,
My customer has design a custom board using NRF52832-QFAB MCU. They have also written application firmware as per product need.
Now, Customer wants...
Greetings,
I recently started working with the NCS and successfully modified the peripheral_uart sample to read data form an I2C sensor and send it via BLE
I wanted...
I was using sdk 1.9.1 into my project and every things waking prefect which use openthread. I took the same project and build it in latest version ( sdk v2.1.1 ). when I flash...
We have created a zigbee custom sleepy end device with the base from light switch example. We are able to perform most of the operations successfully.
We have set the following...