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...
Board: nrf52840 DK SDK: Zigbee 4.1
Hello,
I am currently in the process of reducing the power consumption of our application. One method I want to explore is switching...
We are using nRF52840 DK with SDK17, our aim is to achieve Eddystone packet advertisement and connectable mode using FreeRTOS. Implementation started with ble_app_blinky example...
Hello,
I want to use BLE Direction Finding solution. However, I couldn't find any documents or any software library. Is there support in SDK for direction finding ? Are...
I request detail information about the UART internal implementation of the UART in the nRF52810 microcontroller.
Many application are used in noisy environment.
From other...
Hi
I am trying to flash the device with the bootloader, the soft device and the application, because I do not want do the OTA update at production.
I used the following...
Hi,
I want to control leds of nrf 52840 board through raspberry pi 3 B model uisng python.
I used interactive pyaci example for provisioning nrf sdk board, but it requires...
I am using NRF52840 development board with SEGGER Embedded Studio (Nordic Edition)
I downloaded example code to target board. The software run with Zephry. I found function...
I tried to follow this tutorial to set up the Connect SDK toolchain with CLion. It worked until I resetted the CMake Cache. Now it always gives me this error message.
...
Good evening,
I'm analyzing the FreeRTOS HRM example for PCA10040.
I'd like to understand the meaning of the following comment available in your code in order to prevent...
I am having a very strange problem with timers and the PPI channels.
I am trying to take a fixed number of ADC samples at 1 ms intervals starting at a fixed offset in time...
I'm trying to set up the nRF Connect SDK Toolchain on Ubuntu 20.04.2 LTS x86_64, following this manual.
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.1/nrf/gs_installing...
I have plugged in the NF5340 development board into a USB port on my laptop with a USB 2 cable, but LED 1 does not light. Only the LED next to the light PCA i.c. lights -...
Hello,
I am using nRF Connect for Descktop for Windows 10 v3.6.1, and the nrf52840 Dongle.
Is it possible to scan / connect to BLE 5.0 devices (with PHY Coded) using...
Hello,
I'm working with nRF52840 dongle, i installed nRF Connect on ubunto 18.4 and i am using python3. After installling pc-ble-driver version 0.15.0 in python3 i tried...
I start the sniff and see packets from all advertising peripherals in the area. I select my peripheral in the Device dropdown list. Then I see a string of "ADV_IND" packets...