If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
Hi All,
My goal is to change the advertisement(when not "connected" to ble device) in every SPI Interrupt, depending on the data received i set corresponding data in advertisement...
In porting over my project from Keil to GCC using SDK 8.1.0 I can build and run just fine when I build with Keil but when I build with GCC and try to run sd_softdevice_enable...
Hi,
I trying to write an application with android for my nRF51822 device
I use Battery service example but every time i update battery level i need to request for changed...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...
Hi,all.i want to run DTM on pca10028 develop board and connect it to my pc via USB (JLink CDC UART Port) on the board.My pc operation system is ubuntu10.4. what is the port...
Hi,
I am trying to run nRF24L01+ in default configuration using simple ping-pong examples using RF24 Arduino library.
The problem is that while ping-pong is getting through...
Hi,all. i run example.py(nAN34 document) on ubuntu10.4,then get an error:
./example.py:line 13:unexcept error near "(";
./example.py:line 13:'def main():'
what's wrong...
Hey there,
I am having issues downloading the SDK for the NRF52. It just goes to a blank part of the page. Is there a better way for me to get a hold of this SDK?
T...
So after reading some material it seems like I can pretty much define which pins are responsible for I2C communication. Is there any limitation to which pins I can set? Does...
Hello,
There are many anomalies in the NRF52 Revision Engineering A (QFAA-AA0, QFAA-AC0) .
This revision it is the current chip?
If so, do you know when there will...
I am trying to build the "Getting STarted" example app. I got it to work with Keil. Now trying Eclipse.
I got all the includes in the project set up and these all resolved...
I am working on getting the ble_app_hrs example from SDK 8.1 within Eclipse. There seems to be no association between the INC_PATHS in the Makefile with include files within...
Hi,
I want to send data from one peripheral(nRF51 DK) to multiple Android Phones. This will be a one way connection from the peripheral to the smartphones. I red on the...