I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
I am receiving an error when connecting to a custom board by running nrfjprog --reset, any similarly with any other commands that require connection.
I am connecting through...
We have previously used nRF52840 and for the latest iteration of our board design we are updating to use nRF54L15.
We are aware that for nRF52840 we could map any pin to...
Hi,
I faced with an initialization issue of combination two features: MCUMGR and UART_ASYNC_API. I get a crash right after the FW starts. It looks like the SW configuration...
Can anyone clarify what information is stored in the nrf9160 chip barcode? For our manufacturing tests, we'd like to use a barcode-readable identifier on each board, and the...
I am adding Softdevice BLE to an existing firmware build(without softdevice, only USB) using Visual Studio and SDK 17.1.0 (Qorvo), on a Murata 2AB,
the firmware boots softdevice...
Hello,
I've inherited a project to create an iOS app that can communicate via BLE to UART RS232 to devices in the field using a proprietary protocol and at 115200 baud and...
Hello, I have been using segger embedded studio v4.16 for almost one year using free license. today it says my evaluation period is expired. But they say it is for unlimited...
I have a setup with one transmitter and three receivers. The transmitter (nRF24L01+) sends a message to the receivers (nRF52832, using SDK v15.3.0) every 10 seconds. The receivers...
Setup: Segger Embedded Studio v3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 Custom Board
Hello,
I based my code off of your Zigbee cli_agent_router example. In the...
We use both the iOS and Android DFU library to support DFU through our mobile application. Recently we found that Samsung phones running on Android 10 have a problem with...
Hi,
I'm developping some test suite for one of our ble products in development, and I'm encountering some unexpected behavior using pc-ble-driver-py.
The test I perfom...
Hi, this is probably an easy one. Starting with the ble_app_uart peripheral example, I am customizing an application. I observe that two events with IDs 58 and 85 come through...
I have setup a timer interrupt whivh fires at about 10 seconds which I can follow on an RTT viewer the ISR demands two ADC's to convert the voltage levels on their pins, I...
Hi Team,
When we add RNG peripheral Driver related code changes to our custom project we are getting linking errors, but when we compile individual files it is compiling...
Summary
I am using UARTE on NRF52840 at 115,200 but am experiencing "bit loss", i.e. the UARTE is losing a few bits in the incoming stream causing corruption of all incoming...
Hi,
I’m new to this dev environment and hoping I may get some help.
I’m building my backup application binary and want to store it in the upper ½ of flash on my nRF52840...
I am attempting to us the nrf52840 but am unable to interact with any of the GPIO pins on the P1 register. anything on the P0 register works just fine. I have attempted setting...
I am trying to set up the nRF51822 Adafruit Bluefruit LE Sniffer. I first go to this link https://learn.adafruit.com/introducing-the-adafruit-bluefruit-le-sniffer/v2-wireshark...
Hi,
I am using Mesh SDK4.1.0 and BLE SDK 16.0.0. I was testing the Light lightness implementation and I see that the Default value of default lightness is 0xFFFF. But the...
Hi
I read in another post a while ago a suggestion of changing GPIO pins allocated to the UART (which I can't find now) as a way for implementing multiple UARTs. I would...
Hello.
I having problems with reading a value from one of the ext pins on thingy 52. (i can set the pin as output and toggle the pin from code.)
i have configured the...