Hi...
When i was working in SDK v6.1.0 i have tried nrfprog.exe to merge and program bootloader, softdevice, application and bootloader_settings file as explained in devzone...
But now I have a new problem that is whenever I set " PWR_UP " bit in CONFIG register then it drop the 3.3 volt vcc to 1.2 volt. I don't know why its happening. Anyway, is...
This previous question about multiple advertisements seems to be related to softdevice 7. I was unable to get a similar example working in SD/SDK8
My end-goal is to add...
We are considering using Gazell for an outdoor application, i.e. lots of noise and disturbances, constantly changing environment, where the amount data being transferred is...
Hi everyone,
I have found your git "Ble Optiboot"( github.com/.../ble-optiboot) , and I have understood, it is usefull to load a binary into MCU flash, I was looking for...
As Nordic newsletter, s132 v3.0.0 softDevice have been released, I have a question that: if I want to use new feature in s132 v3.0.0 like DLE or privacy, does Nordic need...
I am trying the tutorial Radio Notification and was following the patch from Ble_radio_notification wont compile . The radio notification init comes right after the ble enabling...
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 board. I want to know how to control the timeout from when the program goes from Bootloader...
My set Up:
TI as Peripheral,
Android as Central,
Nordic as Central
I am doing directed advertisement using TI as peripheral.
Using Andriod as central, I am successfully...
I am trying the ANT-OTA DFU Update using an ANT Stick and the nr51422 pca 10028 board.Using the OTA Tester (s210), I am currently doing an OTA Update with the s210 dual bank...
Hi all,
I have an STM32 connected to an nrf51822 via uart, and I want to do a firmware update of the stm via ble.
Therefore, I would like to take advantage of the Master...
Hi
my idea is to open and close pipes identified by BLE address of device.
Currently I enable ESB on BLE disconnect using timeslot API.
How can I do this "on the fly...
I'm testing with Soft Device 8.0.0, ble dfu operation with single bank, nRF toolbox on Android version 1.13.1 (installed on 5/11/2015). I generated a zip distribution file...
Hi,
is there any way to connect at the same time multiple devices with Android/iOS nRF UART app to an nRF52832 with ble_app_uart example?
I was thinking about adding advertising...
HI all,
I am setting these parameter as follow in my ble_app_template sample.
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(7.5, UNIT_1_25_MS) /**< Minimum acceptable connection...
Hello everyone
I'm the proud owner of a nRF52 Prev. DK and trying to get my project to work. I would like to sample 3 to 5 analog signals using the ADC on the DevKit, followed...
A beginner's question.
I am using UART over BLE to send data out.
As codes below, ble_nus_string_send() works and continuously sending data out, with the Wireshark's...
I have some problem when I implemented 52832 dfu.
I implement it with sdk 11.0 and a third party core-board.Firstly,I program s132_nrf52_2.0.1 SoftDevice by nRFgo Studio...