After i asked this question , i changed to use SDK 8.0.0 hrs "s110_for_dfu",
As the same step to try,
i downloaded softdevice(s110) & bootloader(for 8.0.0)
then opened...
Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hi,
I have the nrf52 working perfectly in iBeacon mode. Even when my iPhone is Off, the iPhone will wake up and post a notification with UUID, Major,Minor etc.. It's great...
I have suspended my Beacon in SLEEP (at .5 uA) until a keypress. Is there an event that can trigger an event if there is a low voltage detection while in SLEEP?
My goal...
hello,
I am trying to write one characteristics on GATT server from a client. My server program (acts as peripheral) is working fine with MCP. But when i am trying to connect...
Hi,
I've spent the last few days trying to get this going and getting super frustrated.
After having no luck getting the nrfutil to work on Python ( another thread ...
HI,
I am using micro esb(0db tx power, 250kbps, RX mode) from GitHub( github.com/.../nrf51-micro-esb) . I am using nrf51822xxaa and SD10.0 and s130. With just the micro esb...
I can't get the Master Control Panel to work. I think the drivers might be messed up but various re-installs aren't having any success.
Can you suggest some troubleshooting...
I'm Dinesh Katkar, trying to adapt
new IoT design and development and planning to build wearable device based on nRF52832 Bluetooth SoC chip and ordered nRF52 Development...
Hello,
I am new to all this RF stuff. I am trying to set up multiple transmitters (2 for now) and one receiver. Basically, each of two transmitters read one set of data ...
hi all,
i am currently using version 8 sdk.
i tried to include bsp_init() function in my code.
i attached following header files
#include "nrf51.h"
#include <stdbool...
When exporting the example project BLE_HeartRate from the online IDE to the GCC (ARM Embedded) toolchain, the makefile fails to compile.
First, the compiler throws "fatal...
Hi:
I am using nRF51 Dongle to develop my platform, and software is base on esb_low_power_prx and esb_low_power_ptx in nRF5_SDK_V11.
For production, I need to program...
When I connect to another beacon using sd_ble_gap_connect() scanning on my device is stopped. I have to wait till connection is established or establishing connection fails...
The Nordic set comes with a Device number of it's own. I want to overwrite that device number, or store a device number in a different location in the EEPROM. Is there any...
What files within the FDS are used by the modules of the Nordic SDK?
For example, I know that the Peer Manager uses the FDS as a storage backend. I need to know what files...
Previously I implemented a DFU bootloader. It works fine on s120 softdevice.
But after I ported it to s110 v7.0 softdevice, it can not work. After investigation, I found...