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 used nRF91DK for almost 2 months non stop to debug the final nRF91 based board for our air quality monitoring hardware to fight the propagation of Covid virus.
But...
I tested various copy methods in terms of instruction cycles, that I determined with DWT.
For that I copied an uint8_t array size 70 by
for Loop --> 63 Cycles
memcpy...
Hello,
I am using nRF52840 dev kit with sdk 17.0.2, s140 softdevice and dfu bootloader also implemented.
When I download the firmware to dev kit it works as intended...
Hi,
i am working on nRF52832. i am facing a issue of RESET when i call advertise_start() again after advertise duration. in debug it shows fatal error.
Hi there,
I've installed and followed the nRF Connect SDK manual install getting started guide ( https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_installing...
I'm using 52832 as a Central(SDK_17.0.2/S132_7.0.2), and sometimes get a connect-disconnect failure with reason 0x3e.It happens randomly and frequently.
I search the forum...
Hi Supportteam,
i am trying to use Release Assistance Indication (RAI) to shorten the RRC-Connected using nRF9160 DK.
I'm enabling REL14FEAT with the following AT commands...
Hello, sir.
I used to work on twi0 and twi1, but now I'd want to shift both twim0 and twim1. However, I'm getting an error saying that 'NRFX TWIM1 INST IDX' is undeclared...
Is it possible for nRF Connect iOS app to display devices that were connected/paired through the iOS Settings menu? The problem I am having is when looking to perform DFU...
Hi iBasis support,
I'm having a billing issue with your website. I'm using the iBasis card with the NRF9160DK board.
When I ran out of data, I just follow the link on...
Right now I use the app_timer_cnt_get() method to get a current tick count. It appears to return a counter that increases with 32768 counts per second. However, it overflows...
Hi,
In NRF52832 i have integrated IMU sensor and and DPS sensor . i have build code and Run .
But after 2-3 minutes its stucked . so then i pressed the pause button ....
Hi, all
My custom board has nRF52833 mcu and wifi module(esp-wroom-02). I'm going to communicate with these two using the uart port.
The problem is, data communication...