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...
nRF5_SDK_11.0.0-2.alpha.
I create peer by peer_manager.
When initializing the application, i delete them pm_peer_delete_all().
There's an application is stuck.
It works...
Hi
I have a serious problem with stability in "UART" communication over BLE.
I use the command:
err_code = ble_nus_send_string(&m_nus, &bleBuffer, 20);
where I send 20...
I have the following:
Dev board PCA10040
SDK nRF52_SDK_0.9.2_dbc28c9
Mac OSx
I was able to compile the blinky example and have the .hex in the _build folder...
I have several services on a nRF51 peripheral, and would like to have different initialization based on which service is being connected to. The related code is below:
...
Hello,
We have this board ( www.nordicsemi.com/.../nRF51822-mKIT) and would like to use P0.26 and P0.27 as GPIO (or RX/TX for serial). I've cut both solderbridges (SB2...
Hello,
I am having a lot of trouble with connection timeouts. With my current settings (10ms connection Interval and 6 seconds connection supervision timeout) I would not...
Hi,
With the latest nRF Master Control Panel App it's possible to simultaneously scan + advertise on some devices.
I thought this mode is only supported by devices with...
Hello,
am I right in assuming the following?
BLE_GAP_EVT_TIMEOUT with source BLE_GAP_TIMEOUT_SRC_CONN is only returned when a Central is establishing a connection...
Hi, I use Gzll protocol to realize 2.4G frequency hopping communication, Two Device send data to One Host on Pipe1 and Pipe2.
1 Two Devices occur "loss power" many times...
Hi,
I'm working on custom PCB and I have small issue.
After making PCB I was trying to connect, but no luck - "(unable to connect to the target)"
Maybe there is something...
As try to let keil's project into eclipse
so i edit makefile from example
first i open project by keil to copy include paths and paste to makefile under ''#includes common...
Sorry for the amateur question. I'm an iOS developer and trying to replicate the functionality in the nRF51 sample app: github.com/.../IOS-nRF-Toolbox . I understand the code...
Hi
We develop an application on nRF51822 the with GCC C++ and try to include the file ble.h in a .cpp file.
As soon when I include the file in the .cpp file I get compiling...
HI,ALL,
i find such sentence in core
(BLUETOOTH SPECIFICATION Version 4.2 [Vol 1, Part A] page 13)
'A Controller is a logical entity defined as all of the layers below...
reference nRF51-ble-peripheral-bond-handling example pairing/bonding mode. I add device manager & app_bond function on ble_app_uart. why function handling on "app_bond_init...