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...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
(assume all resources being used)
This may also include consumption at Start-up.
i need this to calculate my power requirements for a special module being developned...
Hello!
I want to create my first BLE devices and nrf52 is a choise. Devices should work as described below and before I purchase few nrf52 DK I want to be sure that it...
hello
I am a beginer to design with wireless and I would like to know with soft can be used if i have one master with 4-6 slaves. It seam to be a S120 it right ?.
Also...
Hey all. I'm working on a really simple beacon application and I'd like to use RTC0 when the BLE stack isn't using it... is that possible? No BLE connections, just 1 advertisement...
Hi,
I'm facing a weird problem resulting from the following code:
while((!twi_tx_done) && timeout--);
The main file and the MPU9150.c which includes this command...
Hi, I try to capture ipv6 over ble packet.
So, I construct system like, nrf dk 51(with sensor) - rasp
nrf-dk 51 is equipped with coap-server source and rasp doing like a...
Hi everyone,
I have a really weird problem.
I created a makefile based on Nordic's example from the app_template and created 2 additional targets, one called "debug" and...
I have upgraded my laptop to Windows 10 and all hell break loose.
When I either connect the board or the dongle, they are stuck in a loop of connect/disconnect behavior i...
hi,
i am using ble_uart example in which i am sending 3 byte of midi data
(90 1e 45 0a .E.)
i am getting (.E.) when i converts this ascii value to hex value i get (2e...
Im trying to provide DTM functionality for certifications tests. I can't setup an UART interface, I found the below code which tries to use DTM without UART. it uses channel...
Hello,
I've read a lot about trouble people had when they used bluetooth and flashed the rom without using the propper softdevice APIs.
What is the issue with concurent...
Good morning.
I ´m working with nrf51-dk, sdk 9.0.0 and softdevice 110.
I have done a proyect without softdevice, only uart and master spi (mode 0) and works perfect...
Hi, I flashed the Proximity Application to nrd51822,with s110_nrf51822_6.0.0-5.beta.
the chip run right, and I used the NRF Master Control Panel, when I write data 0X02 to...