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...
Hi,
We have a custom software for our custom board. And would like to investigate a little in the AT commands going to the modem and the responses
is there a config...
I am using Connect SDK v1.7.1 and Ozone v3.26b. When I click "Debug with Ozone" in VS Code, I receive the following warning in the Ozone console:
I am able to correct...
Hello,
While developing the device, I found that the SAADC module on the NRF52833 incorrectly measures the voltage on the NRF_SAADC_INPUT_VDD channel if you set the REGOUT0...
Hi,
We have a device in production based on nrf52840 which uses UARTE to TX/RX data to/from a washing machine and in paralel communicates with a Phone App via BLE.
SD...
Hi,
I am using nRF5340 Audio DK. I have 3 kits currently and I have programmed one as a headset and the other two as gateways.
I would like to use the whitelist so that...
I think it'd be nice if there was a connect button like this.
but my device appear one button.
I think the multi-link function should be possible to solve this problem...
Is there a working example with using gpio_dt_spec for accessing gpios?
I used the code provided from https://docs.zephyrproject.org/latest/reference/peripherals/gpio.html#c...
Hello, by usingnrf52832 DK and testing some examples i found out that the example peripheral UART was not going like I wanted to do. He is going to sleep mode after 3 minutes...
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk.v1.0.1%2Fmd_doc_getting_started_how_to_models.html
Linkte verilen yönergeleri takip ederek...
Hi all, I discovered that if I get BLE_GAP_SEC_STATUS_AUTH_REQ while pairing, the device is basically useless until a new reset. I would be extremely grateful for some help...
Hi All,
I have a project which uses the zephyr shell, but I can reproduce the issue with zephyr/samples/subsys/shell/shell_module or any other sample making use of the UART...
uint32_t address = XIP_ADDRESS + addr ;
uint8_t * p_data = ( uint8_t * ) address ;
for ( int i = 0 ; i < len ; i ++ )
{
data [ i ] = p_data [ i ] ;
} The Pin of QSPI...
Hello,
I recently installed the VSCode Extension for nRF Connect and I am experiencing, what seems to me, strange behaviour.
Here's the steps:
I create a project from...