As shown in the figure, MCUboot has a boot_go_hook function. I'd like to define this function in my own project and compile it into MCUboot. Since I'm using single slot DFU...
We are developing HW that includes nRF9151 running DECT NR+ with the Wirepas stack for mesh connectivity between multiple units. The product is expected to move between geographies...
We use several Nordic chips in our BLE sensors. We bond to the devices from Android, connect to update configurations, then disconnect such that the device then advertises...
Hi,
I'm working on building a zigbee multisensor device using a nrf52840 module. I'm heavily relying on the multi sensor example and so far I've been able to add temperature...
Is there a way to log bluetooth messages in the phone app? I have a bunch of messages that come but there is no history on the app that I can look at. Is there a to do this...
Hi,
I am working on a project to help determine the distance between the NRF52840 DK and other bluetooth devices using BLE. When the distance is past a certain threshold...
I am currently using the ble_app_uart example but I want to add USB and I2C interface to this solution. Would I need to find what files differ/need to be added from USB and...
Dear Nordic.
We are using NRF52832. According to Mesh spec, It can send up to 380 bytes, So I sent Mesh Data(PAYLOAD) up to 380 bytes. It was successful, but the data was...
When I compiled your sample Bluetooth: Central UART from both master and v1.3-branch branches for nRF5340 PDK (network core has Bluetooth: HCI RPMsg firmware) and I use a...
I initially loaded blinky program in pca10059 using nrfconnect, everything is perfectly working ,
later I have to work in openthead cli uart for which I changed uart pin...
Hi!
I want to send and receive data over UART from an external microcontroller, but without using the VCOM ports. The main goal is to send sensor data from an external...
Hi there devs,
### I UPDATED and reformulate the whole question after some finds ####
I am having an issue with my application which is really hard to replicate it could...
Dear,nordic:
Please help me solve the socket communication process encountered in the exception
SDK : ncs v1.2;
samples : asset tracker;
path : ncs\v1.2...
Hi,
I am running a modified version of the light switch example, where I have modified the generic on off model to send byte arrays.
So I have been changing my models...
Environment:
nRF5 SDK version: 17
SoftDevice: S140
Tool: Segger Embedded Studio
Debugger: J-Link EDU Mini
Board: Arduino Nano 33 BLE (Using SWD pins with the J-Link...
SDK 15.2, nrf52840 SD 6.1
I'm having an issue where a reset with RESETREAS DOG 0x02 is not coming through the WDT handler before executing reset. I can force this reset...
Hi,
I have the following application in mind: I want to create a bluetooth mesh network, in which one node will broadcast sensor readings, some nodes will be used to hop...