Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I'm using API 2.1.3 and I'm having problems with SendData blocking forever at the end of a process. I placed access mutexes around each method call to the library, as well...
Dear Nordic Developer Zone,
I have modified the ble_conn_params.c file in order to be able to negotiate new connections speeds between IOS app and Nordic nRF51822 chip...
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...