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 am using
nRF52832
SDK 15.3.0
The soft device is S132
JLinkRTTViewer for debug
I am making dfu using ble.
After all downloads are finished, the board...
Hello,
I have a problem witch border router (based on rpi) configuration. In rpi there is a wpan0 interface to thread and eth0 for ethernrt. I need to establish communication...
Hi,
I would like to write a string to flash in mqtt_simple SDK example using latest modem firmware and ncs v1.4.0. I based my code off the zephyr example (samples/subsys...
I have a NRF52840 device which advertises connectable every 2 seconds for unlimited time.
I'm running a custom service (based mostly on this code https://github.com/NordicPlayground...
Hi Team,
we are using the Nrf52840 board for our development. We are facing one issue with RAM Structure Corruption.
We have one Global structure in our code, in that...
Good morning,
I have my BLE application developed on the nRF52840 and S140.
My application is perfectly working and I'm able to bond (pin required) any Android smartphone...
To the kind attention of Nordic support team,
Our product should be able to establish encrypted ble connections using passkey (the strongest security level in ble) and...
Hello,
I am trying to use multiple Nordic USB dongles to perform multiple DFUs simultaneously. I've found with the help of Nordic FAEs and through some testing that spreading...
I have MAX17043 c and cpp library how to include it in the new project file in Segger Embedded Studio. Whenever i try to create my own project and try to compile it gives...
Hello all,
I use a nrf9160. In my program, I would like to use a watchdog to be sur than my application is running.
1. I would like to save some data in memory without...
I just downloaded nRF SDK 17.0.2 and installed Segger Embedded Studio V5.20a
I opened the blinky example for the nrf52840 (C:\Nordic\nRF5_SDK_17.0.2_d674dde\examples\peripheral...
Hi everyone!
I got a Nordic Thingy 91 and I have tested the sample Asset Tracker application. But now, I want to build and program my own application, I was reading this...
I have a problem with a call to sd_ble_gattc_read() made within on_primary_srv_discovery_rsp that is reading vendor service UUID and returns with NRF_ERROR_BUSY. I am following...