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...
Hello,
Following to this ticket , I started with an existing Segger embedded studio project from the SDK to port my project from Keil to SES 5.62 .
Now, the project works...
How long does it take to perform a soft reset (using sd_nvic_SystemReset()/NVIC_SystemReset())?
Looking at power measurements (attached) it seems to take about 730 ms (...
Hello developers,
I would like to combine BLE Central with USB HID. I am using the SDK example "BLE_Central_multilink", I can get signal from BLE modules.
Now I want...
I tried to program the Blinky sample which just blinks an LED to the Network core of the nRF5340 DK but doesn't seem to work. However, when I look at the docs I do see that...
Hi
I am a beginner of bluetooth
I want to build BLE connection between nrf52833 and nrf52810 as soon as possible (maybe in 100-200ms)
can I achieve that by config Advertising...
Hi Nordic,
I am facing strange behaviour with nrf9160 aws iot example where I am trying for fota update.
My device is sending data to AWS IOT every 5 minutes as it will...
Hello again Nordic World,
We have been using a couple of the Nordic dev boards (PCA10028, PCA10040) as uart central devices in our test system for a while and have just...
Hello,
I am using \nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10040_s132_ble_debug, but when I bulid the proyect the following error appear:
.text is too...
Hello,
nRF SDK v16.0 , Softdevices s140_nrf52_7.0.1_softdevice and ANT_s340_nrf52840_6.1.1
Recently we wanted to add ANT to our BLE application. So we changed the softdevice...
I have an application that I can install and run on the nRF52840 dongle. But to program the dongle, I need to press the reset button and use nRF Connect. So I am looking at...
hello Nordic
i am working with nrf52840, with zephyr (i am new to zephyr)
i am trying to connect to a low power magnetic sensor (si7210-00-iv)
my i2c sometimes works...
I'm testing my own firmware based on the current Asset tracker V2 code (AWS cloud).
The code generally runs well, but when reception drops (simulated by disconnecting the...
I'd like to add an interrupt pin for a SPIM device. (eg. in the following spi_dev: )
&spi3 {
compatible = "nordic,nrf-spim"; cs-gpios = <&gpio0 0xf GPIO_ACTIVE_LOW>; ...
Currently, the only only way to automatically conduct a Legacy DFU is by using the nRF Connect Mobile app. However, this app can only target the default UUIDs of the Legacy...
I am currently following the steps as detailed in the following documentation ( SDK 11 ) specifically the graph in the "Transfer of an image to the DFU target"
I am currently...