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 community,
I am working on IoT device. We want to establish a secure connection therefore we are going to need a secure storage for our private key. I am aware that the...
Worked fine until yesterday. Board turned off with computer, also the power switch on the board was in off position before turned on this morning. Now the debugger circuit...
Hello Nordic Team,
Please, I would like to ask some questions about BLE based smart-phone accessory.
Actually, I think about using a BLE based accessory (for instance...
Tuning the nRF24xx matching network:
The balun-function is done by the
180° degrees phase shift in L1. This
causes the signals from the two ANT
pins, 180° out of...
I am sending IMU data as 20 byte packets through nus service at the rate of 50 such packets per second. The device is a nrf51 DK configured as ble peripheral (S110). The application...
Hi all,
I have a makefile which runs perfectly from the command line on Windows under GCC, but in Eclipse it fails with this message in the Console:
make flash
make...
My application had a ID to separate difference device & host for the communication in the same area. When the Host power up, it need to search any existing same ID Host nearby...
Hi ,
I want to set the channels used for exchanging DATA (after connection) when peripheral and master are connected.
i searched and i find that it's like this :
//Set...
Hi I'm using the PCA10003 dev board to try it out the OTA firmware update.
What i did is exactly that:
Modify the bootloader example for S310 softdevice and 10003...
Hi, I have been developing with the nRF52 DK for the past couple of months however I have encountered an issue today which I am unable to resolve.
I am unable to establish...
Continuing my mission to have SES set up to be the complete development environment on a Mac I am struggling to get the Jlink Debugger to behave with SES.
It appears I...
hello , I want to Know how to write value to S0 , L ,S1.
for example : I want Set S0 =1 , L = 16 , S1 = 1 .
but I can't find any register to set S0 , L , and S1. .
My...
We are trying to reduce standby current consumption for our application. When measuring the current depending on the environment temperature we can see a rapid increase of...
My Application will have 4 difference host in the same area, if one device send a data and receive the ACK payload, is it receive all of the 4 hosts ACK payload or one of...
Hello,
I've founded the nrf_drv_lpcomp_init function didn't configure the EXTREFSEL register that why I can't configure the LPCOMP to use the AREF1 pin as an external reference...