Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
My sensor is off-standard,so I have to use gpio to read and write my sensor.
Gpio IIC will take about 0.5ms to get data.
My app need send data every 7.5ms,it seems that...
Hi,
My android Proximity application fails on service discovery only for the very first time it connects with the devices(nrf51822 evaluation kit with sdk 5.2.0). Actually...
Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
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...
We are using SDK15.0.0 and have products with both the NRF52832 and NRF52840 sharing the vast majority of code between them. The softdevices we use are S132 and S140 at version...