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...
Hi,
first of all i know that this is not a "good question", but my hacker side is trying to... tweak hex file of softdevice 113 to fit my low memory footprint.
I mean...
Hello everyone, I am working on a custom board based on the nRF5340 and need to implement code execution from an external QSPI memory. The board uses the IS25LP128 memory...
Hi, I am working on a project that collects data from various sensors and transmits it to a Mobile application via BLE. Can I use Isochronous Streaming for it? Can I set up...
Hi community! I have custom boards using nRF5340. A couple boards has suddenly gone bad and unable to be flashed or communicated with after a few reflash cycles.
I've read...
Hello
I would like to sign an image temporarily with west CMake options as described in Enabling a bootloader chain using sysbuild using the comand line:
In it's final...
Dear DevZone:
I use NCS 2.8.0 to build Light Switch FW, my build command as below:
west build -p always --build-dir nrf/samples/matter/light_switch/build -b nrf5340dk_nrf5340_cpuapp...
Dear Devzone,
I currently use the nrfutil dfu serial command to upgrade the firmware, which is OK. I want to upgrade the firmware of 52832 through MCU, so I need to know...
Hello support,
We are developing a battery-operated sensor. For that, we are using nrf5340. Also, we made an enclosure for the sensor.
While developing we found that the...
Hi there,
Is switching between UART and I2C runtime on the nRF52840 with Zephyr possible when utilizing the same two pins for TX/RX vs SDA/SCL?
Thanks in advance,
L...
What version of LVGL is used with nRFConnect for VSC 2.7? Where can I find this information generally. It seems like the lvgl version is 8.3, but I don't know why I think...
Hello,
I am writing this thread to ask what would be the hardware configuration for the QKAA version of the nRF5340 chip if I don't want to use the wireless features of...
I am considering using the nRF7002 for a Wi-Fi application. I want to use an nRF54L15 as the host for an nRF7002 and operate it using Target Wake Time (TWT) to periodically...
I need to connect to other units according to their MAC address. I'm assuming that this:
BT_SCAN_FILTER_TYPE_ADDR
Is the thing to use in this:
bt_scan_filter_add...
Hi, I am working on a project where I need to add ble dfu as well as serial dfu issue I am getting on adding serial dfu to ble example I am getting error variables undeclared...