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...
Hi
I'm playing around with the configuration of the hci_rpmsg as child image in the NCS 1.5.1 release. I've added a hci_rpmsg.conf file in a "child_image" folder and added...
I need to read analog sensors and am trying to decide whether I need an external ADC or whether the NRF52840 ADC will be sufficient. I am currently evaluating using an Arduino...
Hi,
I created an example using gsm_modem application, after network connected, I create tcp client socket then send data to the server. After several sendings, I got the...
Hi Nordic Team,
I am new to embedded programming. I am trying to explore pairing using NFC(Near Field Communication).
I am working with nRF5340 and nRF Connect SDK v1...
Hi guys,
I just want to ask you is it possible to write a struct into flash using sd_flash_write() function. I can successfully write and ready INT values, but the problem...
I want to test zigbee functionality on nRF5340 DK board.
I have download nRF Connect SDK app and done the setup for its toolchain.
I have tried to find out zigbee examples...
Product specification does not list the maximum power level allowable at the RF input / output pin. What is the maximum allowable signal level at the RF input for the NRF5340...
Hi I have a question with nRF Connect SDK. I've already used nRF Connect SDK for a while and now I want to try with BLE and DFU on my PCA10040 board (nRF52832). When I look...
Hello, i would like to know what is actual heap and stack size because in segger memory usage i see that 8kB stack and 8 kB heap, but in my runtime memory view options i have...
Hello, can you please provide more information and instructions on how we configure the input capture on nrf52840 dev board using zephyr? All sample examples only cover pwm...
Hi,
Recently, we have ordered PCBAs using nrf52832 to online PCB manufacturers.
During a test, we found that some boards can use OTA firmware update, but some are not...
Respected Sir/Ma'am,
I have attached my schematic below.
I need to perform Offset calibration operation for which I need to control the SCLK value.
I am sending...
board : nRF9160DK
SDK : nrf connect SDK v1.5.0
sample : \v1.5.0\nrf\samples\nrf9160\lwm2m_client
Hi, i am testing lwm2m_client example and
Q1. i dont know how...
I'm trying to implement an immutable bootloader + MCUBoot + (SPM and APP), and then update the app via fota.
My implementation is based on the asset_tracker_v2 example....
Hi,
I'm working on an app where I need to collect data from a sensor, and send it over NUS every 10ms.
I'm using nRF5340-DK (0.11.0), and I'm using nRF Connect SDK v1...