Hello! The PCN 219 rev 1.1 says "The new device revision of nRF54L15-CAAA is not drop-in compatible with the current revision, requiring update to PCB schematic
and layout...
Hi,
I am encountering an issue with the TWIM driver when attempting to communicate with the nPM1300 PMIC via I2C.
This problem seems to be related to the behavior of the...
I have been trying to implement a way to wake the system up after doing sys_poweroff() but no matter what nothing seems to work. I already tried many examples and none of...
Hello,
I have been able to get FW OTA to work perfectly well over BLE using
CONFIG_NCS_SAMPLE_MCUMGR_BT_OTA_DFU =y
Now I am trying to display the update progress...
The custom AT command "AT%XICCID" was added in modem firmware v1.1.3 for the nRF9160 and was available from the first release for the nRF91x1.
This command provides a processed...
Good day, I was attempting to test the radio performance of the NRF54L15. I ported over the Radio_Test sample project to try and transmit an unmodulated carrier wave at a...
My task is to mount a littleFS system on the external flash memory, so I can save files.
I am using the littlefs filesystem sample from
zephyr/samples/subsys/fs/littlefs...
Hi
I am developing 4 layer PCB for the nRF51822 with a power and a ground plane in the inner layers. I will be using a balun from Johanson Technology (2450BM14E0003) with...
Looking to apply an nRF52 chip in a wearable device... ideally without mounting it on a board.
Is that remotely feasible?
It would still be necessary to connect to 12...
Hi to all,
i have a project that was based on SDK 13 and in that version i had a bility to call fds_record_write with multiple data chunk, but in softdevice 14 and sdk15...
I have integrated the code of the multilink into the uart central example. The project can be built without error. however, it is not possible to establish a connection to...
Hi,
I'm starting development of a new product utilizing nRF52840 mcu. We used this chip in previous product with Bluetooh stack (SoftDevice). I didn't participate on this...
Hello!
Since the code of nRF connect code is open (on github) - is in possible to extend supported devices list? In other words, is there any way to use non-nordic boards...
I would like to know if you can create a mesh network with nrf52840 preview DK?
Would you have a problem with this board?
currently, would a better option create a...
Hi,
Using the reference schematic No.4 given in the NRF52840 datasheet I made a design. I was able to test all the peripherals and range testing without any issues. But...
I am working on a custom I2C bootloader for nrf52832 using SDK 14.2.0. Currently, the bootloader can flash the application code very well. But I have no idea how to flash...
nrf_soc.h in these distributions reference symbols like SWI2_IRQn which aren't defined unless the build includes nrf51_to_nrf52.h, something I try to avoid when building for...
Hi, I'm working with nRF52832/nRF52840 and SDK 15 or 15.2 on Windows with Segger Embedded Studio.
Is it possible to use the device in low power mode, but keeping active...
My nRF52840 Dongle appears to have failed while its boot loader was being updated, the led does not flash red like it used to and only gives a short white flash on plugging...
Hi, everyone,
We are developing the BLE project on nRF52832 chip by using RTT / UART logging. Previously we monitored the project via UART communication port. But than we...