I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
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...
Hi,
i just followed the steps for migrating to peer_manager - as lines out in the tutorial.
However i will never ever get a callback to pm_evt_handler.
I am trying...
Hi,
I am facing some issues on the Android part of the BLE.
Firstly it takes around 20 seconds for the android phone in scanning mode to find the nordic board. This...