Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Hi,
We are in process of performing CE Certification on a product with the nRF9160 module mounted.
The lab wants to perform conducted testing on the module with the antenna...
hey there, i have a project which uses nrf9151 with a pressures sensor from BOSCH which uses SENT protocol to transfer data, my question is 1. Is it possible to configure...
Hello, I'm using the nrf52DK for the chip nrf52832 with nrf connect SDK v2.6.1
I want to implement an advertising timeout say 5 minutes. How can I achieve that? any example...
I'm attempting to troubleshoot a system crash when polling a sensor at higher ODRs while BLE is enabled. I'm using NCS v2.9.0 with the nRF54L15. I checked the thread stack...
I'm trying to compile the lsm6dso example for a nrf5340. I also tried the nrf52832, but I get the same error.
v2.4.2\zephyr\samples\sensor\lsm6dso
prj.conf:
CONFIG_STDOUT_CONSOLE...
Hello, i'm considering an application using nRF52840 in following configuration:
- I2S RX would be connected to some external I2S source (I2S slave)
- I2S TX would be...
Hello, I'm trying to make a application bootable through MCUBoot but I'm having a hard time generating the .bin file with MCUBoot header. According to this page I should be...
Hi I want to use nrfutil nrf5sdk-tools in MacOS but when I try to run it I get the following error.
" Error: Failed to spawn inner nrfutil-legacy executable
Caused by...
We are trying to update the SDK used by a firmware on a device that is in production. The old SDK is 2.1.0 and we are trying to update to 2.9.0.
I was able to get the firmware...
i am currently using nrf52840 dk as a hardware, nrf5sdk version 17.1.0 ,ble_app_uart peripheral example (s140 soft device )
here the maxmimum mtu is set to 247 bytes whether...
Hi everyone, When I try configure UART (parity, data_bit, stop_bit, flow_ctrl), I have noticed error when I run in terminal: "
*** Booting nRF Connect SDK v2.9.0-7787b2649840...
Hello
I am developing an application based on the nRF9160, it uses Coap protocol to connect to nRFCloud to transfer the data. Also I have implemented the FOTA which always...
Hello,
I am using the nRF52810 with SoftDevice S112_nrf52_7.0.1 and trying to create a simple program that sends the character "1" to a mobile device. However, I am encountering...
I've been having trouble downloading the Connect SDK in VSCode, so I want to download the SDK from GitHub first and then import it into VSCode. How can I import the SDK I...