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...
HI Devzone
i am using <NCS_SOURCE_FOLDER>\nrf\samples\nfc\tag_reader\ to do the test. on NCS1.5.1
i am trying to add a customize compatible properties in device tree....
Reviewing the table in the SDK 17.0.2 documentation for Crypto Backends
https://infocenter.nordicsemi.com/topic/sdk_nrf5_v17.0.2/nrf_crypto_default_backends.html
it looks...
Hello all,
nordic and zephyr newbie here.
I am looking for some help with getting ble with coded phy working on 9160dk using nrfConnect SDK.
I have a 9160dk as central...
Hi,
I know that one of the security concerns is Integrity - which means that we want to ensure that data received is free from corruption and tampering by unauthorized device...
Hi,
I would like to ask - do we use diffie-hellman when we are pairing but not bonding?
If we are not using diffie-hellman, what are we using to encrypt connection?
...
Dear supporters team,
I have a project need to build with a system that includes one central connection to multi peripheral.
do you have any project base similar to my...
Hey all! Today I tested the Asset Tracker App V2 (NCS v1.6.0) with the AWS implementation of the Cat Tracker App.
The rollout was totally fine at the end, and also the App...
Dear Nordic Team and Community!
I want to rise up the question again how to update an advertising message, especially the device name (on nRF52840Dongle, S140, 10059). I...
,i use a nrf52840dk_nrf52840 to run once a nrf5340dk_nrf5340 board's code , I change board name from nrf5340dk_nrf5340_cpuapp to nrf52840dk_nrf52840, change xxx .overlay from...
Hello,
I use central_uart (nrf52840dk) and peripheral_uart (nrf52833dk) examples, NRF Connect SDK v1.6.0
I want to send more than 20 bytes of data,
So, I increase UART_BUF_SIZE...
Hello,
I am using the nrf52840 controller for the development ,i want to read the value from 2 channel of ADC . I just gone through the SDK example code of
SAADC, here...
Hi All,
I was trying to transmit a bare-metal minimal C program to send a raw ADV_SCAN_IND PDU using nrf52840 dev board. Code is listed below:
Here is the linker script...