Hello,
Fllow the guide of Configuring and performing DFU over Mesh,I can update firmwre successful use DFU:
Source: Example/Dfu
Target: Blinky(about 180 segment)
But...
Hi, I am working on custom board with nrf9160. I want to use LTE LINK MONITOR but my uart don't work. I create simple helloworld application from samples. I change uart0 rx...
I'm trying to add a second element to (light_switch\server) (SDK_for_Mesh_v5.0.0). I've already have a look at this post , it gives an idea but I found that it's not applicable...
Hi,
Again the topic which has already been discussed several times in this forum. I just want to share my experience and perhaps help other users having difficulties.
...
EDIT: We found the reason for this and it is a hardware issue. This question can be deleted as it is no longer valid.
-----
Hello,
We are currently developing a...
Hello,
I would like to obtain some information on the possible substitutes for the nRF51822 (BGA Packaging).
I received notification that right now only the final orders...
Hi
Is the DCDC enabled or disabled by default when using the DTM example in SDK v15.0.0? We can't find any reference to it so we assume it is disabled, but just wanted...
Hi guys,
On my application, I ported the code from TWI_scanner example (SDK14) and it is connected to a temperature sensor the which is read every 45 seconds, It is working...
As far as I can tell, Shockburst isn't officially supported on the nRF52840 in SDK 15. However, I have seen some success from others with this configuration, but after making...
Hi,
I have been working with the NRF52832, and trying to capture raw ADC data with the help of TWI bus. I have imported the necessary libraries (i'll attach the code below...
I have used aes_all_cli example to test computation time for AEAD EAX/GCM/CCM. I have shortened the plain text to 16 bytes, added pin toggling on encryption function enter...
I don’t have a lot of information as I’ve been totally unsuccessful in debugging this.
In short, we have a SPI peripheral that was working under SDK 14.2. Under 15.0 we...
Hi,
I am trying the connect MIO Fuse heart rate band. It follows the standard specified by Bluetooth SIG i.e Heart rate profile UUID is 180D and the heart rate measurement...
I'm currently woking on doing my own DFU system, the system should work this way : the central gets a new version of the app via the internet network and it should update...
How to establish communication with a peripheral through I2C ?what are the functions needed to define address and write and read from the slave address
Hi,
I followed the instructions for importing the Thing:52 firmware into SES and managed to get the firmware compiled and loading, and the code reaches the main function...
Hi,
I'm following DFU quick start guide and I'm using mesh SDK v2.0.1, I have a problem in step 4 wheere I need to generate a hex version of device page, I did this :
...
Hello,
Are there any conditions where the sd_ble_gap_disconnect() will not immediately terminate the link?
My Setup: Nrf52, SDK 13.0.0, own board, based from HRM code...
Hi!
I want to start scan in central mode after one connect has established and I received success evt PM_EVT_CONN_SEC_SUCCEEDED:
In a SDK13 I can make same, but at SDK15...
Hello!
On the firmware for a certain product, we are using the scheduler module to manage the access to the peripherals (SPI, TWI, Timer, ...), and have also enabled its...
I implemented manufacturer specific advertising to transmit important data without having to connect to the ble peripheral. These data can change over time so I need to be...