Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
Hello, I have purchased this kit on ebay. www.ebay.com/.../301182420397
Can somebody point me to where I can get documentation on this kit, it came in with mostly Chinese...
According to the nRF51 series reference manual.
10.1.2 Debug interface mode
Debug interface mode is initiated by clocking one clock cycle on SWDCLK with SWDIO=1. Due...
Hi,
I was looking at the .map for my project and I noticed that pstorage.c was taking up a bunch of RAM (~600 bytes), which I thought was a lot, so I went into pstrorage_platform...
The document nRF51422_Evaluation_Kit_User_Guide_v2.0.pdf says:
Locate the Heart Rate demo project found in the folder
ARM\Device\Nordic\nrf51422\Board\pca10003\s310\ble_app_hrs...
Hi Community,
I'm learning the sysbuild stuffs, try to upgrade my code to sdk v2.9.0.
Exercise 2 - Adding custom image - Nordic Developer Academy
I'm using nRF5340DK...
Bit baffled by this one, I assume it's related to the attempted nRF SDK Intellisense magic: We do have a monorepo for various controller projects that includes two zephyr...
Hi,
I am currently working with the channel_sounding/connected_cs sample for nrf54l15 and I keep getting the error: Not enough memory to store step data (530 > 512). I tried...
I have an app running the S132 softdevice, doing most of the applicatino work in a routine being called by an 8 Hz app-timer. Under certain conditions that I detect with external...
After I updated to v2024.11.22 of the nRF Connect For VS Code I can no longer get the option: "nrf-connect.debugging.flash": false to work. It keeps flashing the device before...
Hello,
I've been working on a project involving an IMU and bluetooth for a while, and had been using the IMU (LSM6DSO) on polling mode. Unfortunately, I found out that I...
Has anyone else had problems with adding build configurations for workspace applications using the VSCode GUI interface? Initially I clone the repo using CLI-based west commands...
I am having an issue with the nrfx_qdec driver in zephyr, I am trying to simply detect when the turn happens and the direction of the turn is. Most of the time this is triggered...
I'm developing a small IoT device that needs to retrieve and transmit its location upon pressing a button. While testing the modem using AT commands, I can consistently retrieve...
Hi,
I am working on a sensor device that requires very accurate timing on the sensing and sensor signal algorithm side. This device needs a low latency and low jitter radio...
Hello,
I have designed this schematic according to reference designs provided by Nordic Semi, however I might have failed as I am unable to flash the main module. I should...
Hello,
I have designed this schematic according to reference designs provided by Nordic Semi, however I might have failed as I am unable to flash the main module. I should...
I'm adding CONFIG_NET_CORE_MONITOR in both application and network config per https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/libraries/others/network_core_monitor...
Hello,
In ncs, I am working with \nrf\samples\ipc\ipc_service. I want MCUboot to build \nrf\samples\ipc\ipc_service\remote to run on nrf5340 CPUNET. When I CONFIG_BOARD_ENABLE_CPUNET...