Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
I guess all the Bluetooth members saw the email from the SIG about the next version of Bluetooth and how it is confirmed to have double the range, quadruple the speed and...
I'm looking at table 23.15.2 in the nRF5 Reference Manual, and it states that TX startup current is 4mA with the DC-DC enabled.
Does that 4mA include the CPU idling...
My project: nRF51422, S110, based on SDK 7.1.
My project employs several application timers (run via the scheduler) and a continuously running Timer1-based 1ms timestamp...
Hello again,
i wanna use the UART communication for transfering data from my µc to the nrf51 and vice versa.
For a test i used the ble_app_uart example and it works...
Hi,
I programmed my NRF51 to read ADC samples and I trying to transmit the information to a dongle. So far I have been able to send the hexadecimal values of the recorded...
Heyho!
Is it possible to set the PWM base clock frequency to 40kHz? If so, how? I see that the predefined base clock frequencies don't go any lower than 125kHz.
I'm...
Hello everyone, I am program for PCA10001 and I want to use Bootloader to upgrade firmware through OTA for my device. I have a old file bootloader use for s110, and I tried...
Hey,
I would like to send data from Central to Peripheral. I follow by ble_app_uart example, however I need to send a float type variable, so I split it to the total and...
I have 2 identical nrf52832 development boards with PCA10040 V1.1.0. One is running the ble_ant_app_hrm example from the nRF5_SDK_11.0.0_89a8197. This example appears to run...
Hello,
I'm developing a product using nRF51822 which is intended to work with iPhones (only iPhones for now; iPod/iPad and Android later).
I need some kind of document...
Hello,
I'm trying to recreate the PWM_library example from the v.11 SDK in a new file in Keil. I have compared the debug settings in my project to the debug settings to...
Hi there,
I am following the thread to use JlinkExe and JlinkRTTClient. I encountered a situation which i don't understand.
After running JlinkExe (go to the folder...
Hello,
I am trying to remake an nrf52 project in Keil and ran into a problem regarding stdint.h. There is already an "include <stdint.h>" statement and Keil has not reported...
Hi,
I am testing the NUS using the UART example in the SDK11 with the PCA10040 board.
Since I want to achieve the maximum speed of transmission I used the FIFO buffer...