I use a PCA10001 board as peripheral role of heart rate service and it can be discovered by control panel. But as I download the experimental program of central role of hrs...
I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
I'm working on a project that requires my device to be able to identify when a phone connects that has been previously bonded and placed in the white list. I need to be able...
Hi,
I have developed two different application on nRF51822 with two different location. One is start from 0x1D000 with max size of 16 KB and another start from 0x21000...
When i am trying to transfer data over air using sd_ble_gatts_hvx() function every time i am getting err_code 12 ( NRF_ERROR_DATA_SIZE ) error.
Here i can send data from...
I'm working with ble_app_uart_s130.
Compilation is fine and it works as expected in hardware.
I'm going to add application timer and scheduler.
To do that I have to set...
I want to use ADC / PWM / I2S / UART / SPI / I2C / at a time.
So, Can I use all GPIO pin assign any function?
If I can't use some function at a time, I want to know the...
Launch an example for UART (BLE PERIPHERAL) on the board PCA10040. When try to set the parameter APP_ADV_TIMEOUT_IN_SECONDS = 0 (no timeout) get returned NRF_ERROR_INVALID_PARAM...
Hello,
I have a question regarding AVDD pin.
I am using nRF51822 CEAA package. And the reference circuitry on the datasheet uses a 1.0nF capacitor between VDD and GND...
Hi everyone
I'm facing a weird problem in my design and FreeRTOS. Apparently, my system was working fine, but along I'm adding more tasks, i've detected the system stops...
I'm using RS485 driver on NRF51822 uart. I started software developing with ble_uart exapmle.
RS485 as always has direction control inputs.
Before data transfer to uart...
In my app I have the following:
s110
20 ms min connection interval
100 ms max connection interval
4000 ms con_sup_timeout
I'd like to set the slave_latency...
Hi,
The documentation states -96dBm rx sensitivity for 1mbit BLE mode and -93dBm for proprietary 1mbit mode.
Is it possible to use BLE mode (3 in MODE register) but...
I want to scan for peripheral devices in central-role and at the same time i want to broadcast in peripheral-role. How do i have to initialize the Softdevice in this case...
Hi,
I'm originally iOS app developer.
I have been developing with custom PCB that based on nRF51 chip. (not nordic development kit)
My PCB has a gyro sensor and some...
Hi,
Whenever i m trying to upgrade my application using iphone with binary file then i get "unsupported DFU" error. what is meaning of this error and how can i resolve...
Hi please help,
We are facing a problem of Gazell failure (not getting interrupt on gazell ISR) when i perform external Flash write using SPI.
If i disable gazell and...