Seeing recent response to my original question on multiple chip selects, I've opted to share a modification to spi_master that I've implemented in part to make handling some...
What is the official status of the Softdevice Serialization for S130 in SDK 9? I could see an older answer on how that was removed in SDK 8 but since almost half year has...
Hi
The documentation for the new feature in S110 v8 to change the gatt table size says that to change it the linker configuration needs changing .
This means it is a...
I used to be able to see my development kit in nRFgo studio and flashed S110 onto the chip. Now all I see is: "No boards connected". I am still able to flash programs onto...
Hello,
I have an iOS application communicating with a custom device having a nordic 8001 chip.
They have established a bonded relation. In nRFgo Studio, in Security...
Hi there, thanks for your help in advance!
I have tried the nrf51-ble-ancs-nus sample from github and making it work on a 51822 EK board, i.e., it can receive notifications...
I try to use hcidump, capture CSR dongle on ubuntu14.4.
I can find SDK8.1.1 s110 keypad demo create connection fail.
HCI Event: Command Complete (0x0e) plen 4
LE Set...
I am setting up production testing of our product to do RF testing per app note AN34. We are using the nRF51822 on our product. I'm using Nordic's development kit and their...
Hello,
I am planning to use the nRF51 device in DTM and was looking for help on how can use it to control via USB/UART connection to PC using FTDI chip. All I want to do...
Hi Nordic,
I am having a problem with linking against either of the gazell gcc libs (gzll_gcc.a or gzll_sd_resources_gcc.a).
I'm using Yotta (MBED) and have taken the...
Hello,
we have an android/iOS app on a phone that is connected to my button (nRF51) and to a Bluetooth headset. The app is a kind of walkie talkie that transmit mono audio...
Hi, I'm working on a project where I'm trying to make an nRF51822 play a basic sound (such as a beep). Is there a recommended DAC that should be used with this particular...
hi, i am using nrf51822 version 2, SDK 6.1.0, softdevice version 7.3.0.
because the nrf 51822 is version 2, i have no choice but to use SDK 6.1.0 not 11.0.0(latest version...
hi,
i am using ble_uart example for send 3 byte (midi format) of data over uart.
i am receiving data which is appended with past data and sends as a chunk of data around...
Hello, i'm making small android application for my own test purposes. I want to understand full structure of advertisement packet which i receive with my phone. I can't find...
Hi.
I'm using nRF51822 with softdevice 8.
I started working with the uart example. and it works fine.
However, I can't get the BLE to reconnect automatically once the device...
Hello, i'm working with nrf8001 right now. I know that nrf8001 can work like Peripheral(slave) device. This is working ok. Im wondering if it is possible for nrf8001 to work...
Hello I'm trying to utilise the multiceiver mode with nRF24L01 and Arduino, the idea is that an nRF will be able to send a message and six other receivers will be able to...
When I use nRF UART of android phone A and B to scan the bluetooth device, the scan result is below:
first picture is the result of phone A, second is phone B:
first one...
Hi,
I want to use nrf51 development board as a bluetooth alarm clock using internal RTC . How can I generate timestamps to determine current date and time. Can the timer...
hi.
i want to parse the data before sending to BLE UART.
i am fetching data from RX/TX pin. and now i want to do some modification in data before sending it.
this block...