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...
Hello Team,
I am currently using the nRF54L15 DK with NCS version 2.9.0 for development and compiling code for the nRF54L10 board.
I am trying to implement FOTA updates...
I'm transitioning a GNSS tracking firmware from the nRF9151DK to my custom board using SDK/toolchain v3.0.2.. On the DK, I get accurate location fixes, but on the custom board...
Hello, I am using SDK v3.0.2 and toolchain v3.0.2. After building and flashing my firmware, no logs are being output to RTT Viewer. What should I do to resolve this issue...
We tested the USB performance on the v3.1.0-preview4 and main it looks like it got even worse.
All tests were done on the attached test project: TestProject
main (6855b38ca69d2a70d0a088d9964e606e9981cb14...
Hi all!
I have the NRF54H20 D and somehow the RTT viewer doesn’t work, the board doesn’t work. I am using the most simple zephyr hello world project. It says it is compatible...
Hello, Have some experience with embedded development, but new to nRF Connect, sysbuild, Kconfig etc.
Using Windows host VS code with nRF Connect extensions - current versions...
Hello,
We are designing a new Zigbee/Thread end-device sensor and I'm wondering what is the recommended part for it.
I have a demo running with nRF5340 (because the platform...
Hi,
I fiddled around with examples using the PSA API to compute a MAC by AES-128 CMAC. That worked out fine. I can import a key, use it to compute the mac over a message...
Hi, On the nrf54L15 with MCU boot enabled, what is approximately the fastest time that the chip could boot and set a gpio line high, if everything not critical is disabled...
Hello everyone,
I'm curretly working on a new design based on nrf52832, and I'm validating different interfaces. Currently working on SPI, I'm testing it with a W25Q64...
Hi,
We are using a modified version of the multi-service sample for nRF9151. Generally, FOTA updates from the nRF Cloud work well.
Once we deploy the FOTA update in the...
I'm working with the nRF7002DK board using NCS version 2.6.0 . The internal flash is full, so I need to perform BLE DFU using external flash. Is there a sample available for...
Dear Team,
I would like to know if it is possible to add custom attributes and commands to standard clusters, such as the Occupancy cluster. I have reviewed the "Adding...