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...
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 all,
We were trying to add ML and AI features to our nRF52840 SOC, for that we found one link https://www.nordicsemi.com/News/2021/01/Edge-Inpulse-and-Nordic-partnership...
NRF52840 DK
S140
SDK 15.3
Hello I want to read the value of dht22 at regular intervals using the _timer_handle. But I can't read the value. i read this and this...
Dear community,
i'm working on an application for the nRF52832. I would like to use MCUboot as Bootloader and Zephyr for the main application . The current situation is...
Hi,
-I have a custom board using nrf 52832 and I have interfaced LIS2DH12 using an SPI interface. -I am using SDK 15.2.0. I didn't use softdevice. -I have written a simple...
Hi, I am reading about your company's direction-finding chip products, but I have the following questions:
Whether the three Bluetooth direction-finding chips (Bluetooth...
Hi,
I am working with Nrf Connect's programmer application and I was wondering what button `Erase & write` is actually doing. Is it erasing all memory on nrf or maybe only...
This one was written by a former colleague of mine, using radio to simulate a BLE broadcast driver. I use in my own project, it is completely possible to realize the radio...
unknown type name 'nrf_dfu_set_adv_name_svci_async_t'
'nrf_dfu_adv_name_t' has no member named 'len'
also
nrf_dfu_set_adv_name_svci_async_t dont understand how it...
Ways to reproduce:
Create SES project with the following: nRF Connect SDK: v1.5.0 Project: blinky Board name: nrf52833dk_nrf52833 (can probably be any nrf52xxx). Also happens...
Hey anyone,
Going through the 'getting started' process for the nRF 9160 DK I'm having some issues.
I've followed the steps to install nRF connect etc. suggested in the...
SDK 14.2, S140, NRF52840
I was trying to use the low_power_pwm library but upon copying the code from the lpp example, I get this:
Linking ble_bse_pca10056_s40.elf, 4...
Hi,
So I am working on a school project with NRF52840 (DK) developing a ZigBee compatible Window Blinds controller (battery powered).
And for that I am using the Window...
Hi
Is it possible to get any idea of timeframes for NCS being synced with upstream releases?
Zephyr have a public timeline for when releases will happen (sometimes not...
Hello,
In Nov 2020 I wrote a program for nRF52805 and it was working exactly as I expected it to.
Here is a small section of the code.
Basically, I just need to be...