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,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
I'm using app_scheduler to pass UART events in the "main thread". I'm storing multiple data types in a struct (arrays, integers) and I've set the max event size to the size...
Hello Team,
I am using the OT-nRF52840 source and working on the end device. I want to add the I2C(TWI) support in my end application, but as soon as I add any API it shows...
My problem is similar to this
https://devzone.nordicsemi.com/f/nordic-q-a/64696/projects-for-writing-into-flash-memory-does-not-work-on-nrf52840-dongle/264746#264746
except...
Can a "Pin Reset" recover the nRF52810 part if the part has encountered a slow voltage rise, greater than 60 ms, from 0 - 1.7V (described in the image below)?
Hi, I am new to nordic and zephyr and I have a sensor (Melexis - MLX90641) and I would like to test it on a custom board using nRF9160.. I add the sensor into the dts files...
When I open the nrf connect sdk project, it goes like this,
How can I fix it?
Creating solution direction_finding_connectionless_rx.emProject cmake -GNinja -DBOARD=nrf52833dk_nrf52833...
Hello,
I am preparing to develop a design using the nRF52840 and would like any guidance or consideration for an LDO usage. I have found some previous mention regarding...
At 1Mbps, UART will lose data when receiving. When I set it to 230400bps, it works well. I looked at the SDK code and found that too much time was spent in the receiving code...
Hi,
I had asked a question here few months back, about the maximum RSSI that can be seen on the nRF52832 chip.
https://devzone.nordicsemi.com/f/nordic-q-a/73578/maximum...
Hello.
We have several of our own manufactured boards, containing the nRF9160 cellular modem chip.
We use it for HTTP and HTTPS connectivity, on an application based on...
Hello. We are developing using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I'm looking at how to encrypt a string with AES CBC. Below is the code we are considering.
Currently...
Hello.
I'd like to split an external QSPI flash chip so that part of the memory is accessible as raw blocks, and the other part holds a filesystem such as fatfs. Essentially...
Hi
I am using NCS version 1.5.0, I need to drive the GPIO pins of NRF5340 DK using the below library
"#include <nrfx/hal/nrf_gpio.h>"
While trying with this header...