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...
Hi, I use
nRF51822 Rev.3, SDK 7.2, SDK 10.0, S110 8.0, and S120 2.1 most of the time.
I mostly quote most of the codes from the SDK's examples such as HID keyboard or...
Hi all,
We have a issues with the SPI communication and hope someone could help us.
Using SDK 8.0.0 and Soft Device S110 8.0.0
code process step:
enable ble...
Hi
I am investigating some weird issue where a device sometimes locks up: it is BLE connected to my iphone app, and then I bombard it with writes to a specific characteristic...
Hi everyone,
We are on the lookout for a bluetooth module from Nordic that is suitable for our product. The product is a handheld digital stethoscope that transfers acquired...
I am building my application up on the ant_scalable_encrypted_tx example. I want to use RTC too, for that I took an example code off of the rtc example.
The problem is...
Hello.
I use s130 2.0.0-7.alpha stack and thus app starts at 0x1B000
Questions:
How to change default app start address, for example to 0x25000 ?
How...
I'm using the nrf51822 EK board (pca10001). I'm able to connect fine from my laptop (using Bluez) if I use a random address on my laptop. However, if I use a public address...
I am new to Nordic Evaluation Kit.
I am working in Nordic nrf51822 (PCA10001) Evaluation board.
Following are my setup.
OS : Ubuntu 14.04 64 bit.
SDK : nRF5_SDK_11...
Hi all,
I need to know the RSSI Value (distance) between my nRF 51 DK and my connected device (iOS Device). I made these code changes:
switch (p_ble_evt->header.evt_id...
Hello!
I've been using RTT viewer to view some data in my nRF52832. Everything works fine but I am unable to clear the RTT viewer terminal screen.
As it is in the manual...
Hi,
I am trying to get the experimental NFC example "HR with pairing over NFC" to work.
I can read the tag correctly with an android phone : the NDEF message is correct...
Dear All:
My NRF24L01+ use Dynamic PayLoad,What register need configure NRF51822?
NRF24L01+ Configuration as follow:
SPI_RW_Reg(WRITE_REG + DYNPD, 0x01);//Enable...
Hi,
I've been using the ble_app_uart example as a template for our use case. It is a good starting point. We don't actually need UART functionality, and we've assigned...
Hi,
during programming, we receive error as in this question . The hex files do not overlap.
It seems to happen only when the board has already been programmed before...
Hi,
I have an application that requires watchdog to run continuously. And from application I have code that jumps to the bootloader without device resetting using bootloader_util_app_start...