Hi Guys,
I know this is more for software issues. But I was curious as to where I can find trusted case providers/makers for the nrf51822 Beacon. Can anyone from the community...
Hi,
Has anyone converted the Adafruit graphics library for Arduino, Adafruit_GFX.h, to be compatible with the nRF51?
Could you please advise on how to convert this Arduino...
Hi all,
I have a few questions:
How is that ADC's common mode rejection capabilities? Rejection for 60 Hz interference, etc...
The datasheet has "typical...
Hi all !
I'm trying to evaluate the throughput i can have between a Motorola 4G and the nrf51. The nRF51 is the peripheral and the phone is acting as a central.
To do...
I have a digital microphone chip, it has the CLK, DATA, LR_SEL three pins, now I will pick up the three pin nrf5283 three pin is as follows: CLK connectionI2S_CONFIG_SCK_PIN...
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...
Hello,
I am having a strange problem with nRF Connect SDK for VS Code, and would appreciate some help.
I don't know what I did, but suddenly I am not able to "Generate...