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've made a circuit using the NRF8001 but slightly deviating away from the original PCB example. I'm getting the device to go into "Advertising Started" but I can't pick up...
hello Nordic
i have s SOM which i want to use nrfutil in it for FDU via UART of an application i have on nrf52832, s132 v7.0.1
i have the bootloader flashed with the...
Up until now I have been the sole firmware developer and the keeper of the keys for our product.
Our scrappy little startup has expanded and is now bringing on additional...
Hi,
Problems I am having with PWM:
1. Using app_PWM and GPIOTE to start and stop the PWM: When button is pressed, GPIOTE handler sets a flag that is polled to start the...
I am using Timer0 and Timer with GPIOTE and PPI to output 2 clocks on 2 pins.
Both timer settings are identical (for troubleshooting). Only timer-0 can be generated at the...
I am working with nRF Connect SDK using an nRF52840 DK. And I want to realise both BLE mesh and FOTA upgrade. FOTA upgrade example SMP Server Sample works properly for Bluetooth...
To parse information from strings I want to use sscanf().
Currently I have this small test program:
And in the prj.conf I have CONFIG_NEWLIB_LIBC=y defined.
This program...
Hi, At power on lots of MUCBoot prints pop out of the UART:
*** Booting Zephyr OS build v2.3.0-rc1-ncs1 *** <inf> mcuboot: Starting bootloader <inf> mcuboot: Primary image...
Hello -
We are developing an application for nRF52840, using the v17.0.0 SDK. The application is running on FreeRTOS. We need to power off all the RAM and use the RTC...
Hi, I am trying to get bootloader to jump to either application 1 or 2 base on button states when booting. I am not sure how do it properly. One of the applications is using...
I created an Azure IOT Hub and simulated a X.509 device using C and device SDK for Azure .
No problems here.
Then I run sample nRF9160: Azure Iot Hub and receive the...
I am using 2 counters, one to produce the 4MHz, and the other for the 62.5KHz, to drive I2S module.
I need to find a way to stop the first counter (4MHz) after it produces...
Hi All,
Currently I am using SDK_17.0.0 for nRF52832 with Softdevice S132_V7.0.1. I come to know about release of SDK_17.0.2 with highly recommendation to migrate from SDK_17...
Hi. I have the following code, I am attempting to read AIN0 on pin 4 (P0.02).
I am watching the result whilst debugging the application on DK52, and it is a random value...
I'm currently facing a problem while using FreeRTOS. I've created a task, but that tasks freezes the board at this line :
without FreeRTOS this piece of code works...