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...
Hi, I am looking for a Bluetooth Low Energy Soc based solution like nRF51822, but I'd like to have an open source firmware solution...
Do you have that kind of solution...
Hi
I want to execute my app from the RAM to test if i'll get a considerable decrease in the current consumption.
I'm using : "s130_nrf51822_0.9.0-1.alpha" &"nrf51822QFAC...
Hi
I'm trying to change TX power and measure the current consumption while advertising, (DC/DC disabled) and i get an increase of 3.44mA from 0dbm to 4 dbm. Ok That's logic...
I follow the instruction and I am able to connect to Xively MQTT service. But I am confusing how to connect to AWS IoT MQTT.
AWS claim it support IPV6 as well.
Is there...
Hi all:
Here is my develop environment and it always show the message "one or more breakpoints could not be set and have been disabled".
Is any item I missed.
OS:Win10...
The ble_app_gls example does not provide any handling code for BLE_GAP_EVT_TIMEOUT, BLE_GATTS_EVT_WRITE, nor BLE_GATTS_EVT_HVC. I'm trying to understand whether the lack of...
I just ran a few experiments on calling sd_ble_gatts_hvx() multiple times based on SDK v10's ble_app_uart example. I have configure the app so that it for each external event...
Hi, I am using NRF51 Dongle to receive transmitted data from the NRF52 DK. currently , I want to send multi packets per connection interval. my question is that does the dongle...
Hi,
I'm interested in making a beacon-style device with nRF52, an NFC aerial printed around the perimeter, and a CR2032 on the back. Is there a reference design for such...
Hi,
This is somewhat open ended question, but I wanted to know the implications of modifying the default bootloader (one that comes with SDK v6.1.0) upfront, so that the...
Hello guys,
I have a very strange issue when working with UICR 's customer register.
I am using a SEGGER Flasher Portable with J-Flash V5.10d to load a hex file (which...
I have a code using S110 with nrf51822
And I have a timer to trigger a SPI master get some data from module
It successful get the data from module (SPI) but the nrf51822...