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...
Hi
my application is driving a RGB LED by one wire, this is request a higher sequence , when you drive the RGB LED ,this task can not be interrupt , I am use timer3 to...
Hi all,
I'm working on a project using the nrf52832 with SDK 15.3.0. Our device is battery powered and in peripheral mode. When a central connects it sends +- 300 bytes...
Hello,
I have the Icarus IoT board nrf9160, and I'm trying to connect it to the nrf connect for desktop but it doesn't seem to support the board. I'm getting the following...
Is it possibe to turn on SED on nrf5340 using nRF Connect SDK 1.7.1?
I have problem to turn on.
Here is my code to turn on.
And part of my .prj file
I got error...
I've tried getting nRF53 examples compiling on SES, but it seems there is a bug in SES that is preventing that. It was suggested I try VSCode, despite its lack of debugging...
Hi ,
nRF52810, SDK : 15.2.0, using SES,
I have two questions;
I am trying to add DEVICE NAME to the advertising beacon, in the ble_app_beacon example and following this...
HI,
I succeeded in the test.:SPIM0 SPIM1 SPIM2.
I failed the test SPIM3.
Please help me configure SPIM3 init.
1. The SDK: sdk17.0.2
2. Example: D: \ Project \ nRF5_SDK_17...
I tried to use printf() to get the data from SPI buffers. It runs OK in the peripheral/spi example. But when I moved it to the ble_app_uart, the program stalled at printf...
Hi,
We are looking to upgrade our connect SDK version to 1.7.1 (from 1.5.1) but at the moment there are a few breaking issues for us that will prevent us from doing so....
Hi All,
I have a question that i remark this code run different mode have different results
in Release mode => build success,the project can run
in Debug mode => the...
Hello.
I have couple of questions for hardware parts location on pcb with nRF9160.
Q1.
I'd like to ask a better location for eSIM(MFF2) related nRF9150.
This...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
In an effort to fix Toolchain problems setting up nRF Connect, I uninstalled Python and tried reinstalling via choco install python as per the "Installing Manually" instructions...