It is possible to run easily a SoftDevice stack (e.g. S110) on nRF51422 using an accurate 16MHz external clock reference for HFCLK instead of an external 16 MHz crystal oscillator...
I want to change data bytes in the advertisement packet. In ACI_DEVICE_STANDBY I put: lib_aci_open_adv_pipe(1);
In ACI_EVT_CMD_RSP: I get feedback that command 1B (I assume...
first,PCA10005 can't load sofeware hex that after s110 7.0.0 hex(include 7.0.0),and gostudio note that the given hex file can not open successfully.
second,the PCA10005...
Hello! I'm using sdk8 and s110. I want my peripheral device to send data to the central. I doing following steps:
1. initialize service:
void services_init(void)
{...
Hi, I am using nRF24AP1 for ANT+ purposes and I am looking for continuous scanning mode (the radio is active in receive mode 100%). The command Open Rx Scan Channel (0x5B...
when I have the line in my sdk_config.h, it overrides the and I end up with undefined reference errors.
right now I had to comment out the line to be able to compile the...
Hi,
I need to print the RSSI value to the nrf app or putty terminal to check the RSSI value.
I have gone the structures "ble_gap" file to get the RSSI value and calling...
Hi everyone
The following code is initiaizing the uarts correctly,but there is unpredictable behaviour in this case.
Whenever i disable the 1 UART sensor, works fine....
Hi all,
I am very new to the field of BLEs now I bought one BMD300 Evaluation board,and I want to use nRFgo Studio for the development is it possible to use nRFgo Studio...
Hi,
we are using nRF52832 ADC in differential mode. We have two channels connected, where other is presenting reference voltage 1,65V and other is +/-1,15V on top of that...
Hi. I am developing based on the multi-link central example. In the below code the PHY is set to BLE_GAP_PHY_AUTO.
I don't know if my example therefore is running at 1Mbps...
I saw several threads that talked about this, but I could not decipher an exact answer, so apologies if this is a Re-Ask.
I recently purchased a nRF52840 Dongle with the...
I am not able to Control GPIO PIN 14 In this program(BLE_UART) this PIN gets powered continuously . When the device connects to NRF App the power supply becomes Zero and after...
Hello.
Im in a stage where I need to transfer over our current old (ancient) libraries for SPI communications to a NRF52, where we use SPI to communicate to a certain slave...
Hello,
I have set up the Development Kit according to the following instructions and successfully activated the SIM card.
www.nordicsemi.com/.../GetStarted
Unfortunately...
Hi Everyone, Please help me understand what will be the average current consumption per hour with nRF52810 if I transmit 50bytes of data 4 times per hour and go to deep sleep...
Hi,
I'm using nRF52840 and SDK 15.2 and want to realize a proprietary radio.
I tested the ESB (enhanced shock burst) example and it worked quite well. Next I tried to...
Hi,
I was wondering if you had NRF9160 examples for a HTTP client?
I'm a bit lost with the 9160 SDK and its 4 examples having been used to such a rich set of examples...