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...
I'm looking for information regarding how the cloud gateway works and how to make use of it.
- I need to connect the Thingy91's BLE to a gateway on the phone then relay...
Hi:
I want to know structure of nRF52810 GPIO. Also what's different structure bewteen output standard drive and output strength drive. where could I find these information...
Currently I am trying to add uart functionality to the dimming client from the mesh dimming example, but I just can never seem to get it to compile. I can confirm my uart...
I work with Zephyr v1.5.1. PDK NRF5340. I implemented interrupt from PB1 and sometimes I get double interrupt. 1. Is input Debouncing supported in Zephyr?
2. How can I implement...
HW- nrF52832
SDK- nRF5_SDK_15.2.0_9412b96
Description:-
I am using a nRF52832 for my project development. Flashing first time with softdevice and my application hex...
Excuse me:
The SPIS example in SDK is shown in the figure below,the m_rx_buf buffer has only seven bytes,Does NRF_DRV_SPIS_XFER_DONE event occur when the buffer is full...
I am developing a NRF52810 product, I am downloading using JTAK on NRF52832 development board.
I have the NRF52810 because of the lack of IO pins. SPI CLK , TWI CLK are...
I use the NRF Mesh SDK v2.2.0
- EVB PCA10040 burn the serial example
- EVB PCA10056 burn the light server example
- PCA10040 attach to the Raspberry Pi 3 via USB for...
I'm trying to follow these instructions to update the openthread binaries in nRF5_SDK_for_Thread_and_Zigbee_v4.1.0_32ce5f8.
I have a Windows host machine and a Ubuntu VM...
Hi,
I am trying to do AGPS with the supl library. I obtained version 0.7 through the application and installed it (and enabled the required config options).
Unfortunately...
Hi Nordic,
I am working on project with nrf52840 , which is a central to connect other device. we will enter the MAC address to central, and setup the scaning filter.
...