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...
I've been browsing the forum for a bit now, tried some things but still no success... so here's my problem...
My goal is to setup a simple bi-directional wireless link...
Hi all
I'm running into a problem with ble_multilink_central where the NRF51422 gets stuck in app_error_save_and_stop with the following information :
id = 1 (Is this...
Hello,
I am trying to understand how to appropriately handle the Device Manager event of DM_EVT_SECURITY_SETUP_REFRESH as a peripheral.
This occurs when the user loses...
Hi, I wanted o increase the frequency at which heart rate is updated.
So I made the following change
#define HEART_RATE_MEAS_INTERVAL APP_TIMER_TICKS(300, APP_TIMER_PRESCALER...
Hey guys!
I am using your spi-master driver from the SDK 11 with the nRF52 chip. I am trying to read data from a MPU-9250 chip, and through my logic analysis, it seems...
Hi to all!
I've developed a board with NRF8001 on it and it works fine. But I've noticed a strange behavior. I use a mobile phone with NRF master control panel to work...
Dear All,
I am making IR transmitter using nrf51 where IR codes saved in SD card using PWM library we can transmitt the code while BLE is working.
Is it possible that...
Hi,
I am working on some application in which i have combined multiple profiles in one code.
In this i don't want generic access and generic attribute profiles to be displayed...
Hello.
I am using RTT successfully with nrf52 and IAR. But the start address for the RTT control block is a moving target: it changes whenever my code changes. I want to...
The product specifications publication for the nRF51822 doesn't list a gull wing chip pinouts found on the PCA10028 found on the evaluation board, kinda wondering if there...
Can someone confirm that all that needs to be changed to make code run with the SD installed is to change the linker to link to 0x1C000 instead of 0x00000 ?
To test, I...
I am playing with nrf51 DK. I used the following sample code,
devzone.nordicsemi.com/.../
ble_app_template_with_pstorage_SDK_8_1_0.zip
I want to pstorage clear/store...
I'm having an issue with secure BLE pairing, and once the problem shows up, it will not go away until I reprogram the SoftDevice. It persists through resets, so it must be...
I am currently using the nrf52 device for an application where when user's of my devices come close to one another, they automatically start sharing state information. There...