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 all!
SPI3 Slave project is not built - error:
identifier "__device_dts_ord_DT_N_S_soc_S_peripheral_50000000_S_spi_c000_P_cs_gpios_IDX_0_PH_ORD" not determined
C:\ncs...
Hi,
I want to measure CO2 in different locations using two similar CO2 sensor ( MiCS-VZ-89TE). I can communicate with the sensor over I2C0.
But because two sensors have...
We are facing an issue in nrf52840 (SDK 15). Our hardware uses timer, SPI, USB, FLASH and uDMA. implemented watchdog timer and its working fine as well intented. But in some...
Hi I hope you can help me with this.
I'm using a nrf52833. When I build I see Flash usage of 278044 B.
Regions Size 512KB.
My custom board has this in the Flash0 settion...
Hi DevZone, I am using the nRF52840 to interface an ADS1298 (ECG Chip) via SPI.
I want to test if the communication between the devices are working by:
- Sending a RREG...
Hi All,
How do I disable the BLE stack completely such that I can switch to the DTM stack (DTM example using direct nrf_radio calls)?
Current I disable advertising and...
I want implement beacon function on my Qualcomm BSP board.
However, I'm testing with nRF52 DK in advance.
And need DFU OTA update for my F/W application.
So I'm implementing...
I am trying to configure the nrf5340 audio example to add the ability to update the firmware using a serial connection.
In the audio example documentation, there are a few...
Hi everyone,
I called "bt_gatt_notify()" from workqueue. Usually there is no problem, but when move far away, "bt_gatt_notify()" doesn't return. I called "bt_gatt_notify...
Hi, I'm currently using the Direction Finding Connectionless examples to evaluate using the nRF5340 for numerous projects we have lined up, and I'm having difficulty ascertaining...
Question: Based on the chip nrf52840, I want to design a product application that can work with matter and thread at the same time. Is it possible to implement this design...
Hi dear team, Im currently on the NRF9160 DK (0.9.0) trying to get SPI up and running.
nRF connect SDK v 2.1.1 using visual studio code. However Im having problems getting...
Are the memory-mapped hardware addresses (e.g. 0x40000000 and following)
on the nRF52840 mpu restricted from access by the Zephyr RTOS.
If so, can this be defeated ?