Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
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...
Hello all,
when using the android version of nRF Toolbox app i am unable to perform a successfull dfu when the application firmware file size is greater than about 60KB...
(mp3 or wav file) --> sd_card --> nrf51822 --> smart phone
Read the data from the SD_CARD transfers to smartphone.
void BLE_SEND_VOICE(void)
{
f_mount(0,&fs);
...
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...