My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
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...
Hi !
I would like to know if there is a nAN-36-like application that also implements the radio functionity.
I would like to send a raw radio message to other devices...