Hey everyone,
Does anyone here have experience with firmware OTA updates over the JIO NB-IoT network? The process seems a bit different since JIO Cloud always sits between...
Hello:
The latest nRF54L15 Errata for Rev 2 shows that the previously reported "GPIOs can exhibit radiated emissions" is no longer present in the Rev 2 SoC.
Can you please...
Greetings!
I am using Wireshark along with an nRF52840 dongle to monitor BLE traffic between a mobile app and connected peripheral and periodically I see some "L2CAP Fragment...
Hello, I am using the nRF54L15 board, and trying to connect to the Adafruit SHARP 400x240 monochrome LCD display .
I got the display driver alone to function just fine after...
Hi,
I am trying to perform a DFU using SMP over BLE. My setup has NSIB and MCUBoot enabled and thus I am able to perform DFU for MCUboot and Application using nrf device...
Hello,
I'm moving my project from SDK1.9.1 to SDK3.0.2. Project is based on peripheral_uart sample (UART part is removed since it is not necessary).
I have encountered...
Hi,
I would like to test a websocket connection over NB-IOT with the nRF9151DK. I started with the websocket_client example but I have those warnings and errors at startup...
I would like help in understanding the limitations of the NVRAM. The documentation for the nRF52840 and the nRF52832 are different. This is what the nRF52840 reads:
Do...
Hello all,
I am new to BLE mesh programming. I want to develop a multiple sensor client-server model where sensor data (eg. temperature values) from multiples nodes in a...
Setup:
- MESH SDK 4.1.0
- nrf52832.
Consider the following scenario:
- 3 nodes (A/B/C) are provisioned on the same network.
- I'm using a custom model with reliable...
Hi Team,
nRF52840 boards are getting fail continuously not able detect by Host computer.And the boards are no more useful and all boards are brand new only One day we have...
Hi,
I am trying to enable Bootstrap support.
Therefore I set "CONFIG_LWM2M_RD_CLIENT_SUPPORT_BOOTSTRAP=y" in prj.conf.
I also set "CONFIG_APP_LWM2M_SERVER" and the port...
I have built boot-loader hex file from SDK 12.1.0 secure DFU project, without any changes except for public_key.c file.
I am referring to steps mentioned under
Combine...
Dear all,
Hi, I'm Eric.
I m studying spi communication used nRF52832 base on SDK 14.2/example/spi.
That examsignal is below picture 1.
But I want to delay between...
Hi--
I noticed something rather peculiar on the built hex from segger that is programmed onto my nrf52832 chip (firmware image).
The hex looked as expected, until i got...
My ble_peripheral is bonded to ble_central, How do I upgrade at this time ? If you still use the mobile phone APP to upgrade, you need to erase the binding information, and...
Hello,
I encountered a problem when installing nRF_connect on a new computer. As shown in the picture, the attribute "middleware" of null could not be read. Opening all...
I am using as template the MQTT sample app from NRF Connect 1.3.0, for which I want to create my own application modules, I have added the .c files to src, but I am having...
Hello,
We are using the Serial port library with two UARTEs. It defines two instances of the serial port interface: one for receiving data, and one for sending data. After...
Subject pretty much explains the problem. One can just get power from a USB interface, but if I plug our nRF52840 into such an interface, it does not appear to boot into its...
I am trying to use serialization to connect an STM32F4 to an ISP1705. My goal is too connect to other BLE devices and read some measurements. I have tried a few of the examples...
I'm using an example project of the secure serial bootloader (pca10056_uart_debug) and changed some configuration for my custom board. I added RTT debugging and changed uart...