I am using BLE_Gateway example defined in nRF51-ble-bcast-mesh to create an rbc_mesh over 2 nRF51422 devices . For now, I am just testing it out on 2 nRF51422; I will set...
Hello,
I see when you import an example from the pack installer ( for example pwm, ble, timer examples ) it arrives with the misc controls --c99 on by default , so I cannot...
Hi,
We're looking for a low-latency 2.4GHz solution (not BLE) and the nRF51822 is oft-quoted as providing low latency, but what are the typical ms figures we could achieve...
Hello all,
in my previous question (Switch between applications (multiple services.h)) I got the advice to merge my two services into one service, including a HID over...
I am trying to create an nRF8001 based application that will broadcast battery levels (pipes broadcast, set), and give out temperature data (pipe indicate - TX_ACK) to connected...
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...
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...