Hi,
I tested the nrf beacon application, it allows only the beacons with company identifier 0x0059 (nordic's id). But i need to modify it to support all the device, how...
I use a app_timer_create() function to create a task(200ms once)
when in the task_timeout_handle() ,
I do something more than 200ms,
what will this timer going ?
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 am working on firmware for a custom board with an nRF9160. Specifically, I'm trying to get FOTA updates working, using the provided library functions for it. I had no issues...
Hi there friends,
I am trying to implement peripheral / central example using multiple peripherals.
I used a mix from central_multilink and central_uart and created...
Hi,
I'm developing 21540_52840DK as ble_central. My developing tools are NCS 1.9.1 and VSCODE.
Based on <\NCS\nrf\samples\bluetooth\central_uart > sample, I added USB...
Hello,
We are developing a library which is intended to use the trustzone feature available with nrf5340 DK. We followed the instructions available in and succeeded in adding...
Hi. I have certified my products for FCC and CE-RED using nrf52840 SoC. For cost savings and supply issues I'm looking at also using nrf52833 instead of nrf52840. If I'm using...
Hello,
First of all, I'm not a hw-engineer
I've 2 evaluation devices of nRF52840 (BL654-DVK) and I'm trying to test the SPI communication between them (one as master ...
I have successfully run, Nordic serialisation connectivity application on nrf52480, (And able to control this from a custom board, and also from PC). But I want to use a lighter...
Hello !
I'm currently working on a project using the DK Boards nRF52832 .
I'm disappointed that one card no longer works ( doesn't light up ). I therefore explain to you...
Hello everyone :)
I'm trying to get an analog signal from n channels. I started with modifying the battery sample from Vdd to AIN0 according to the modification - only to...
I am using Nordic Serialisation library, with a nrf52480 chip as connectivity chip and a m4 arm core custom board as Application chip. I am able to establish gap connection...
Hi,
I am trying to enable the internal clock for NRF 52832 (BMD-350) module.
The configuration option for the clock has
1. RC Oscillator
2. Crystal Oscillator
3...
Hello,
I am using the nRF52840 DK to debug my application using nRF Connect SDK v2.0.0 ..
Application runs well in debug.
But when click restart / reset .. it should...