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...
Hi I am beginner to nordic ble. I have four nrf528** development kit. I am just trying demo heart rate example with android toolbox app. Suddenly one of my nrf devlopment...
I am currently using MBR, and know the general interrupt latency due to MBR + SD from Table 26. But I cannot understand how you arrived at those numbers. IF this table was...
Hello All
Hi, I use nRF52832 with SDK11 Version. But SDK11 didn't provide any CSCS central example. Anybody wrote ble_cscs_c.c for BLE / Cycling Speed and Cadence Service...
Yo men,
I study this web
infocenter.nordicsemi.com/index.jsp
Experimental: Flash Storage
I have 100 bytes data need to read/write/store.
So I think even this is Experimental...
Hi guys,
I compile a provided example with my nRF51_DK and it works well. But when I re-run the program, it will be block in function "sd_rpc_open()". The only solution is...
@Vidar I'm facing a issue with Debugging using Eclipse, following the steps you mentioned in the tutorial "Development with GCC and Eclipse".
Made the below configuration...
TLDR: My dongle has stopped functioning. I think something was corrupted during a j-link update. I'm trying to restore functionality to the device by reflashing the master...
hi
its not working as i want . y is that?
first step i try to toggle just with one cc that is the code below
with changing of NRF_TIMER2->CC[0] = 65536; nothing happend...
I am trying to come up with an estimate for the current consumption of my application for the nRF51822 and I am getting a little bit confused.
To give you a broad overview...
The function nrf_drv_saadc_channel_init() in nrf_drv_saadc.c does channel initialization by calling function nrf_saadc_channel_init() which will set PSELN and PSELP of the...
Hi
I have asked some question about 2 weeks ago.
And I have a additional question about softdevice interrupt.
VSYNC interrupt is occurring every 200ms in my project...
Hi
I've discovered some unexpected event handling in the fds_evt_handler of the module peer_data_storage.c in the peer manager. We have the peer manager running and use...
Sorry for asking that maybe again, but it is not really clear to me.
I'm developing a Bluetooth product with your nRF52832 on our own PCB.
I have read we have to do...
Hello, I am using SDK10 on nRF51422 with PCA10028. I want to port a code written from ant_sdm_tx_cadence_s210_pca10028 with s210 v.5.0.0. to S310 v.3.0.0 to include some BLE...