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...
Hello! So I'm working on a project where I try to connect the nRF9160 DK to the google cloud. I tried to manage this by following this guide: https://devzone.nordicsemi.com...
Hi,
I'm using the BLE app (ver 3.6.0) in nRF Connect for Desktop together with a PCA10056.
I'm scanning for a device that sends three ADV_EXT_IND, one on each channel...
Hi,
I am using the USB CDC example in my project, where I developed my own application level communication protocol.
I have a problem with the data throughput, it's...
I am designing a custom board with a nRF52840 module that has no 32.768 kHz crystal embedded in it and as a first step want to test it with some examples that use only RC...
Hi all,
I'm trying to setup an interrupt-driven UART. UART is able to transmit data, but I don't get the TXRDY interrupt.
Below is my minimal initialisation that outputs...
I developed on sdk16.0 and found that app_button has abnormal power consumption,
so I replaced it with app_button of sdk15.3, but found that no key events were reported...
I want to use UARTE to handle terminal style messages. That is, messages are ended with a newline, I have absolutely no idea how long they will be, and the delay between multiple...
Hi there, Just wondering how to get the comparator "RESULT" (not part of EVENT) onto an output pin without CPU intervention. From the datasheet I believe: 1. the RESULT is...
I am a newbie with nordic, where I have recently purchased the nrf52810 device. I need some guidelines to get started. My intention is to read data via TWI from an MPU6050...
Hi,
In past we have observed BLE_HCI_LOCAL_HOST_TERMINATED_CONNECTION as a disconnection reason when the application layer tries to disconnect because of a timeout. But...
Hello, we are developing a project solution where we want to pass data between multiple sensor devices using BLE advertising data. For now, we have a test setup with two nrf52832dk...
Hi,
I would like to catch in main.c the nobody connect after advertising event via ADV_SET_TERMINATED.
I can see with breakpoint program jump into ble_advertising_on_ble_evt...
Hello
I am making a button double-click function in sdk v17. I've tried 'app_button' and 'app_timer'. Created a timer that is called every 0.1 seconds and terminates when...
Hi there,
To put a little bit of context, I've designed a wearable that is now going towards pre-production (only some minors fix left to do). In the last iteration, we...
Hi,all:
I use 9160DK to test PSM mode as follow steps with at_client example:
1、set ”AT+CFUN=0“ to power off mode;
2、set "AT+CPSMS=1,"","","10101010","00100001"" to...