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...
From the online guide page: https://infocenter.nordicsemi.com/topic/ug_nrf52840_dk/UG/nrf52840_DK/intro.html
The PDF download - infocenter.nordicsemi.com/.../nRF52840_DK_User_Guide_v1...
Hi,
I tried to sniff 2 BLE devices and decrypt mesh packets using application / device / network keys option available in wireshark. I unable to see decrypted data. Please...
Hi,
I included pwm code in my code and its related libraries and drivers.I am getting errors like these :
I removed non-Softdevice paths from the user include directory...
I'm trying to use this API: NRF_STATIC_INLINE void nrf_rtc_subscribe_set(NRF_RTC_Type * p_reg, nrf_rtc_task_t task, uint8_t channel) to set DPPI subscribe configuration for...
Hello, I'm Jongryul
I want to deliver voice through BLE.
I wonder if this chip supports voice command.
If this chip does not support voice command, I wonder about the...
I'm trying to create a siren tone using the pwm library, that ramps up and down between 2kHz and 3kHz.
Initially I started with the example provided in SDK v15.3.0 nRF5_SDK...
hello community!
Recently I got urgent job to rewrite sensor firmware to nrf52832.
Its not my project basically, another company project.
I wonder why rf52832 didn...
I understand with LTE-M they are supposed to offer greater distances to the cell site, but how do we tell how far away we are from the cell? In the good ol' days, we could...
It says under the S113 information that is supports extended advertising yet I can't see it in the API. I would like to take advantage of the 255 byte advertisement size for...
I want to use NRF9160 for development, now I want to pick something bootloader, so which one do I use
1. \ zephyr, replication, bootloader, McUboot \ zephyr
2. \ zephyr...
I am trying to develop a product with your nRF905. I have two units set up, and can read and write via SPI. However my concern is your poor documentation.
You do not say...
Hello, this is the person who asked about " devzone.nordicsemi.com/.../question-serial-output-uart ". First of all, thank you very much for your sincere reply.
The reason...
Hello
I would like to view the changes in sensor values in real time in a graph. Can you recommend a tool from Nordic or an easy-to-use program?
Thank you.
Sometimes during a DFU update, the NRF52811 can stay in bootloader mode (seen with name DFUTarg and mac_address equal to mac_address +1). I am on Softdevice 16.0 I'm using...
How to read values from 5 Analog pins at the same time
I know how to read from one Analog Pin, but i don't know how to access 5 analog pins at the same time and display...