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 have 2 client nodes and 1 server node . How can i possibly recieve packets more than i send. I sent 114 packets from 1 node and 104 from another . I am receiving 302 packets...
We are developing Beacon using NRF51822 SoC.
Basically We want to classify our beacons from other manufacturers and want to give our each beacon an unique ID. Please provide...
Hello,
I am new to nrf52832 ,
My question is how to start the timer when external interrupt was rise and turn off timer again when external interrupt was rise
Kindly...
Hello to everyone.
I'm working with Light_switch example in Mesh 3.1, with nRF52832 SDK (PCA10040). I'm trying to stablish communication from server to client, sending a...
Hi everyone,
I'm trying to understand how BLE connection interval works and why my long read is so slow. My slave is nrf51822 with Softdevice 130 v2 and nRF5 SDK v11,...
Dear All, I have Seen lots of post regarding nRf52832 Development board Schematic and PCB Files for my reference. I have seen lots of answers given a link but none of them...
Hi Everyone,
I'm using nrf52832(Master) SOC and the LIS3DH accelerometer(Slave) for my code development.
And i"m using Mbed as a platform to develop a code.
When I run...
I am trying to download the NRF5 SDK from this link: https://www.nordicsemi.com/Software-and-Tools/Software/nRF5-SDK/ But once I go to the 'Compatible Download' tab, this...
Good morning/afternoon/night,
We've started migrating our code from 51822 to 52840. All is working fine however we still have one issue with NUS (Ble UART).
We use this...
Hello,
I am receiving errors due to the ambiguity in selecting the correct tag.
There is no secure boot in the current nrf version i am using at the moment which...
Hello guys,
I am currently playing with the usbd_msc example from SDK15.3.0 that use USB Class storage module.
I was able to drop some files from my PC to 8MB drive...
Development software : SES 4.16;
Computer platform: macOS 10.14.4;
Hardware: nRF52832QFAA.
Hello everyone~
I'm trying to use the nrf_drv_twi APIs to drive the sensor...