Hello forum ,
Here i tried to write and read from flash qspi w25q64 but read and write both are failed ..i m using nrf52840 kindly pls help me for read and write
Hello everybody,
now, I am solving problem with switching off Wi-Fi interface on nrf7002-DK. I am runnig SoftAP example on my nrf7002-DK board. So my board behaves like...
Hello everyone! I'm currently working on a custom PCB designed specifically for drone communication . In my design, I'm using the nRF52820 as the main microcontroller and...
I checked the nrf52832 manual and found that both XC1 and CX2 are analog input pins for the 32Mhz clock pin configuration. The reference design for both uses 32Mhz crystals...
Hello, I need to configure and compile a sample to send an audio stream (mp3) to the I2S interface.
I tried to put together some configuration from other samples but no...
Hello,
I’m trying to run the TensorFlow Lite Micro example (zephyr_samples/hello_world) on my nRF5340DK using nRF Connect SDK 2.6.1, but I’m unable to build the project...
I have an application that requires talking to 21 sensors wirelessly. The bandwidth required by each sensor is relatively small - roughly 2KB/sec. The sensors need to talk...
Hello,
The mesh lightswitch on/off example only calls 'sd_app_evt_wait' in the main loop.
I'd like to use '__WFI' instead. (Im combining some code with mesh, and i'd like...
Hello,
This case is a part of a private case. Unfortunately havent responded for few days. I believe he has days off or something, therefore I am willing to receive help...
Hi everyone,
I design own boar with nRF52810 SoC. But i dont know how to programming external. Which pins are using programming? SWDIO and SWCLK pins using programin i know...
I want to establish a BT network system which includes one pc as a central node, and 32 client nodes. I want to collect 32 client's sensor data concurrently via BT. At pc...
Written a custom script to write product model no into UICR Registers. After updating Model No, DFU was getting failed at state 6 i.e after updating init data after moving...
Hello everyone,
i know that there are many similiar questions on the DevZone but i am not able to get it work and i dont uderstand it yet. I want to flash a custom board...
I am trying to sent multiple messages from nrf52dk but it seems that i can sent only 7 even if i put a delay between messages . Any suggestions ?
for(int x =0;x < numberofevents;x...
Hello,
i am working on an app using Android to read and write an NDEF record using SDK 14 type 4 tag.
I start the process by reading the record with the following Android...
hw: nrf52dk
sw: sdk14.2, ANT/BLE "multiprotocol" HRM app example
I tried to build and run ANT/BLE HRS relay example from SDK14.2 WITH NO CHANGE IN CODE, but it doesn't...
I used two PCA10040 boards to test the UART serialization function with s332 softdevice.
I add my ANT_PLUS_NETWORK_KEY and build the examples "experimental_ant_ble" is working...
Hi, I have a strange problem. I am new to nRF IC's.
I recently took a new job...the person who wrote the code for our nRF51422 lost some source code in the process of changing...
I'm trying to create a HID bluetooth device with multiple connections to centrals. Looking at the ble_hids service implementation, the on_connect event handler sets the connection...