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 :...
I have 25Q64 SPI flash chip connected to SPI bus. Unfortunately it works too slow even with using IRQ routine via SPI0_TWI0_IRQHandler (everything done like in example spi_master...
I was wondering if its possible to do a "Create new user" function, so the new bonded devices are accepted only if the first connected master tells the peripheral to.
For...
Hello,
I have taken the ble_app_beacon example and added a few things... I am looking to do something very simple like light up an LED on connection. So i added the on_ble_evt...
When is the S130 going from alpha to beta or release?
I understand that what ever answer is subject to change...just hoping to get a "ball park" date/plan.
hello,
I recently purchased a NRF51 dongle and NRF51 DK. I was working with older version of NRF51 development kit. I did n't get any information in the user guide provided...
Hi,
I am using NRF51822 BLE. I wanted to know that when we put this BLE ic in sleep mode then, is there VDD_PA voltage is still 1.6V or it becomes shut off internally.??...
Is it possible to generate useful documentation from the provided .dox file ?
If I run doxygen.exe ble_api.dox I get some Latex and HTML output but looks incomplete because...
What would be the best way to go about sampling and transmitting a signal at 60 Hz? I am considering setting up notifications and a characteristic, but I don't think that...
Mac OS X 10.10 Yosemite rejects the format of the file system and puts it in a read only mode.
This issue was raised last October 24, 2014 at https://github.com/mbedmicro...
Hey guys,
Sorry to a basic question here, but it's been a few hours and I still can't get a connection to either of two brand new nRF51 dev boards, trying both on WindowsXP...
Hi Sir,
I’m working in an application with the demo board A to communicate via Bluetooth to the demo board B and send data between them. In the module I have to do send a...
I have a 51822-DK board. I have followed all of the instructions to set up the environment. Loaded all NRF tools, Keil v 5, install SDK. I began working on the examples. I...
Hello.
I need to hold 64-bit timer value. I store the 32-bit hardware timer value in one variable (low DWORD) and use an additional uint32_t variable as a an upper part of...
Hi, I'm having a bit of trouble getting the broadcast or HRM example to work. I'm using crossworks and after my last question, removed the retarget.c file and the code compiled...