I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
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...