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 everyone,
I am doing an evaluation for a Bluetooth Mesh based project. There is however one huge source of uncertainty that I cannot find definitive answers to, and that...
There appears to be an issue in the end-handle in the example code to retrieve characteristics for a service. Currently the code is:
// Search for end handle. for (uint8_t...
I've tried this with S132 and S140 7.2.0 and NRF SDK 17 on an NRF52832. I get random NRF_FAULT_ID_APP_MEMACC errors, that seem to be triggered by long running functions (though...
Hi ,
We have requirement for firmware update over Ethernet [ external Ethernet ENC28J60 module interfaced over SPI] 1. Is bootloader customizable for adding SPI driver ...
Hi ,
I am a beginner using nrf24l01 module and arduino. I need just to glow an led in the arduino module whenever other nrf24l01 module nearby( second nrf24l01module also...
Hi everyone,
Id like to know if anyone has tried to implement NFC Blocker Tag on NRF52480 or any similar nRF5 chip using their SDK. In general the purpose is to block a...
Hello! Is it possible to select to which interrupt types WFI (wake up from sleep mode) reacts?
I have a system with nRF51 where RTC clock initiates temperature measurements...
Hi,
The project "Thingy Mesh Provisioning Demo v0.7" which is available here on GitHub is for " Nordic nRF5 SDK for Mesh v3.2.0 "
Question: Is this project only supported...
Hi,
On our board, we have a nRF5340 + nRF9160 that turn on as soon as power is provided to the board.
We would like to reduce the inrush current drawn by these components...
Hi all,
I am working on CAN driver for the MCP25625 device, which communicates to the nrf9160 via SPI. I am following the SPI example https://github.com/Rallare/fw-nrfconnect...
Hi,
in the timeout_handler of app_timer_create, invoking function nrf_esb_write_payload(&tx_payload),The timeout_handler function won't come in again,why? timer cancel?
Dear all,
I am using NRF52832 for a mesh application. I utilize the light switch example for the project.
Description of my application:
1. We have 6 devices. They...
I am trying to integrate LPS22hb sensor n nrf52832. I am starting with twi_master_using_nrf_twi_mngr example(sdk15a->compents->drivers_ext->lps22hb)
I have added lps22hb...