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...
hello,
i am trying to use the example for the ble_lbs from github.
I get no erros on compile and flashing.
But wenn i try to see the device in the master control panel...
I've been slowly and incrementally adding changes to the ble_app_multilink_central example from nRF51-SDK-6.0.0. This is an exercise to understand where my other app stopped...
Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Hello everyone!
Firs of all consider I'm very new in micro controllers programming/debugging, so your patience would be much appreciated.
I have a nRF51822 mKit like...
I use multilink_central example and try get information about discivered service:
APPL_LOG("[CLIENT_LOG]: Count of services: %d\r\n", p_client->srv_db.srv_count);
APPL_LOG...
my led connect whit a pin like this:
the led positive connect whit VCC and the negative connect whit a pin through a resistors.
when I config the pin as a output like...
using the nrfGoStudio to program s110_nrf51822_6.0.0_softdevice.hex
Tools:
Jlink,SWD mode as the figure:
but there are some problem
1:we can download demo BlinkLed...
Hi,
I need a RTC calendar ble stack on nrf51822 .
(turn on the RTC0 on ble stack and get the count, how to setting the rtc wakeup )
which calendar need follow :
track...
Hi,
I'm trying to get a time stamp using that kit, but I'm having problems doing it because always I upload the code to the kit, it stops working.
I add here the code...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
I would like to use nRF51822-based BLE module as Master role or Slave role.
How do I give role(Master or Slave) to nRF51822-based BLE module ?
What should I use ?
I ask...
I have an application that uses the nRF51822 with SD110 version s110_nrf51822_7.0.0 as peripheral and the nRF51822 with SD120 version s120_nrf51822_1.0.0 as central.
I...
Hey;
I am new please tell me that how i connect more than one host(which is PCA10001 board) with a central device (which is PCA10000) using gazell dynamic pairing example...