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...
Hi,
I'm using redbearlab's nrf51822 board. It is a arduino compatible board and hence it is using 0,1 (mapped to 9 and 11 for nrf51822). How do I make printf print to this...
An external PA/LNA is used to extend range of nRF51822, and S110 is used for BLE, How to switch between PA and LNA? and how to disable PA/LNA when there isn't transceiving...
Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
Hi all!
I am approaching this with pretty much zero experience but what I'm trying to build should be a piece of cake for you so any help, example code, advice will be appreciated...
Hi Nordic,
I'm using nRF51, SDK 12 and softdevice version S130 to stream data from nrf51 to iphone6 over BLE.
Sometimes, Few hours after launching streaming, the BLE...
This is almost certainly a benign bug, but it doesn't hurt to point it out.
In nRF5_SDK_15.0.0_a53641a, nrf_drv_saadc_channel_init() is a macro that expands into a call...
We use nRF24AP2(USB) in our product but we need transmitter a CW(with modulation) output and RX BER test in FCC.
How can I do it? I would like to use SDK to control nRF24AP2...
Hello,
For my experience, I am using two nRF52 DK. The first is programmed with the "ble_peripheral/ble_app_uart" application and the second is programmed with the "ble_central...
Hello,
I am trying to communicate between two nRF24L01+ radio modules, both of which are connected to separate PIC24FJ64GA002 uCs. It seems as though the transmitter unit...
Hi,
I am using two devices in which one is running with ble_app_uart code which is ble_peripheral device and another is running with ble_app_uart_c code which is central...
Hi,
I use a GPS Modul to send data via uart to the NRF 51 and then I send the string via SPI and fatfs to the SD CArd.
I see the LED4 blinking and during the debugging...
Hi,
I was trying nrf5-mpu-simple example with MPU9250 - SDK 14.2.0, it is giving me x, y & z axis values.
When I try WHO_AM_I with it, I am unable to do so. I have added...
Hi, I am try my first code by follow this website
https://devzone.nordicsemi.com/b/blog/posts/segger-embedded-studio-a-cross-platform-ide
, and step by step.
When...
As we all know,the examples of NRF51 SDK 11 about DFU is all using Device manager,do you have some example about Peer manager?
I am very looking forward to see the example...