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...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
Hi,
I am new to the nRF51 and I cannot get ANT to work on our own hardware. It always result in a soft device assert. I went back to the standard development kit (pca10028...
I have an app built in IAR using S110, SDK 7 on PCA10028 DK board that runs fine with the debugger, but if I stop the debugger and unplug and plug back in the USB cable, it...
Hello,
Sometime when we try to save data in Flash the operation failed and that only when the bluetooth is init.
We use Nordic nRF51822 with 256 Ko Flash.
Thanks...
Hello all
I am trying to better understand the sequence in which all the data is encoded in to the advdata structure. This includes device name, company identifier, manuf...
Hi,
I've noticed that the following s110 API work in my application, when called from the main context, but fail when called from an ISR context (button press interrupt...
I want to convert an integer to a char array and feel like this is something an nRF library may have already implemented. Nothing showed up after an initial search of itoa...
Hello,
I wish to create a mesh for my product and I have two options Zigbee and nordic SoC. My application involves very little data transfer and that too at very low rate...
Different examples for s110 use different methods to configure advertising, sd_ble_gap_adv_start() and ble_advertising_init(). What is the guidance for choosing between the...
Hello,
I'm looking to get the nRF24LU1+ dongle to work as a VCP. I had a code running 4 years ago on the dongle as a Mass Storage device but I was wondering if someone...
Hi guys,
I have to port the current library that is working at the arduino uno for arduino zero pro but when I change the board type I get the following errors:
__file__...
Hi
Here's what I would like to do: I have a bluetooth device with an nrf51822, with which I gather some sensor data, with a period of say 1 minute. I would like to store...
Hi,
If the bootloader is allocated 16 kB of flash, can it be upgraded Over-The-Air to a larger size bootloader at a later point, or does that require flashing the device...
I am a beginner and I am trying to generate a data ready event and after that reading the FIFO_Count but FIFO_Count gives me the value 1024 that is the maximum possible size...