Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I have a simple demo device that does play to be a mouse and a keyboard using HOGP profile. I can get it running with Linux pretty well and I can get it running with...
Hi,
I'm migrating from SoftDevice 6.0 to SoftDevice 7.0 and I'm trying to implement the DFU in SDK6.0. I am experiencing an issue where whenever the DFU begins(reaches 0...
I have already made code of 3 pwm channels using c[0],cc[1],cc[2],cc[3]. I want 4 PWM channels but I dont have more cc registers left so how can i code it. plz help me.
ALso...
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...
Hi
I modify the ble_app_uart_c example to support connecting multiple nus peripherals.Calling the new_cccd_configure(p_ble_nus_c, true) return error after nus_c discovers...
Hi,
I am using nRF Connect 3.9.1 and power profiler 3.2.1. I have noticed that if I have a measurement on-going and go away for a while (4mins tested while writing this...
Hi,
I am using an nRF52840 with SDK 17.0.2 and S140 7.2.0. I am running a scheduler based on app_scheduler.
I am trying to make my FDS implementation blocking as it...