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...
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...
I use sdk15.2. bootloader nRF5_SDK_15.2.0_9412b96\examples\dfu\secure_bootloader\pca10056_ble_debug. Application nRF5_SDK_15.2.0_9412b96\examples\ble_peripheral\ble_app_buttonless_dfu...
Hello, I'm currently attempting to display a screen during an OTA-DFU process. First and foremost, through BLE, a BLE Central will command my BLE Peripheral to commence DFU...
I am working with NRF52832 master with TWI slave device, however , since our board already has external pull-up resistors (10K) , how do I disable TWI internal pull up resistors...
Hi nordic
I am using SDK 14.2.0 Softdevice s332 5.0 Board nrf52840.
I am doing test about DFU example and I am writing in flash about test image.
It is possible. I made...
Hello.
We have a working DFU system using Nordic's Secure Buttonless DFU bootloader. The bootloader correctly checks if the incoming DFU package has the correct 'init packet...
Hi all,
I am curious about the storage capabilities of the Nordic Thingy. I would like to store information about the received messages like a timestamp. How much data can...
So, here is an interesting and fun one: I am using a module with the nRF52832 to control an LED driver with a PWM, we
According to the documentation http://infocenter...
I am starting to use FDS for saving data to flash memory. In the "flash_fds" example the macro APP_ERROR_CHECK() is used to check for errors in most of the function calls...
Hello,
I tried to send data through the proprietary radio. My devices are NRF52832. The data I would like to send is an uint8_t array:
Right before I send it out, I...
Hi everyone,
My English skill is not good, but I really want to share this problem to all developers that I spent three hours for it.
Example nRF5_SDK_for_Thread_and_Zigbee_2...
Hi!
I have questions for Nordic developers team. What capacity of network is possible with nrf52840 thread mesh? I've tried to attach large amount of nodes to mesh and...
Hi Guys,
I want to use the TWI for my mesh application in which I want to read out 2 sensors (Sensirion SHTW2 and SGCP3) and then send the sensor values over a mesh network...
Hi all,
I´m using nrf52832 with sdk 14.2.0 and softdevice s332.
I have opened and closed the eclipse. Now when I open it, it compiled and gives me this error that I did...
Hi,
I am using nRF_SDK_15.0.0?a53641 and writing a program with keil.
I am trying to read data from the acceleration sensor( LSM303DLHC ) by communication with BLENanov2...
Hello
I just started learning nrf52832 DK and run few of the examples. I wanted to start developing my own application based on the examples. Right now, I want to read...