Hello All,
I am trying to create multiple threads for an individual tasks. But when I am creating new thread my program is not working and it's going into some infinite...
I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
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...