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...
I'm trying to write a test service on a PCA10001 that transmits a single scalar value that is computed from a few different sensor readings. I would like this service to send...
Hi everyone,
I have an interesting problem loading the S110 SoftDevice. First, loading version 6.0.0 onto the Evaluation Kit using nRFgo Studio works fine. However, loading...
hey,
I am new to eval kit and i am asking a very basic question, i want to send the RSSI from PCA10001 board to usb dongle PCA10000.i am looking the examples in sdk for this...
I'm seeing periodic disconnects with an iOS client application and the NRF_ERROR_SVC_HANDLER_MISSING which I gather may mean there is a compatibility problem with SDK and...
I try to use nrf51-ble-app-lbs with softdevice 7.0
I download ble-app-lbs at github.com/.../nrf51-ble-app-lbs
And change IROM1 start at 0x16000 lenth 0x29000.
...
Hi
wil it be possible for you to compile gzll_iar.a for SDK_v5.2.0.39364 ?
I have an aplication running whre I need gazell functionallity; and I have trouble converting...
When I would like to change advertising interval, should I execute sd_ble_gap_adv_stop & sd_ble_gap_adv_start again?
Is there any way to update its interval without stopping...
We will be using nRF51422 with S310 SoftDevice for our development.
ANT for mesh network implementation as that's what it does best, and BLE for interfacing with mobile devices...
Hi,
maybe i have a silly question, but i didn't programm timers before. I know how they work. But how is it possible that there are only three Timers in the 51822 and so...
hello
I am a BEE undergrad student currently doing a project using the nrf51822 Eval-kit.
If you could help with a simple transmitting code. I have to take data from a sensor...
Hi,
I uploaded the app to the kit as I have been doing it for the last 2 months and from now there is no way to get back to advertising mode. Before, I used the nRF Master...
my purpose is like that:i want to collect some useful data from external sensors before initial BLE ,and when the the nrf51822 advertising,i send this data out to the smartphone...
Hi,
I am trying to use the PCA10004 board in a custom application without the use of starter kit.
When I burn the nRF51822 chip with my custom program, in my custom hardware...