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,
I have experience with the ESP 16/32, pi zero and BOSH XDK. I have been working on some IOT mesh stuff and I have a good product idea that I know I can build with your...
Our project is using SDK 15.3.0 on a nRF25840. Similar to this post , we'd like to be able to re-bond if the bond has been deleted on the Nordic side but not on the phone...
Hello,
I want to test nrf5340 external lfclk, but I don't how to test it.
sdk:1.5.0
board: nrf5340dk without hfclk
I want to use external lfclk to generate 1khz...
Hi Team,
I am developing a device using nrf52832. I want to configure the gpio used to wake up from system off mode to enter into gpio interrupt handler on wake up. How...
Hi ,
I need to add an I2C device in project , I referred sample project i2c_scanner .
changes done in nrf9160dk_nrf9160ns.overlay file
code added in prj.conf
...
We are using PPK II with nRF52840-DK and in zigbee case we are getting two different kinds of reparative pulses
1. Pluse_1 -> Amplitude = 17.52mA ; Ton = 200us & Toff =...
Hi All,
We found a problem about the NRF52832AA connect parameter update problem on some cell phones.
1. While the app connect to our device, parameter update not only...
I'm doing a load test on radio. In 1Mbps mode, the transmission time of the radio with different loads.
For a packet size of 65 bytes, I used this test:
Use the logic...
The crux of the problem is that my Zephyr I2C port is getting locked into EBUSY, and
What are possible reasons for this
How do I fix it
Context:
I'm currently...
Hello,
I am using an I2C sensor with my nrf52832 board and if I do the sensor_sample_fetch(dev), I get an error code of -16.
What does that mean?
Is there a table to...