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...
Hi all,
I'm trying to use uart2 on my custom nrf9151 board, but I'm stuck. As I understand, I use i2c1 so I can't use uart1 and i2c1in parallel, so here is why I wnt to...
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...
Hello everyone.
I'm a fresher of programming nRF52833. I'm doing an application for my final project in my university. What I need is get the RSSI in order to analyse the...
Hello -
I am evaluating nRF52840 to replace the Bluegiga BLED112 in an older product. I am surprised to get very low range from the nRF52850 USB dongle, barely 10-15 feet...
Hi, NordicTeam
Nrf52805 as slave and mobile phone as master to connect slave. NRF_SDH_BLE_GATT_MAX_MTU_SIZE = 247, MTU = 23, the master sends the Prepare Write Request to...
Hi,
I'm developping a new application where the device normally is in low power (waiting button with an interrupt)
while(!gIsButtonSwitched) { __WFE(); }
the consumption...
Hi everyone. I have an application using BLE and OpenThread dynamicaly. I am working with nRF52840 chip with nRF5 SDK for Thread and Zigbee v4.1.0 (Release Date: Week 18,...
Hello, I am using the Zigbee CLI Agent as coordinator, and when a router device or end device joins the network I want to configure attribute reporting.
I am able to configure...
We are running a trial in an open field, where we connect NRF52840 ( GW ) to an NRF 52833 (Node ).
Distance between the units is around 80 meter , we are using Coded Phy...
Hi Nordic team
I tried AWS FOTA and Nordic FOTA at nrf connect for cloud. It did work well.
We now want to set up our own cloud. It's neither AWS cloud nor nrf connect...
Hi,
Sorry for the newbie question but how am I going to use the SAADC to measure 4-20mA current loops? I've used the SAADC to measure temperature, voltage, and resistance...
Hello !!
We are using nRF52833 MCU in our one of project. It is very cost sensitive project. We are proving supply to MCU from coin cell CR2032 battery. Also we enabled...
Hi,
I'm currently developing custom board with nRF52832 and I'm experiencing weird issues.
It's mostly related to BLE, especially on Samsung A series devices (A3, A7,...
I am using custom board nRF52820. I'd done OTA up-gradation with USB connected. Firmware successfully updated on device over BLE and device got soft reset.
After removal...
I am using nRF9160 DK(PCA10090 0.9.0 2019.19) with Indian carrier LTE-M SIM and carried below steps to establish LTE-M communication with nRF Cloud: 1. Upgraded to latest...
Dear community,
I opened and successfully tried out the preflash_example. Since I will need a plain text NDEF message instead of an URI NDEF message as used in the example...