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...
This is what we get from JLinkExe:
Found SWD-DP with ID 0x2BA01477
Could not power-up debug power domain.
Can not connect to target.
This all happens when we use P19...
Hi, i use softdevice 9.0 and s110 8.0.
I want to make 38kHz pulse.
so i tried to use nrf_drv_timer and gpio.
if i try to make 200us, it worked not bad.
but when...
Hi, everyone.
I have read the nRF5 SDK --> GPIOTE part in the infocenter. However, I have not get anything useful.
I just want to recieve a interrupt from an external...
Hi all,
I have installed the 1.21.1.3 nrfgo stdio from nordic site.
in device manger nordic board is not detecting( both nrf51 and nrf52) only in my lap.
any setting...
Hi
I am working on customization of proximity device with nrf51822 and I need to lock it to first connected device (so after first pairing I have to make blocking connections...
I took the reference of your example and instructions hear -
devzone.nordicsemi.com/.../
The program runs but get struck at sending the I2c write command .
Do I need...
Hi,
just want to make sure: is it possible to merge UICR values into hex so that I can load some values there during production in a single flashing stage?
thanks
best...
I now have my app.hex and bootloader is running at nRF51822 and yet, the nRF Toolbox finds "DfuTarg" as expected. However, after selecting my file the UI surprisingly starts...
Hi.
I'm using nRF51822, SDK10.0.0, S130.
I made "radio test" program as below at the first.
void radio_tx_carrier_test(unsigned char freq_ch)
{
NRF_RNG->TASKS_START...
Hi,
Can we add device address with all fields set to zero's to whitelist.
I went through the spec, but it doesn't talk about the address set to zeros.
Thanks,
r...
Is it possible to change data send in scan responses after each Advertising Event? I know that sd_ble_gap_adv_data_set() has constant input arguments, but it seems weird for...
Hi everyone;
Im trying to use my nrf51822 as iBeacon with "ble_app_beacon" in SDK. As you know for estimating Distance, you should calibrate it. for calibration, place...
Hi,
I have IOS application which works fine with bluetooth different than NRF. I use direct connection by UUID in IOS app. When the application is in foreground everything...