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, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am trying to figure out the maximum transfer size for nrfx_uarte_tx . The documentation says to check the MAXCNT register description in the Product Specification. See page...
Dear,
We are planning to use Raytac Corporation’s BLE module MDBT42Q-512KV2 and which is deployed with Nordic nRF52810 solution. We hope that we can use
nRF SoftDevice...
Hi,
would nRF Connect SDK work smoothly with nRF52810, or is it better to use nRF5 SDK?
If nRF Connect SDK would fit, what would be the influence on electric energy consumption...
Hi nRF
I just bought the new PPK2 tool which I think is awesome. However I think there are some issues with it.
Issue 1:
First of all thy X axis scaling is wrong by...
I want to know how to use control model with interactive pyaci script. I can't see some of the elements with model while using compositiondata_get(). i.e, i can see all client...
Hi, my sdk version is 17.0.2, softdevice is s140, when i use the port pin P1.00 as the RX pin of the uart, it will show data bus error, i have tried use other pin as the RX...
Hello,
I'm writing a firmware for the nrf52840 with a GPS\GSM module connected via UART.
I would like to ask what would be the best library\approach to interact with this...
Hi,
I can't seem to find any example code for nRF51822 on Nordic website. I can only find that softdevice. I am trying to use nRF51822 for some BLE functions.
Thanks,...
Hi Nordic:
It seems that mesh LPN can receive secure beacon via friend node, and if has no friend, LPN also can receive secure beacon if MESH_FEATURE_LPN_ACT_AS_REGULAR_NODE_OUT_OF_FRIENDSHIP...
I'm running some power tests on the nRF52 DK and, after fiddling with some of the power settings, I'm managing to get an idle current of about 1.8uA on the coin cell, and...
I'm sorry to ask a question that I'm sure has been answered before, but I can't find another post similar enough to be of help. I have an HID application that bounces back...
Dear All,
We are currently developing a low power application for the nRF9160, with ncs zephyr version 1.2.0. For our application we want to trigger an interrupt on both...
I Upgraded the software to V3.6.1. The button "Start DFU" is missing from the SFU mode screen. After choosing a Zip file there's nowhere to continue. Had to downgrade the...
Hello,
I'm developing an application using zephyr, openthread, udp, and nfc, targeting the nrf52840 (currently developing on nrf52840dk pca10056).
I initially developed...
Hi,
I would like to get some information about the reset's reason of my nrf9160 like
- The reason is due of an assert type "xxx"
- Where is the stack pointer
- .....