Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
We have been unable to establish a link between a Garmin HR monitor over the air, we have established USB comms to a cell phone device. We took the transmission line directly...
i find one related question:
devzone.nordicsemi.com/.../
and this is refers to nrf8001,
so, i wonder if nRF51 could share both crystal with other MCU?
please help to...
Hello,
I am trying to test ble_app_uart example code and replicate similar behaviour.
I have disabled hwfc. But without hwfc, UART0_IRQHandler is not getting called...
Hi
I need to implement I2C slave side (up to 100kBit/s) on a nRF51822 chip. As far as i see the inegrated TWI peripherial only supportes the master side. Any ideas how...
I just received an nRF51822 eval/development board that has a sticker on it that says "PCA10004". I also just downloaded the latest SDK (nrf51_sdk_V6_1_0).
As far as I...
I received my nRF51822 development kit today and the PCA10000 dongle doesn't appear to be working. I installed all the drivers/software as per the user guide and when I plug...
Hi,
I'm using s110 v7.0.0 and sdk v6.1.0.
Which situations can produce disconnection error 0x3E ?
( BLE_HCI_CONN_FAILED_TO_BE_ESTABLISHED )
how to avoid this error ...
Hi All,
Are there any updated examples for nrf51822 for writing long charecteristics.
My Application has to receive more than 20 bytes at a time and send over uart.
...
I'm looking to add PWM functionality to my design to drive an LED. Examples exist for other devices, and those don't use the SoftDevice. Is there an example or some reference...
Is there a bootloader for the S130 available already? It seems to be not completely trivial to adapt the S110 bootloader to a S130 bootloader...
In the SDK, two bootloaders...
Hello everybody,
I try to work with BLE Devices using LabView and the MasterEmulator API. I can start the USB Dongel (PAC10000) and enable "StartDeviceDiscovery". The Property...
Just starting out with the nRF51822-EK here and we wanted to try out the Gazell protocol. Any ideas on how we get the firmware we need to do that? Thanks.
Hi,
I am using nRF 511822.I have edited the sample code ble_app_uart and tried to interface the button interrupt handler.But the interrupt is not triggering. I have added...
2 arduino nodes with nRF24L01+ transceivers. Using maniacbug's RF24 library. Using pipes 0 and 1.
When I set Auto-ACK ON for all pipes rf24.setAutoAck(true) : it works...