Hello Nordic Team
I am using SDK 3.0.1 with a nRF52DK to develop a firmware that can be switched from BLE mode to GAZELL mode and vice versa over a command sent via UART...
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 currently implementing a Bluetooth Mesh system for testing various network characteristics.
I am running some tests were a Nordic Thingy:52 is sending a lot...
Hi, I have read the "nRF91 AT Command Reference Guide v0.7" and I would like to propose a new AT command to be added and also an additional feature to an existing AT command...
Dear nordic:
I am confused of NRF51824 MTU issue, NRF51824 can use S130 softdevice, S130 is qualified bluetooth 4.2 core spec, then why S130 features don't included MTU...
While trying to find out a realistic maximum power consumption target I was searching for the power consumption of the LPCOMP comparator. I've seen a few claims about 0.5...
Hello,
I want to send data from central device to peripheral device. I am currently using nRF52DK.
While sending data from peripheral to central device, data is sent successfully...
hello all,
I buy the Fanstel EV-BC832 V2 and start to paying with it.
I used the IAR ide and Embedded studio (SEGGER) ide for my tests.
First i check the blinky and...
I development nRF52832, I want change mac address.
So I modified nRF5_SDK15.0.0/examples/ble_peripheral/ble_app_uart.
I added code to the examples.
////////////////...
Hi everyone,
I want to program the nrf51822 module with the discovery board stm32f429i-disc1 through ST-LINK programmer in Keil IDE but this error appears: "ST-LINK connection...
Dear DevZone Team,
I am an absolute beginner in the field of mesh networking and hope you could help me getting started. Please bear with me.
I have a bunch of sensors...
Does anyone uses Sloeber to program nRF52? I have an issue, when I add a header nrf_temp.h to the project and using following functions:
The problem appears when I add...
Dear Nordic team,
We are developing a BLE application for IOS and Android. On Android, we utilized your Nordic Scanner Lib to scan Bluetooth devices and it is fine and...
Hi. I am trying to stop advertising after a delay in the UART example using;
sd_ble_gap_adv_stop(???)
What do I put in the brackets? It is asking for a uint8_t called...
Hi,
How to stop freeRTOS xtask using timer and recreate again when needed? I'm currently want to control the blink interval, for example I want to have the led blink for...
I used sdk15.2.
The peripheral sends the public key to the central.I received an exception to public key processing.
code:
case BLE_BITBUTTON_C_EVT_BITBOTTON_M_NOTIFICATION...
Hello Everyone,
Struggling with evaluation of Secure DFU over UART lines. I used the sample project "Secure DFU Bootloader over Serial Link (UART/USB) ", during the previous...