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,
I need help to use FT2232H wit OpenOCD for flashing and showing debug messages from nRF52833 Dev Kit.
Background:
I need to distribute the debug environment to...
Hi there,
We are implementing the %CONEVAL AT cmd in our project and noted that the DL-Pathloss parameter, which is supposed to be the last parameter received, is not being...
I have 3 development kits, two of them work fine with the Audio demo application and one does not: the PLAY/PAUSE button isn't doing anything.
I've probed around the switch...
I'm following this guide to add On/Off switch to the template example.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/2.0.2/nrf/ug_zigbee_adding_clusters.html#add...
Hi ,
can I connect nrf5340 pins D+and D- to the USB directly only via voltage translator from USB 5V to the nrf5340 1.8V main power?
Do you have a reference design for...
Hi,nordic.
I've been wanting to make some modifications to the existing bluetooth mesh model and output data to the serial port. I have tried to use app_uart_put() to output...
Dear Nordic Engineers
I tested the QSPI example program. I encountered a problem would like to ask you.
I use the logic analyzer to trace the SCK PINS, I would like to...
In an attempt to standardize development across all developers, we'd like all devices to be running the same firmware and would like the flexibility to revert and upgrade...
Hi everyone,
I'm using nRF52840 Dongle to sniffe BLE MESH message in provisioning process. But this message is encrypted
and I don't know do I need key or decryption...
Hello,
I just got in these days a nRF52-DK and just today I started to try stuff with it, I want to use PlatformIO and Zephyr.
First I try this: https://docs.platformio...
Hello Reader, I wish to automate running tests on my new developed firmware, build daily in ci/cd (Azure), flashed into the embedded device (device under test). What are candidates...
Im using openthread in my project. the project consists multiple devices connected to boarder router(RCP) in raspberry pi. I have script in raspberry pi which get the rloc...