to me it made sense that EN_AA settings are controlling the receiving pipes if an ACK has to be sent back upon receiving a valid packet.
then i thought that the settings...
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...
Hello Nordevzone, so far, to the best of my knowledge, you can send data using API call sd_ble_gatts_hvx() with "notification packet" (quotemarks due to my limited knowledge...
AS i am trying to utilize GCC for more than 32 KB code size,
i use Eclipse which provides more friendly interface.
However, i am still experiencing some setting issues....
Hi,
Details:
I am using nrf sdk 10.0.0 and s130 Softdevice.I am using nrfgo studio for flashing SD,Application Hex files.I am using this nrfgo studio for past three months...
Hi,
I'm developing nRF51 proximity based device using nRF51822 that acts as BLE peripheral. It advertises continuously using connectable indirect mode.
User has Android...
app: nrf tool uart on iphone 5s
sdk: v8.1.0
softdevice: s110
example: ble_app_uart.
i have modify it based on the answer :
link text
my advertsing init as...
The device I completed has similar RSSI values at approximately zero distance as my development kit; starting with default Tx of 0dBm from the nRF51822 I achieve approximately...
I am having an issue implementing a WS2812b driver for the nrf51422 using the 210 softdevice. We currently have ANT enabled with a tx master only channel setup. The WS2812b...
What I would like to do is run a basic SPI program that reads data from a register on a non Nordic transceiver chip. My nRF51 would have to act as the master because the transceiver...
Hi,
Which service should I use for temperature non-health related, like room temperature, for example? I have browsed trough the Gatt Specification>Services of the Bluetooth...
Hello,
I follow the tutorial devzone.nordicsemi.com/.../
And in the step of copy examples
I only got ble_app_uart_s130_pca10028
and no package of s110 was found
I'm...
Per my another question:
devzone.nordicsemi.com/.../
I have taken the kind advice of Bjørn Spockeli but to no avail.
I tried this solution to enter debug mode:
...
I want to use the sd_ble_gatts_hvx() to send the notification with a packet, and the length of packet is 12 bytes, but the return value is "0x000C". I tested the length and...
Hi,
I try to run a dual mode(peripheral/central) with S130. I'm using SPI serialization and sending command form an external MCU. I try to follow the example ble_app_hrs_rscs_relay...
Hii all,
I am trying to work with dfu, I developing an application that works with dfu, when I flash the softdevice and bootloader the device advertising as dfutarg and then...
I've loaded the S210_nRF51422_5.0.0 softdevice on my board from the nRFgoStudio.
I compiled the ant_hrm_tx_auto_s210_pca10028 project with no problem. However, when I try...