I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
hello, Nrf24LU (Rx) , nRF51822(Tx).
The Nrf24LU Can only receive one packet。
if I use this function twice , like this:
The Nrf24LU can receive Continuous.
I guess The...
Hi,
I use nrf51422 and integrated BMA250E for Pedometer,
Now I can count the step but I dont how to calculate the speed, cadence and stride length like below
static void...
Hi All,
From my firmware I need to send large ble packets say of 1 K to the phone.
Is there any library or example code for sending large packets. Currently I am splitting...
Hi,
Our application requires that we connect a nRF52832 to a Microchip PIC32MZ host via the Nordic parts UART (RS-232 at CMOS levels).
In a previous application, we...
Hi everyone,
I've been testing SPIM with easyDMA, using nrf_drv_spi. I'd like to flush a 6-axis sensor FIFO in one SPI operation (31 samples * 12 bytes = 372 bytes) but...
Hi,
I am working with the ble_app_uart (central and peripheral) example and they already run fine. Now I discovered that some button actions are already defined on the...
Hello,
I have created the simple software usign NRF51DK to make the led blink for 5 times by using while loop
just to make the other part of my software
my aim of this...
hi,i have a question.
i set the advertise type to BLE_GAP_ADV_TYPE_ADV_NONCONN_IND MODE, and i add scan response data,but i can't see scan response data.Why?
Hi,
I would like to connect nrf8001 to a Renesas microcontroller but I could not find any documentation on how to proceed with this step. The only documentation I could...
The ADC module requires that the output impedance of the connected voltage source be 1kohm or less (section 31.1.3 of RM).
Does the same restriction apply for the LPCOMP...
Im having some issues with my nrf52 DK board, the jLink firmware seems to be buggy, I installed the latest available (160212) manually, but the j-link tool keeps bugging me...
SDK 9.0.0 sd s110
I want bootloader to store some persistent data at the APP DATA location. while going through the bootloader(dual_bank_ble_s110) source code, i noticed...
I have never worked with BLE devices before. Now I have a BLE project where I must be able to do he following:
I want to be able to pair/bond my BLE device to a smartphone...