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,
This time I am trying to work out the UART example.
I got it to the point where it is advertising, but the advertisement is wrong.
When I check with an Android...
Hi,
I have not yet experienced well on the design and development an application using nrf51 series. Your help will be very useful for my work. My question is as following...
Hi,
I have some problems with functions sd_ble_gap_disconnect and sd_ble_gap_adv_stop.
I got critical error when i try to disconnect or stop_adv and my phone is connected...
Hello,
In our application we don't allow bonding. Therefore I'm not allowing the application to send peer data to the bootloader using dfu_app_peer_data_set()...Therefore...
In NRF52-DK, I am currently working on NRF5 SDK 11.0.
In examples/peripheral/spi/pca10040/,
The master spi device is continuously sending "Nordic" string every 200msec...
I've submitted my product using nRF51822 chipset for Bluetooth certification. The BQE asks for QDID of proximity profile. Anyone knows about the QDID #?
Thanks,
Hello,
Is there a way to test packet corruption? My setup would be that I have my FW in nRF52-DK. Then I would test communication using nRF51-Dongle. I would like to force...
I want to connect two nRF51822-BKs and find their proximity. If one of the beacons go >5m away from the other beacon then one should beep/LED ON.
What is the best way to...
I have some troubles to understand the system clock functionality.
I am using a Module from Rigado which uses the nRF52 and has an external 32Mhz osc. on board.
In the...
Hi, I use the following.
Raspberry Pi 3 (RPi3 with Raspbian Jessie 4.4) as a router,
RPi3 is connected to a Wi-Fi router to access the Internet by using the built...
hi
i didn't manage to find detailed requirements on the voltage from the chip.
in the spec i see voltage range of :1.7-3.6v
but its not enough data for designing converter...
hi everyone, I am new to developing apps for nrf51822, and currently I want to learn first, I tried to google a lot around and could not look for the right resources, it would...
hi,
I would like to connect hid keypad with ipad,phone5s and android phone(all these have Bluetooth version 4 )but i couldn't connect this.ie, The nrf51822 module advertising...
I attempted to capture a waveform when running the SPI master example on nFR52 SDK/PCA10040. The source code I have as default and showing as follows
#define SPI0_ENABLED...