Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
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...
Hi,
I am trying to send the data received over BLE from nrf5340 to ESP32 and then from ESP32 to nrf5340 using UART communication using below configuration.
nRF5340 esp32...
Hi
I'm wrkig with nRF5 Software Development Kit v17.0.2 and BLE Mesh. When the device is running, after some hours of operation, the NRF_FAULT_ID_APP_MEMACC is getting triggered...
Hi,
I am using nRF connect SDK V2.0.2 chipset 52832 built using VS code.
Need to move the setup from an external clock to an internal RC oscillator.
When I disable ...
The following Pin definitions for QSPI result in Errors during build using NRF Connect SDK. This exact configuration is working on a custom design using nRF5 SDK using the...
I want my client to advertise forever so I added the following code:
static void ble_evt_dispatch(ble_evt_t * p_ble_evt)
{
ble_conn_params_on_ble_evt(p_ble_evt);
ble_nus_on_ble_evt...
Hi,
My device was designed with SDK 15.0, the APP_ADV_DURATION is set to 0 in order to have the device in advertising for all time.
Now I try to use the SDK 15.3 but when...
I've got an embedded application where I want to stream from my device to wireless headphones. Really looking for legacy (I think) right now as I'm not sure LE audio is supported...
I'm getting an occasional MPU fault on the nRF52840 on the Thingy91 when starting scanning:
Running arm-none-eabi-addr2line leads me to
buf->len -= len;
in...
Hi,
I am working on PWM and i am using bellow function for pin set cycles and it's working fine as per Duty cycle and frequency
i am getting the wave form also but i'm...
Hi All,
Is macro in /modules/nrfx/hal/nrf_rtc.h correct?
/** @brief Macro for converting expected frequency to prescaler setting. */
#define RTC_FREQ_TO_PRESCALER...
When compiling without a pm_static.yml in my project and using the dynamic partition resolver with mcuboot I noticed that I get an overflow error.
The current accepted fix...
hello
I am using ufl(U.FL-R-SMT(01)) 50 ohm antenna
My question is: is the matching circuit listed in the picture sufficient or do I need another component
Hi community,
For debugging / a project in very early stage I need to sniff Thread packages and (later on) Bluetooth (LE) and ZigBee packages.
I would like to use the...
After reviewing the add DFU support to your application guide
i have several questions:
1)What modifications are required for the nRF5340 with an app core and net...