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...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi Team,
Is there any way to enable/disable all interrupts?
Will BLE connection get disconnected because of this? If yes the what are the possible ways to
maintain the...
Hi,
I am new to all this,
I have just started using the nRF51822 evaluation kit.
I have manged to run the blinky example, however, eventhough I managed to download the...
After implement PWM (using pwm example at nRF51_SDK_8.0.0\examples\peripheral) into my BLE based nRF51422 project using SoftDevice S110, it has been working fine; however...
I want to add a command ordering by uart to make MCU entering Bootloader mode in app.
To achieve this function, I plan to use the two following example in SDK 8.0
ex1...
I am using nRf51822 series controller here i want to customize advertising request and other parameters, so i want to develop a radio code but without using stack. So can...
Hi,
We have being producing ble items with nrf51822 QFAAG , S110 SD 7.0, SDK 6.1, Dual bank DFU.
When updating the application throught Android, the bootloader hangs, because...
Any published document that helps with this? The folder structure seems to have changed significantly
This changelog isn't very specific
Using eclipse and gcc arm...
Since there is no examples folder with Keil 5.14 anymore, where do you place this repository so the links work? Trying to fix all the directory structures is very painful...
Hi,
I'm using the Taiyo Yuden nRF51822 module, which use a 32MHz crystal. Our team is still prototyping, so everything is still programmed and assembled by hand. On one of...
Hi,
I would like to know if it is possible that Android OS can know a specific device (has ever connected before) is advertising and OS notify a specific App to connect...
Hi,
I am reading some data from an accelerometer using the nrf51822. Now i would like to save this data offline in the nrf51822 itself, and after i have some data send...
Hello Everyone ,
I want to do application update over the air using BLE. I am using PCA100028 DK, SDK 7.2.0 and softdevice s110 7.1.0 .
I am using the method given on...
Here are my functions which i wrote for reading / writing the i2c slave device ( after reading reference manual (nrf51422) . Unfortunately they are not working. Plz help me...
Hello, I have established the connection between two pca10001 boards, one as central and one as peripheral using multilink_central and multilink_peripheral. I have serial...