I have a ready hogp struct and I'm trying to subscribe to an input notification (I'm connecting to a bluetooth keyboard) and I'm getting error -22. Here's the callback in...
Hello,
I am trying to count pulses on nRF52840 DK's pin for measuring water flow with hall effect sensor. I tried to implement PPI + GPIOTE + TIMER in counter mode, but...
Hi, I am using nrf52840-based custom hardware and have an external flash connected on SPIM3. Till now I was working with my other peripheral connected on different buses and...
Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...
Hello,
We are currently evaluating a very low power application using the nRF5340+7002. Our hardware design includes a complex power supply configuration, and we need to...
Retrieving Custom Firmware Version from nRF52 BLE Controller to nRF9160 Host
Product: nRF Connect SDK v2.6.0 Hardware: nRF9160 (Host) connected via UART to nRF52832 (Controller...
I am encountering the error message " <err> net_pkt: Uncontiguous data cannot be linearized " when already connected with nRF7002-DK to a Wi-Fi network using the EAP-TLS authentication...
I'm following the nordic academic courses, which are very nice by the way!
I've now followed three topics and I find three different variants which confuse me a lot: ...
Hi there,
So in my previous posts, I have been asking questions about setting i2s on two nRF devices in different modes. I have been successful in making it work.
...
Hello,
is it possible to read UICR at address FF8000 from a non secure application for nrf(160.
If yes, can you provide sample code and CONFIG to enable in prj.conf. ...
Hi,
I’m currently working with the nRF9151DK and using the nrf_modem_lib to test some AT commands. However, I’ve encountered an issue with the SIM.
When executing the...
When using the SPIM4 at 8 or 16 MHz, the clock looks nice and even. But at 32 MHz it consistently skips a half beat on the 16th clock pulse. In other words, while all the...
I am working on nRF54L15 and I want to store some user data in flash and for that I want to define the partitions.
I have selected the Target: nrf54l15dk/nrf54l15/cpuapp...
I am running smp_svr demo on my nrf54l15DK board, and use mcumgr command on my linux.
I could connect to my ble device and echo hello successfully (via peer_name='Zephyr...
Body:
Hello Nordic Team and Community,
I am working on a project using an nRF52840 chip on a custom breakout board . I am not using any pre-made development boards or...
During the testing phase of my device I use the Zephyr (uart) logging module and the Zephyr shell module(CONFIG_SHELL_LOG_BACKEND=y). Shell is mostly disabled, and is enabled...
I followed the migration guide for NCS 2.8.0 here for a custom board with engineering rev B silicon. After doing so I can't flash the board anymore and it gives me this error...
I am developing my product using the desktop app in the NCS SDK. I found that during OTA, it can only upgrade from a lower version to a higher version. This means that when...
I am using Keil v5 and the nRF5 SDK 17.1.0 .
I use this example.(nRF5_SDK_17.1.0_ddde560\examples\ble_peripheral\ble_app_uart\pca10040)
I hope the chip enter system off...