Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
Hello,
I am trying to ecrypt some data in order to send some data encrypted in the MINOR and MAJOR adverts of the device.
I used this code to ecrypt the data ( this is...
Hi,
i use anRF51822 with soft device 7.
I run the UART app on my iPhone 4s with ios7 and on the nrf51822 board the ble_app_uart with keil uVision5.
Both devices connected...
Hello,
I upgraded nRFgo Studio software to version 1.17.0. Installation goes OK but the application crashes every time I try to launch it after installation process.. Then...
Hi,
i tried to send data from ios 7 via tx_characteristics(like in UART example) but received error:
didWriteValueForCharacteristic 2A38 error = Error Domain=CBErrorDomain...
I have been trying for a few days now to get my environment setup for development with the nRF51822. Since there is no official configuration for the Mac w/ Eclipse I have...
Apologies if this has been asked before but did search for 'format' in faq and got nothing.
I have been answering to questions.
In my answer I place hard empty lines....
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...
Just ordered another pair of beacon hardware and noted the nrf chip is now coated in black goop.
Curious as to what this is for, and the reasoning its been added to the...
Hello,
I have a master configured as "Bidirectional Master Channel" and a slave configured as "Bidirectional Slave Channel". Both talk to each other. When I start just the...
Is the DC/DC converter enabled when running ble_app_beacon?
Or is it only the LDO that is enabled?
I am running the application on nRF51822-DK.
BR Magnus
I ran into this last night and curiously, James appears to have posted about it yesterday ( devzone.nordicsemi.com/.../trouble-with-system-halted,but-cannot-reset-nrf51822...
I am trying to get the Heart Rate example in the nRF51 SDK to work (found in ...nrf51822/board/nrf6310/ble/ble_app_hrs). It fails at line 338 in main.c (at the call sd_ble_gap_device_name_set...