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...
hi ,
I'm a newer , using nRF5_SDK_15.3.0_59ac345. we are using nrf52832 to get about 100 of heart rate sensors.
so first we do a scan ,and get all of there addrs. and...
Hi Dear
We plan to implement our own DFU controller on host MCU, the bootloader+softdevice+app zip file will be generated by nrftutil software.
How to exact those part...
The Capacitive Sensor low-level library documentation says:
Note:
Until Anomaly 84 (ISOURCE not functional) is fixed, the COMP solution cannot provide production-level...
Hi.
I usually used nrf52832 rather than nrf52810 since nrf52832 has an FPU, I rarely considered the computational cost for calculating floating point.
The problem is,...
Just to clarify a bit, I get that the DFU will take ages to propagate though a large network, but the first insertion of the new DFU from, lets say a cellphone, to the "proxy...
Hi, I am using nRF24L01 as a part of a larger project that involves communication between two such transceivers sending and receiving data. I am trying to get a similar but...
Could I get a code sample that shows how to drive gpio pins high on the 52840 chip on my 9160DK so I can modify it to drive analog switches to forward gpio pins to the 9160...
Dear Sir,
I'm investigating the possibility of BLE technology as the primary communication channel for SmartHome Hub solution ( hub to smarthome products... )
I have...
Hi,
This is about BSP button events to manage system sleep/wakeup. In the power management example in the SDK what is the difference between BSP_EVENT_SYSOFF and BSP_EVENT_SLEEP...
Are there any plans to fix Anomaly 84 (COMP: ISOURCE not functional) in a future revision on the nRF52832? I don't see it on the nRF52840, so I'm assuming it was fixed for...
my ADC work in this mode :timer+PPI+SAADC the ADC is 12bit
I init ADC like these code
sample every data 15us,and 16 data per channel
I only init one channel,and use...
Hi,
I am testing I2C interface by using \peripheral\twi_scanner project of SDK15.2.
I found it can not print debug message to RTT interface, even these has one command...