Hi All,
I am using nRF51422 with softdevice s310. And implementing Cycle speed and cadence receiver. most of the data processing is fine but i am facing one problem.
...
Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
We've been using the nRF51822 sniffer to listen to packets. One of our developers used to be able to use it decrypting packets without a problem (He uses 32-bit system, firmware...
S110 v8.0.0 / ble_app_hrs_with_dfu
I want to enable whitelisting.
In the advertising_init() function I have:
ble_adv_modes_config_t options = {0};
options.ble_adv_whitelist_enabled...
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...