Hello everyone,
I got a task which I try to implement using a NRF51822 iBeacon board.
The Task:
Advertise a Device and provide a mechanism to connect without traditional...
Hello, I'm working with the EK PCA10003, that has the NRF51422. I'm trying to read the information of the accelerometer MPU6000 with an ISP interface. At the moment I cannot...
I'd like to use the GATT/GAP driver from an ARM based Linux system. Is there any possibility of getting a library compiled for ARM or (cough) the source code to build it myself...
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...
Hi,
How can I make the device generate random address periodically? I searched on the forum and found people mentioned BLE_GAP_ADDR_CYCLE_MODE_AUTO when call sd_ble_gap_address_set...
Hi.
I have a product that acts as a peripheral, and bonds with centrals that are typically smartphones. Normally the peripheral uses a whitelist to only connect to bonded...
So I noticed the program goes into a state where it's stuck on NRF_BREAKPOINT_COND , which happens after getting into the following writeToLogger () template function. If...
Hello,
I am evaluating NCS 1.5.99 zephyr's sample"periodic_adv"and"periodic_sync"with two nrf52833 DK. The sample "periodic_adv" runs normally on nrf52833 DK.But the sample...
Hello,
I've been trying to use Zigbee Endpoint Logger for the light_bulb and light_switch sample. But I can't make it work. I've been looking through the quetions on this...
Hello guys, i want to implement nrf5-calendar-example in nrf51822 with SDK 12.3.
This library can use RTC0/RTC1/RTC2. But i have only RTC0 and this RTC0 is for SD (am i...
hello,
if i want to connect to a peripheral device with strongest RSSI. I need to get the RSSI before connecting.
and i know i can get the RSSI from event of BLE_GAP_EVT_ADV_REPORT...
I'm trying to read the values from the DS1307 RTC through TWI. I've established a connection with the device but am not sure I'm using the nrf_drv_twi_rx() function correctly...
Hi,
I'm trying to run the peripheral heart rate service example on a custom board using the internal 32kHz RC oscillator. However, the code hangs when soft device is enabled...
I am writing my own UART driver and having trouble getting subsequent interrupts. The first time I see the interrupt occurs but nothing after.
According to the product spec...
Hello
I'm using nRF910 DK and need to transmit to aws iot core just like the sample aws iot does, but instead of battery voltage I need to transmit gps data.
In sample...
I am seeing very little information. The LTE button lights green but Modem and UICC stay red. I get signal strength but none of the other items in the block; they are all...
I m using The nRF52840 + STM32 with serialization library. My device is set in central mode and i want to active whitelist,
the configuration seems to be applied correctly...
Dear support,
Anomaly 89 of the NRF52832 states that a high static current consumption is observed when the SPIM/TWIM uses EasyDMA and the GPIOTE is configured in event...