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...
I have 2 message order by sequence and between each of them have delay 2s. for Example
How should it work
A1BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX
Delay 2s
A2BBCCDDEEAABBCCDDEEAABBCCDDEEAABBCCDDXX...
Hello Nordic Support.
it was first time i tried to set up zigbee project based on 52840 and nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71. and now i got question...
...
Hello,
I want to design my board using Raytac MDBT42Q-AT-UART module which has nRF52810 QFN SoC inside.
I need BOM with P/N and make of components which are used in...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image. I am using ‘ble_app_blinky’.
1) I want to configure Advertisement channels...
Hello,
I am using nRF52840, SDK_16.0.0, S140 SoftDevice and Segger 4.16 for flashing the image.
Most of our devices are Peripherals. To control them, we will relay...
Hello everyone,
I already posted this on the Segger Forum, but rarely I get answers there, so I hope someone have a solution to this hellish problem! I have been happily...
Hi Sir,
I am working in nRF51 package for interfacing BLE. In general, I have doubts regarding BLE concepts.
1. How to calculate the maximum amount of BLE packets...
Hi,
I have an application demo using the latest nrf9160 sample lwm2m_client as its basis, and I'm getting a hard fault occasionally (after a few hours or days) in what I...
While working on the multiprotocol Zigbee+BLE application with dual-bank OTA DFU, we almost reached the size limit for the application. However, there are some functions still...
Hi,
I am considering to use nRF52832 to build a battery powered data collection device which can stream the data to nearby (within a few meters) Android devices via BLE...
Hello, does anybody know if this combination (NRF52810 + Zephyr + BLE + MCUBOOT) is possible?
When I build example "samples\bluetooth\peripheral" for NRF52810 by using ...
Just got my first nRF52DK (PCA10040) device today and the blinky sample simply works.
Since my ultimate purpose is to use it collect data from SPI then stream it to Android...
Hi! We use nrf52832 for product development. The SDK version we use is nRF5_SDK_15.3.0_59ac345, the software device version is s132, and the APP for debugging is "nRF Connect...
Hi...
I want to communicate the external sensor with nRF52 using I2C protocol , here i used twi sensor example and modified . constantly i am getting 0 value
Here i am...
I am new to the Nordic Enviornment am having problem getting my first application running.
I am using IAR 7.40 with the nRF mbed dev board that has a nRF51422 on it. I...