I am interested in writing a BLE central that reads data from multiple BLE Nordic sensors. The BLE central will be running on Embedded Linux which uses the BlueZ stack.
...
Hi,
I'm trying to get S110 softdevice (v8.0.0) working with RIOT. I had some issues (I couldn't initialize TIMER1 or TIMER2 until softdevice is setup & enabled) but I think...
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 have 2 nrf51-dk with softdevice 130 (one as central, and the other as peripheral), i use sdk v.10.
I have read and follow central tutorial , and all works.
Now, I...
hi,
i want to use 51822 timer counter to capture external pulses,how can i config the capture task?
in the nRF51 Series Reference Manual, it is say
The TIMER implements...
Hi All,
We have been developing device with pca10028 evaluation board and in the process we use also few other custom boards with nrf51822. We use IAR. The device system...
Is there any recommended value for PSTORAGE_MIN_BLOCK_SIZE or is it completely system determined. The commends in pstorage_platform.h are somewhat unclear.
If I only require...
Hello.
I want to migrate function of "sd_ble_gatts_value_set" to nRF52 from nRF51.
I use nRF52832 ,S132 and PCA10040.
I saw documentations about the function.
infocenter...
Hi. I'm using PCA10028, SDK10.0.0, S130.
I want to go to nrf_drv_uart_uninit(); right after sending data.
in order to save current consumption.
So I made source code...
Hi.
I'm using nRF51822, SDK10.0.0, S130.
Hex files : Soft device, Application, bootloader.
I want to download at once.
How can I combine Hex files to make them 1 file...
I'm trying to piece together how to be able to get this migration to work OTA via DFU. I was told by Nordic that all you need is to .zip SD8 + Boot(SDK10) and DFU both to...
I'm using:
nRF51422
SDK 7.1.0
Softdevice S310 2.0.1
nrfjprog.exe v 8.3.0
JLinkARM.dll v 5.10m
If I use the Segger with nrfjprog.exe to upload the softdevice...
I am a bit confused about what happens to ACK_PLD when ack payload packets are lost. I am assuming that in case of ack payload packet loss MAX_RT bit in STATUS is set.
...
Hello,
i have a nRF51 DK 1 and the Dongle to test and try some BLE applications.
Now i want to test how long does it take to establish and close a simple connection.
...
Hello,everyone,I encountered a confusing problem.
My device is nrf51822. I want to test whether the communication between two equipments is normal . So I choose one as central...
I am using a nrf51822 based tag and Android official SDK to implement my custom app. I perform the following steps:
1. Scan
2. Connect
3. Discover services
4. Write...
What CRC type is used for the crc calculation with the function
uint16_t crc16_compute (const uint8_t * p_data, uint32_t size, const uint16_t * p_crc )
of the nRf52 SDK...
Hi
I have a prototype of a board that uses a nNF52832 to communicate over Bluetooth, the board has some buttons intended for user input.
As the board size is little...