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'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Hi all,
About the NRF_UARTE0 of nRF52, I want to check the number of received data(example:I set RXD.MAXCNT=16, but I just receive 10 bytes now.Then I want to handler these...
Hi,
I'm working on nRF52822 device with gcc4.9.3 compiler under eclipse environnement (with gnuarm toolchain plugin).
I have some problems with data initialisation....
I have attempted to migrate over a couple of nRF52 projects built around device manager to the new peer manager in SDK 11 that are built with eclipse and GCC. However, I am...
I have seen I can use the nRF8001 to broadcast as a beacon, can a second nRF8001 pick up this beacon? If not, what is the smallest device that will do the job?
Hi!I'm having some problems in adding a new library to my project (sdk 11.0.0,s130), I want to add ble_nus.h. I follow this instructions " devzone.nordicsemi.com/.../" but...
I want to implement static passkey based bonding, using the nrf51822 on both sides[Central is not a Mobile phone].My sw for peripheral side is working with a mobile device...
Hi,
I have this following picture on keil when i am doing the first TUTORIAL (in tutorial party), the example works but i don't understand why keil display this (red cross...
Hi
For a university project I'm looking to create a small Bluetooth based sensor network. For this I was hoping to get your recommended products to work with. I suspect...
Can anybody please tell that what are the specs for BLE l2cap layer? In BLE 4.2 core specification it describes l2cap for BR/EDR/LE but i am not able to understand that which...
Hello Nordic Community,
I need to know how to import my PCB design from Eagle to CST Studio to simulate it and I need to know if the simulation step will be useful to enhance...
Hi all, i am experimenting on the example "ble_app_beacon" on my smart beacon kit, but i have two questions about it (though they are pretty general):
When a connection...