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:...
(I understand my question is similar to devzone.nordicsemi.com/.../ , but I would like some additional clarification not provided in that post.)
Hello, I've been developing...
On a BLE_GAP_EVT_CONNECTED, I'll send some data to an attached microcontroller via UART. The code will expect a response of that data, all while being inside that BLE_GAP_EVT_CONNECTED...
My application involves the Nrf52 using softdevice and a slave only SPI ADC running at approximately 26khz. The ADC has a pin interrupt to indicate data ready. There seems...
Building nrf_delay.c (or anything else including nrf_delay.h ) with NRF52 defined produces:
arm-none-eabi-gcc -I C:\Nordic\nRF5_SDK_11.0.0-2.alpha\components\device -D_DEBUG...
Hi, someone know whi when i press disconnect on iphone the nrf51 restart from the mail?!
Why if i disconnect android device the chip does not restart as the iphone?! is normal...
I'm trying to build BLE driver 0.5.0 for 64bits.
I've downloaded:
MinGW 4.8.2 64bits
boost 1.56 and compiled it using address-model=64
CMake 3.4.1
Python...
Hello Nordic community:
I've read about Serialization in the nRF51 SDK doc and would like to prototype an example with it.
I saw a notice of it being removed post 7...
Hi,
Is it possible to get a more detailed description of the GPIO block than what is available in the reference manual? Specifically i'm interested in how the disconnect...
Hello Everyone,
I want to run a couple of test on the nRF51422 radio. However, how do I go about checking the firmware on these devices without the use of a motherboard...
Our device fetches fused quaternion from MPU and transmits via NRF 51822.we are using 3.7v li-ion battery.we are using Non-volatile memory.
Currently we are facing these...
I am trying to run BLE central peripheral dual role on nrf52 pca10040 with nrf_uart as service. Also, I have redbearlab BLE nano as peripheral (nrf51822 based).
I am getting...
Hi, I would like to ask that, whenever I put my function in main.c, the borad become undiscoverable.
I'm using nRF51 with ble_app_uart_s110_pca10028, and below are my function...
use nRF Toolbox APP to bonded peripheral device even disconnect and connect don't need input PIN code again, but when I turn off BT the APP lost bond information. next time...
Can the S120 work without RTC XTAL?
Iam using SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, false);
but it still hangs in the softdevice_handler_init...