Using the nRF Beacons app, but cannot see the battery condition of each beacon. Is this already implemented - if so how to turn on? If not how is it implemented?
Hi All
I am doing a BLE based project using nRF51822.Where i need to handle the message [with UUID] by using ble_gatts_char_handles_t.
so, can any one please share information...
I have a central application and peripheral application that are based on the multilink-central/multilink-peripheral examples.
I've modified them to run on the PCA10001...
Hi All,
I'm using nRF24L01P for TX device and want to receive packet from nRF51822 RX device.
nRF24L01P TX device Register settings are as follows;
Reg.EN_AA=0x00...
I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hello,
I'm testing current time service client example on SDK 8.0.0 with iOS 8.2.
while the device can be search by android and pair,the IOS 8.3 has see nothing.
how...
Hi.
I'm working with nrf Temp, in the file TemperatureDataParser.java, and I want to send out a note when the measured temperature has passed the chosen SETTING(distinguishing...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
I am trying to make the experimental_ble_app_uart for s110 work using SDK 7.2. It works fine without any modifications, but when i turn off Hardware Flow Control in the UART_init...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hello, I am new to Nordic NRF51dk and I'm working on the SPICommunication_module c.
For the switch case statement, I am trying to understand what the spi_master_evt.evt_type...
Now, I'm using "nRF51\peripheral\temperature" example to test something for my nRF51 DK board.
I have upgraded sofeDevice s110 v8.0.0 in DK and I can use Keil "Download"...
I am using Unity3D BLE Plugin by Shatalmac ( www.assetstore.unity3d.com/.../ . Upon using the example code, it is discovering the UARt custom service, but dont know why it...
I am really struggling getting anything to work on my revision 1 module and as it has nothing connected at this moment all I can use is BLE or UART to observe any function...
Hi,
I would like to change the the advertising interval of the beacon kit in the sample ble_app_beacon app; however, I could not figure out where this parameter is. I see...
Hi,
I want to connect a rotary encoder.
So I have 2 pins of the nrf51822 connected to the encoder and I have to check which one change first to increase or decrease the...
So there seems to be a conflict between the TWI and the Softdevice. My I2C communication works over TWI fine in isolation but when i try to send data over ble the TWI doesnt...