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...
Hello,
I am trying to debug a sample program using VSCode with nRF Connect SDK v1.7.0.
1. #include errors detected based on information provided by the configurationProvider...
Hi, from testing I discovered, that it is not possible to perform an OTA update with the nRF Connect for Mobile App on a HUAWEI P20 lite (Android 9). The problem is, that...
Hello,
As I have already connected two peripherals at the same time, the central can automatically receive and display the data only for the first connection.
While I...
Hi Is there any dev kits available to c reate a PoC for this technology? Also what software do we use to visualise the location of devices detected by this technology? I am...
Hi all:
I want to add RTT log in nrf_desktop of NCS SDK.
there is no prj.conf in nrf_desktop ,then I add prj.conf file and set two options as below,
CONFIG_USE_SEGGER_RTT...
Dear friend,
I followed the steps below and failed to compile the v1.7.0\nrf\samples\matter\light_bulb program: 1. Enter the v1.7.0\toolchain directory and double-click...
Hello,
I am trying to run a run a simple motion detection ML module on my nRF52840 DK, and I am facing issues building it.
I followed the documentation and was able to...
hi,
I'm working on the Ble_app_uart example where i need to enable, TWI, PWM, and Ble, as a transceiver. with s12 SD and nrf52832.
Issue
I need to detect the button...
Hai i got some problem with Gazell comunication in library gzll_dynamic_pairing host and device, i already can connect 2 device nrf51822 with gazell but i dont know what is...
Hi All:
My certification company requires products that contain ANT+ to provide additional
"product Identification software method (software ID method)" documents,
and...
I'm running an Eddystone beacon on a 52832 running Zephyr v1.6.0. Does anyone have an example of setting the Tx power level. I'm really new using Nordic processors, Bluetooth...
Hi guys
For the nRF52833 and nRF52832 i can only find voltage range specifications for the GPIO peripheral .
Do those values also apply for the nRESET pin? (Since it could...
Hi,
I have a question regarding the nRF5340 Development Kit.
Is the SWF RF socket where the external antenna can be plugged into or an external antenna cannot be used...
We need to connect to multiple devices at once. We are controlling the SD via a serialised connection, with another chip controlling the parameters.
If we scan using interval...
I want 3 Axis Acceleration and Gyro data Via I2C bus, I have tried several ways and used some external libraries but nothing worked for me. And I am New to this so Please...