I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
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...
Related to devzone.nordicsemi.com/.../ , how should the last parameter to sd_ble_gattc_primary_services_discover() be cooked for 128-bit service UUIDs?
printf("Discovering...
Hi Man,
How many CENTRAL_LINK_COUNT in ble_app_hrs_rscs_relay can do so far?
I just increase the CENTRAL_LINK_COUNT form 2 to 5 then nRF52 Reset itself all the time.
...
Hi,
I'm trying to run my application on your PCA10031 and PCA10000 USB Dongles and I'm having a problem getting the UART receive to work on the PCA10000-- my application...
Hi,
I want to to use an external ADC for the NRF51 since the resolution for the NRF51 goes up to 10 bits and I want to use a system that goes up to 16 bits that has a sampling...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Are there documents other than "S110 nRF51822 SoftDevice Specification v1.2" that describe the SoftDevice resource usage? I am particularly interested in the S130 on the nRF52822...
Hi,
I`m a newbie user of nrf52, i want to know what are the neccesary libs to configure the BLE on nrf52 and what are the steps from the scratch.
Thanks
Hi,
I am using nRF52832 with S132_V2.0.1 and SDK_11.0.0. I have set advertisement interval at 2 second.
I have observe one thing in advertisement that many times device...
Hi!I work with a Beacon Kit (nrf51822) and I would like to know which is its default radio transmit power and the velocity of transmission. In my application I sent via Ble...
Hi,
I'm using the reference project "Experimental: Eddystone Beacon Application" to transmit Eddystone URL packets and I'm sniffing the data with Wireshark.
I noticed...
Hi,
I'm using nrf51822 board with SDK 10 and S110 softdevice.
My application is based on uart over ble. It take 20 bytes data from a android device using nus, store that...
I have created files before with s110 sd8 with the
nrfutil.exe utility using a bat file.
nrfutil.exe dfu genpkg --application nrf51422_xxac_s110.hex --application-version...
Hello,
I want to connect one board trough SPI to my nRF51-DK. Using SDK11 and SD130, the nRF51-DK is the SPI master, I call the function nrf_drv_spi_transfer() but the...
Hi ,
In my project , i can use the battery service in my project.
But if i want to use the another four ADC channels , how to add it ?
my project is working at SDK 9...