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. I am developing a central operation using nrf52832 (S132 v7.0.1, SDK v17.0.0).
I want to read / write a value to the specified address of the flash. According to...
Hello.
I'm trying to get data from a pressure sensor.
But it seems that BLE device is not properly got data from the sensor.
Here is a data sheet of the sensor. (Please...
Hello everyone, I am using NrfConnect with Zephyr on Segger embedded studio . I want tu use the math logarithm function in my code and print the result on the debug terminal...
Hello,
We have a wearable-type device with custom BLE services and characteristics. We would like to log all data from our services on a PC. Would you happen to know of...
Hello!
Can anyone explain, why APP_USBD_CDC_REQ_SET_CONTROL_LINE_STATE event in app_usb_cdc_acm library fires for DTR signal changes only, but not for RTS signal? I try...
I tried to compile the Secure Bootloader project in:
..\nRF5_SDK_17.1.0_ddde560\examples\dfu\secure_bootloader\pca10056_s140_ble\ses
but get the error:.text is too large...
Hello sirs
I want to combine the mpu6050 example which is a non BLE example with peripheral_uart example. I
have modified the mpu6050 sample to work with my NRF5340-DK...
I am using an nRF chip and the nRF SDK for 1st time and I think I am still at the steep part of the learning curve.
My problem is that I cannot get the log from my custom...
We are developing a device that communicates with a remote management system via tcp sockets over LTE. We are using the NRF Connect SDK 1.4.0 with modem firmware mfw_nrf9160_1...
Hello,
I want to transfer analog values via BLE to a external Device. The SAADC is initialize for 2 channels, triggered by RTC-timer and i've get the right values from both...
Hi,
I wonder if it is possible in the nrf91-device to read how much data there is left on the SIM-card.
Where is that information stored?
How does one normally get the...
We using Android Phone (OPPO A53 Android 5.1) and some custom tablets (Android 9.0), to start add custom board as BLE mesh node. But sometimes the reconnection failed even...
Working with the GPS sample.
Builds fine on 1.5.0
on 1.5.1 building with west I get
-- Application: /opt/Nordic/ncs/v1.5.1/nrf/samples/nrf9160/gps
-- Using NCS Toolchain...
I'm trying to upload image asset binary files onto a custom hw that uses the nrf52833 mcu. I use mcumgr for performing DFUs and I would like to use it to upload the binary...
I would like to enable access protection on my device, ie no debugger or flash access. Going through the docs, it looks like I’d have to do a few registers to get access protection...