I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
Hi,
Regarding the bond_info_store() routine, I am having issues where after several calls to this function (client pairing forget/reconnect), my p_bond gets corrupted. This...
Hi, I am developing a BLE application using SPI and TWI. (Using nRF51822)
This discussion is about my survey in development zone for future develop the TWI part.
I want...
I'm calling ble_bondmngr_bonded_centrals_store in response to BLE_GAP_EVT_DISCONNECTED as is the case in plenty of sample code, but when ble_bondmngr_bonded_centrals_store...
Hi Guys,
I have managed to get the BLE DFU demo service working fine (dual bank) on nRF51822 EK. I use a Linux Python program ( bitbucket.org/.../nrf51_dfu_linux) (with...
what is the detection speed, when the beacon
enters into a wall unit area? With their 868 beacon they can
detect in 0,2 seconds. Is the nRF51x22 in sleep mode and does it...
For our application, As I used 24LU1(host) with 51822(device) be the platform.
I hope to transmit Audio data with 8 kHz, 10 bits data format. To commit the requirements ...
Hi,
I have installed "mastercontrolpanel.3.4.0.8098.x86.msi" on my PC, I could not find my master dongle after runing it with my dongle be inserted in USB slot. The screen...
Hello all,
I am getting an error when my device disconnects from the client. The error occurs while bond storage due to data limit exceeds.
err_code = ble_bondmngr_bonded_centrals_store...
Hi all,
I have made some modifications to the bootloader example project (dfu_dual_bank_ble, s110) to get a bootloader that meets my requirements. It is working ok, I can...
I debugging some function abnormal after OTA problem, and problem with disappear after redo OTA FW upgrade, duirng it I found a problem about Master Control Panel FW upgrade...
From the datasheet, the On mode with all blocks idle draws 2.6 uA.
In my code for the PCA10001, I immediately set:
void sleep(void)
{
__SEV();
__WFE();
__WFE();...
I was going through online material all of which mention that the profiles and protocols (GAP,GATT,L2CAP) i.e. the host for a BLE implementation is a software stack rather...
Hello - I have gotten blinky_example up and running in eclipse using the SDK 5.2, nan-29, and some additional google-fu.
Now when I press debug and the play button, it...
I am trying to use nRF UART app and nRF8001 chip. But I cannot change the device name. I intend to change the device name after nRF UART app detects the device. Plus when...