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...
I've not worked with BT4.0/4.1 before, so I was wondering about this:
Take the heart rate monitor example, connection happens automatically when a heart rate monitor is discovered...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I'm interested in using the chip and a very simple board. No buttons, no humidity or motion sensors, just the beacon (like a heartbeat). I'm trying to keep the price down...
Hi all,
I am using the experimental_ble_app_multiactivity_beacon example with S110 v7.1 and SDK 7.2. In particular the hrs_scanner app on the pca10028 board.
I am using...
Hi, I would just like to know if there's an equivalent to "BLE_GAP_EVT_CONNECTED" for services discovered. There's some stored data I want to send in a loop only after services...
Hi,
Does the nRF51822 have a capability of responding to multiple phones?
I am working with RFduino using the RFD22301. I'm assuming that the RFD22301 is the same BLE...
Hey,
the nRFgo Studio contains a simulator for the nRF8001 and 8002. Will there be an update in the near future to simulate the bahaviour of the nRF51 platform?
Mar...
I have TIMER2 running at 500us interval. ANT is working as 100Hz master.
Understood softdevice will affect the timing and cause some latency.
I am guessing it is delaying...
Hi:
I'm implementing an controller for an open source drone Crazyflie ( www.bitcraze.se/.../) . My device is similar to pca10001 board.
Since Crazyflie is acting as peripheral...
Hi all!
I've been unsuccessfully trying to DFU the Smart Beacon Kit with the latest firmware.
Using the nRF51 DK and the TC2030 tag connect cable I was able to program...
I am trying to get a communication between two pieces nRF51822 using the my service. I checked the peripheral with Master Controll Panel app and is working fine. The multilink...
Hi,
I have the (IoT) environment running. The Raspberry Pi (with Miredo tunnel) is connected to the outside world. I can ping6 the ipv6.google.com server from Rasperry...
Hi Team,
I am using nrf-51 DK as sniffer.
I need some guidance regarding how to study or analyze these packets?
I don't know what exactly I should check in each REQ...
Hello,
I am working on nrf51822, My requirement is to upgrade the firmware over the uart with help of DFU.
I have made code for that on controller side and fortunately...