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...
Hi we are integrating a ANNA-B112 device from u-blox that use the nRF52832 core. The pin mapping for UART appears to be different for the Software (not open source) that they...
I have a general question that I haven't been able to clearly locate in documentation. How does the processor handle "traffic" jams from within the different app timers? ...
Hi everyone, so I have been trying to enable the nRF52840 to send notifications to the Nordic Connect app via a custom characteristic. The app can detect the custom service...
Hello,
I have an issue opening the power profiler kit 2 on my windows desktop:
Somethimes it works after restarting, but stops working after a few minutes.
After it...
With a baudrate of 1000000, when i transmit 2 subsequent packets (with ACK), i have to put a delay of 0.2 msec or more. Otherwise the second packet will get ACQ packet acknowledge...
We're trying to debug an issue with our nRF52 chip when pairing to some Android phones. On the nRF52 we are connecting to mobile devices by acting as a peripheral for the...
Dear friends,
I used a serial bootloader by this tutorial Secure DFU Bootloader over Serial Link (UART) , i can upgrade my application with the pc nrfutil tool, the nrfutil...
Hi sir,
I have a question for Bluetooth 5.1 single mode. As I know, above Bluetooth 4.0 has single mode and dual mode. Single mode only supports LE and dual mode supports...
Hi.
I'm newer on Zephyr.
I want to use the LOG Output.
LOG_DBG("main.c"); LOG_INF("main.c"); LOG_WRN("main.c"); LOG_ERR("main.c");
Everything works but the color of...
Hi everyone,
I'm developing a new application/product. It will feature a nRF52805 without the LFXTAL but with DC/DC support. I'm developing with the NRF5 17.0.2 SDK.
I...
Hello,
I am trying to commission a device running the CLI sample to an OTBR I configured following https://openthread.io/guides/border-router (the OpenThread official guide...
Hi
in Zephir nrf9160dk_nrf9160_common.dts the SPI pins are defined
&spi3 { compatible = "nordic,nrf-spim"; status = "okay"; sck-pin = <19>; mosi-pin = <18>; miso-pin ...
hello,
i am using nrf52832 with sensor which uses uart communication and using sdk 15.2 but i could not get my excepted values in rx buffer which is of 3 bytes and values...