Hi, I am working on a project where I want to make one nrf51288 chip as central hub and connect that to a android phone and other salve nrf51288 .
idea similar to this: ...
Hi,
I have a code programming the nRF51422 development board to write to a Sharp Memory 96x96 pixel LCD screen using SPI.
Currently the code writes two numbers and a...
I've modified the ble_app_uart example by adding GPIOTE so that the transmitter sends a character to the receiver when a GPIO pin is toggled. This part is working well.
...
Hi,
I am working on my hardware product having nRF-51422 chipset. I just came to know from forum post that
nRF-52 chips will get arduino IDE support as standalone. I want...
Hi!
I've been using PCA10028 for a long time and I had some bricking issues but I've managed to un-brick it with "nrfjprog --recover" and everything would work again. ...
I want to build nrftoolbox app in android studio. I downloaded the zip file from the github website and also the required dfu library. I unzipped both the files in a folder...
Hello,
I have a device based on nRF51822 revision 2 and SoftDevice S110 v7.1.0. Because it is revision 2 it is affected by PAN44 and PAN45, and by default the SoftDevice...
Hi,
I'm transmitting using the nRF24L01P and using the nRF52810 as the receiver, 5 byte address.
We send a 2 byte packet usually 0x00, 0x00 until data is ready. If I set...
BT_DRV_RX_STACK_SIZE is too small and can't be configured. It needs to be more than 512 bytes in released versions of Zephyr, or 640 bytes, on the main branch. Note: I'm using...
Good morning everyone,
I am going crazy to solve this problem, but I hope we can figure it out with some help.
I am working on a prototype for which we need to use a...
The documentation for the Maximum Performance sample mysteriously states that the sample is not supported on the 5340 with no explanation as to why. As I am getting spurious...
Dear support,
I am using this board: https://www.nologo.tech/en/product/otherboard/NRF52840.html#%E5%BC%95%E8%84%9A%E5%9B%BE . I am trying to use any analog input to eventually...
nRF Connect for VS Code v2024.12.55 showed up yesterday and it seems to be broken for me; the "build", "flash", debug" buttons are not available to me, I am stuck with "Pristine...
Hello,
I fear that my toolchain and environment is seriously confused.
When i use the vs code extension sdk to install a toolchain or sdk i get the following message ...
I Have been trying to interface mpu6050 with nrf5340 DK .
f ( NOT "${ret}" STREQUAL "0" )
message (FATAL_ERROR "command failed with return code: ${ret}" )
endif (...
Hi,
I'd like to know what is the cause of the stall in
sym_E5Q6O4GY4KO3GMW7WJYXLZKHO7ZGDWLU4ZPAKWA() at 0xa55a
when calling sdc_hci_cmd_le_set_adv_enable ?
Here is...
I am currently considering the use of an external Flash IC for a Matter device.
I have two questions and would appreciate your help:
1. Is the MX25R6435FZNIL0, which is...
Hello,
according the datasheet the nRF52832 has an gain error of 0.02%/ ◦C and E_G1 of -3 ... +4%. This is too high for our requirements. Is there a way to improve this...
Hello DevZone,
I'm developing a HomeKit project for the customer. They require 2 BLE advertising in one device. One advertising is for HomeKit over BLE, and the other one...
i want to switch between two code... the code is simple led blinking i am trying for the testing purpose...in my code 1 led1 is blinking 500 ms of delay and in my code 2 led2...
So from my understanding from the zephyr documentation, if I want to use 7 bit I2C addressing, don't set I2C_ADDR_10_BITS. I am wondering how I can make sure this macro is...
Hi,
How do I add the System ID characteristic (UUID 0x2A23) from the Device Information Service (DIS) using Kconfig commands in the prj.conf file?
For example, I can add...