Dear Nordic teams,
we need to develop a wireless audio product with .
Is it possible to develop our 2.4G wireless private protocol by operating registers on the nRF5430...
Hi,
I am developing an application for an nRF52840 using nRF Connect SDK v2.9.0. The application currently uses the Zephyr driver for simple PWM functions on several GPIOs...
Hi everybody. I'm using nRF Connect SDK 2.8.0. I've implemented Zephyr RTOS' core dump functionality on my project. I forced the SoC to write the core dump data on its flash...
Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
Hello Nordic Team, I'm developing an project using VS Code with nRF Connect Extension for an nRF52832 board. The SDK version I use is 2.7.0 , build system is sysbuild . I...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
I can't seem to find the required current of NVMC doing erase and write. The product spec has only timings but not more. Could someone from Nordic provide some figures? Experimental...
Hi,
I have a C# app connecting to 51822 devices, doing data/firmware download. When I try to send erase page command (before write), erase works, but there is a disconnect;...
Should we keep track of this by monitoring the write events or poll the gatts value via the softdevice?
It looks like it's faster (+shorter = less consumption) to monitor...
Over the past few months I have worked extensively on a few different projects that all utilize the nRF51422. In some recent debugging of GPIO issues (both relating to SENSE...
As the title says, I am wondering when the new SDK will be released to support the nRF51822 hardware revision. It looks like the latest (v4.4.1) doesn't have anything new...
the very similar issue
Friday, October 04 2013, 02:23
I have staerter kit + development kit. I have installed all required software and can't loat example code because...
I Every one !!! Thank for the possibility to participate in this forum.
I am trying to initialization configuration of my nRF24L01+ .
I am using CY8C3866AXI-040 from Cypress...
Hi, i'm experimenting RTC1 using the app_timer module (not using S110 soft device), and i find some problems onRTC prescaler. If i set values as stated in the datasheet, for...
Hi,
I am trying to run several applications sequentially on the nRF51822.
I have another microcontroller controlling the nRF51822 by SPI.
I init the stack, the services...
Hi, I'm just wondering if there's a reason that the example code is always initializing all structures through functions. Has it something to do with sleep mode and RAM retention...
Hello,
I have a couple of questions about sending multiple notifications:
I want to send multiple notifications (from same characteristic), is that allowed by...
Looking at the AN36 code, i notice that in the APP_SCHED_INIT define, for the argument EVENT_SIZE is used sizeof(app_timer_event_t) . In the meantime, the scheduler is used...
Hi guys,
I was wondering if the nrf51822 can listen to data packets being sent over by the nrf24. In the datasheet they say it supports nrf24 protocol. But what exactly...