I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
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...