hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
Hi all,
I am new to Nordic semiconductor but I could be interessed by nRF9E5. To check if it could fit my requierement, I would like to know if it possible to configure...
Hi,
I recently started working with the NRF51822 and PCA1001
I need to read data from MPU9150 accelerometer via I2C and transmit the results over BLE.
I connected the...
Hi,
I'm communicating ANT through softdevice ant event handler as follows:
err_code = softdevice_ant_evt_handler_set(on_ant_evt);
void on_ant_evt(ant_evt_t * p_ant_evt...
Hi,
I'm using PCA10003 board with nrf51422 chip with version E0 and tried connecting ANT with ANTware II software using the HRM example and it works fine on UART but on ANTware...
Hi,
I'm using BLE and ANT+ concurrently with nrf51422 and s310 softdevice. I'm using on_ble_evt for BLE and on_ant_evt for ANT+.
I'm using following code for advertising...
Hi,
I want to add a bit (about 100KB) off data to my project in Keil.
I need to work out where to locate it (to avoid my code and the S120)
I can't seem to find a memory...
Good morning,
I have taken a look to different information related to this topic but I'm still confussed about the way to proceed in order to implement the way of working...
I am trying to use the dynamic payload length feature, but I am not sure of what settings to use for the RX_PW_P0 - RX_PW_P5 registers. According to the documentation, for...
Hello,
We are going to use nRF51822 in our product.
Use case is as follows:
Connect with android/iOS phone and receive some configuration data.
Connect...
Dear Sirs,
I'm using nRF51822 EVKit and using example code "button_radio_example" for pca10001 device and measured current consumption on this PTX device and found out...
I just want to handle phone simple call event from iphone4s.
How can I do? Is there any other way to do this?
There are so many media key in hid profile, is there any...
Hi,
I am using ADC without external reference and no analog input in order to measure the battery level with a timer (code at the end).
I am also reading several ports...
Hi guys,
is it possible to get the mac address of the connected device?
Didn't find anything in ble_evt_t ..
Thanks!
Edit:
Sorry, i found it:
its in the ble_evt_t...
i am new to nfr51822 and i am doing project on indoor localization in which i need to read the RSSI values of bluetooth. so how i read these values? and i have setup the evaluation...