Hi
i use the hrs example to transmit the data to ios.
but i need to add an option to send back data (from ios to nrf51822). 10 bytes maximum .
how can i implement...
Hello,when i get connected to the phone,when i call err_code = ble_hts_measurement_send(&m_hts, &simulated_meas) and err_code = ble_bas_battery_level_update(&m_bas, battery_level...
I got the Dynastream N5 kit and have successfully used it with limited ANT work and was trying to get BLE working but can't get a driver for the USB dongle. On the 51422 product...
Hi All,
I am working in the sleep mode with system off and wake up with internal RC clock.
It function well when connected to EV board...
I see the "Emulated System...
I want to write PCA20006 nRF51822 Beacon Firmware to PCA10004 on nRF6330.
I understand need to modify GPIO.
PCA20006 firmware consist of 3 firmware, SoftDevice, application...
Hello,
We are developing using the S110 and having major trouble re-establishing Bluetooth connections to our device. The reason we need to reconnect to our device is to...
Hi all,
I found something different between SD6.0 and SD7.0:
1.KB bonds with iPad successfully;
2.Click OFF the bluetooth button in iPad setting, then KB goes into...
I'm trying to get the ble_app_hsr example working with BLE_DFU_APP_SUPPORT enabled. I have included:
ble_dfu.c
dfu_app_handler.c
bootloader_util_arm.c
But when I build...
I'm using a nRF51422 with the s310 stack. I copied code for adding a custom service that was working with a s110 stack, and tried to add a service to the BLE in the s310....
Hi,
We are a couple of students from Norway trying to get RSSI from an active RFID system we got from ebay.
We have now connected the tranceiver module to our PC running...
Hai,
I am using nRF51822 development kit. I want to test the demo app for S130 soft device using this. But i could find that the demo app is for the evaluation kit. I am...
Hello,
I'm learning how to use s110 and the debugger. I am porting the hids_keyboard app from the PCA10001 to the PCA10003 (nrf51822 -> nrf51422).
As described in this...
I am installing nRFTools_6_1_0 and I get this error during the instalation.
I am trying to connect via USB the PCA10001, but my windows 7 says that the driver is missing...
Hi everyone,
i have an Characteristic with attr_md.vloc = BLE_GATTS_VLOC_STACK; . Is it possible, when i send a notifcation to use params.p_data and params.len to send...
now i download the SDK,when i see the program that i am the first time to use the core. I want to know that how use the program DOMO to use in my product like the SPI ,
thanks...
Hi,
I have met return error below point when I try to upload Application Hex file with bootloader in nRFgo Studio Ver1.17.0.3211.
if (!(IS_WORD_SIZED(m_start_packet...
I am trying to get enhanced shockburst working with the nRF24LU and the nRF5188. I am using the nRF5188 as the transmitter and the nRF24LU as the receiver. I am using the...
hii...
i hv maufature_array of size 7 to advertise.... am facing a problem while advertising battery level service with dat... my code is lyk dis
uint32_t err_code;...
Hi !
Here my adv setting (slow interval) to advertise every seconds :
#define APP_ADV_INTERVAL_SLOW 0x0664 /** This value corresponds to 1022.5 ms).
#define APP_SLOW_ADV_TIMEOUT...