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...
Hello, support team.
In my SDK, I created two app timer.
What I expected is
- 1st handler called every 1 msec.
- The other handler called every 100 msec.
But...
This "BUG" is observed on nrf52840 DK (chip version is version 2 from *(UINT32*)0x10000134UL).
When NRF_RADIO is set to TXADDRESS 0 and RADIO_PCNF1_WHITEEN_Enabled...
...
Hello,
I am using VS Code 1.48.2 and building the C++ application code on nRF52840 dev board using "west" commands.
I have the following structure
project_directory...
Hi,
With the latest SDK (17.0.2) I try to use the SAADC module in blocking mode but when I call <nrf_drv_saadc_sample_convert> an ASSERT is always triggered in <nrfx_saadc...
Hi. I'm developing central device for IoT system.
Everything is going well, but there are some problems on connection precedure.
I tried to conenct 7 pheriperal(nRF52832...
Hello,
The question is really this - when using DECODER.LOAD=WaveForm mode, do I have to provide all four values even if the outputs 1-2 are not used? Or will it suffice...
Hello all.
I need to detect when data is received on RX. I am planning to use it with PPI channel so i could instantiate a task to it.
I tried to use nrf_twi_event_address_get...
Hello,
I need someone to shed some light on how to use the 'reg' node property because I am confused.com .
On this page https://docs.zephyrproject.org/latest/guides/dts...
Hi,
After a connection long push event does not work! But before a connection long push works fluently.
I could not found the error.
Thank you for your interest.
...
Our group is trying to use the NRF52833DK do phase-based distance estimation as described in the attached paper. To do this we want to transmit packets with constant tone...
Hey There,
I have one problem more. With my .cs Script I am opening a USB Port on my Raspberry, to communicate with my Nordic Thingy 91.
I can Read what the Nordic is...
Hello,
I want to read the CA certificate stored inside the modem, unfortunately the modem_key_mgmt_read function cannot read a certificate bigger than 2kb even if CONFIG_AT_CMD_RESPONSE_MAX_LEN...
I have a few nRF52840 DK to evaluate a Bluetooth mesh application. The light switch example is ideal for our initial tests. The only thing I would like to do is to write some...
Hi,
I see that my device name is getting shortened on advertisements. I take it this is sue to the fact I have included some manufacturing data. I need both unfortunately...
In Mesh DFU, is there a way to change the public key on a set of deployed devices? I'm wondering if it's possible to rotate signing keys for our deployed devices that use...