I'm trying to build the light-switch-app from Matter but I get following errors
I have already tried to reinstall the sdk (I use v2.8.0) and build it just like that without...
Hi all,
We've followed the reference EVK designs closely and are now in the Pre-Production phase.
The initial development board was intentionally large to accommodate...
Hi,
I am using nRF52840 DK and I am following Nordic Academy nRF Connect SDK Fundamentals. I installed SDK 2.9.1 and toolchain 2.9.1
I copied the sample blinky and encountering...
I am currently working with the nrf54l15, I have both the DK and a custom board I designed. I am running into issues with the uart00 peripheral when using custom GPIO pins...
As part of a university project I am trying to read an analog signal and transmit it at the maximum data rate over ESB. But I cant seem to get above 1700kbps without any of...
use "nrf5340 cpuapp" to compile project, flash statistics as follows, see blue color
[3/11] Linking C executable zephyr\zephyr_pre0.elf
[6/11] Linking C executable zephyr...
Hello,
I am currently measuring the current consumption of the Thingy:91, specifically when running the Asset Tracker v2 application. I observed that the average current...
Hello,
I developed a BLE based application using nRF51822 softdevice S110.
This application is very low consumption.
The device connects every 60 seconds, and can send...
I try SDK hid mouse example this days, In SDK v4.2.2 it does not work sometimes when I press button 0~3 ,and some times the mouse arrow move slowly when I press the button...
Hi,
I'm trying to make the nRF module work with an older IO demo board. Does the flexible GPIO system via pin crossbar allow you to modify the pin assignments of the SWDIO...
I what to send button data , how to construct button data array :
uint8_t buffer[INPUT_REP_BUTTONS_LEN]; in function ble_hids_inp_rep_send() ?
In SDK mouse demo I can...
I want to add to lbs service battery service(bas) as well. One of the changes is in the advertising_init() function:
static void advertising_init(void)
{
uint32_t...
Hi,
We have a custom board, with accelerometer sensor, our ultimate aim is to collect the accelerometer data and transfer it to the master device (PC or smartphone) using...
Hi there,
Will any 4.1 features by making their way into the respective Soft Devices any time soon?
I would imagine 32-bit UUIDs would create some memory pressure on...
I am trying to use Eclipse+GCC for my projects. I found a similar issue as stated in the following post:
devzone.nordicsemi.com/.../nan-29-nrf51-sdk-no-project-files
...
I am having trouble getting up and running with the development kit (without the starter kit).
My setup is as follows:
The PCB antenna module is hooked up to the JTAG...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
Hello,
When the Ant stack want to transmit a packet while the BLE stack is using the radio, an event called EVENT_CHANNEL _COLLISION will be returned, is that...
Hello,
when the device NRF8001 starts Advertise, it sends out only one packet and unexpectedly terminates with a fatal hardware error in "ll_ctrl.s0.c" line 572. This happens...
Hi,
I'm trying to install Master Control Panel v.3.5.0 on Win7 64bit but I get the "Master Control Panel Setup Wizard Ended Prematurely" message. I have .NET Framework...
It would be very convenient to increase the output power of nRF51422/822/922 with at least 3-6 dB in order to get enough range. I'm currently not using nRF51422 for ANT, only...
with 1.16.0.3031 I cannot recover but I still can recover in Linux using a tweaked Makefile.posix
I don't remember this problem with previous version. Hence it must be...