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'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...
Hi,
I'm trying to use timers 1, 2 and 3 in my application which also uses the app_timer. It works fine when I'm just use 1 & 2 but after inserting the following code to...
Hi, can you point me to the documentation that tells me what preprocessor defines are required for properly building ble_blinky_c or similar please.
The reason is for setting...
Hello,
I am facing problems when I send 3 consecutive chunks of 244 bytes on BLE. My actual task is like receive from SPI and send it to BLE. I am receiving data in chunk...
Hi,
I need to store the 1kB of data in the flash storage and it need to be read anytime and change the data anywhere.
I am using nrf52840 DK and also nrf5340 DK to perform...
Hi Nordic Leaders,
Regarding nRF5340 and nRF connect SDK
Objective: Update blue tooth data transfer rate between 1Mbps and 2 Mbps.
Details:
As it is not possible to...
Hi I am merging BLE Peripheral code and I have added all .c files and added the path in C/C++ compiler and Assembler but it still shows definition missing
You can see...
we are using NRF52832 for my development. Also implemented 1 custom service. Currently we are using 2 standard services and 1 custom service(12 custom characteristics) with...
Hello, I saw another post with a similar question regarding the same error message from a few years ago that went unanswered, I figured I'd reask the question.
I am attempting...
Dear Support
I think gpio_nrfx_port_toggle_bits() is not task / interrupt save.
When between nrf_gpio_port_out_read() and nrf_gpio_port_out_write() a task switch or...
Hey,
I am working on a project as a internee using acconeer xm122 sensor and nrf9160 dk.
I want to know that how I can connect nrf52840 on acconeer xm122 sensor with nrf9160...
Hello,
I am having some trouble migrating from the nrf52 DK to my custom board with an nRF52832 and running as standalone. The application is working as intended when the...
Having an issue that suddenly started with my nRF5340. Tried swapping out batteries, USB power supplies, cables, still have the following error. What is weird is I don't get...
I'm following the secure bootloader examples for nRF5 SDK 16.0.0 with my nRF52840 DK, with Segger Embedded Studio on Win 10 x64. Android Phone used is Samsung Galaxy Note...
Hi.
Im new to ncs and zephyr but I've got lot of expirience in embedded software.
Today I add a class and a global instance of this class.
So I expected that the constructor...