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
I'm reading the documentation and I have some doubts about the nRF9160 board.
So, the board is divided into the micro controller nRF9160 SiP ( https://infocenter.nordicsemi...
Hi Devzone:
I have 1 differential pair and 1 single ended pin I want to read, so I wrote code below into saadc_init function:
In this case AIN4 is the single ended pin...
Hello Support
When calling the function nrf_nvmc_page_erase(0xF7000) (In nrf_nvmc.c) I immediately get a Hardfault error when the code reaches the line where it calls wait_for_flash_ready...
Hi there,
I'm working on nrf52832 and using a PPI channel between a Timer and an SPI to output a voltage, for now, it works fine. But when I try to make it faster, e.g...
Hi,
Just reporting an issue I am having with the nRF9160 SDK in the hope that it will help someone else. OS is Ubuntu 18.04.
I was getting errors which look like this...
Hi,
Is there already written implementation of the Generic Battery Models and Generic Property Models for Mesh SDK for nRF52 Series?
In the nrf5 mesh SDK (nrf5_SDK_for_Mesh_v4...
Hi,
Small question regarding BLE_NFC_SEC_PARAM_IO_CAPS.
I want my NRF application to advertise so my mobile will connect with passkey.
I need my mobile user to send...
Hi All:
Not called the above timeslot, peripheral timer( nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2) ) Can enter timer_handler normally. code snippet:
void...
Hi All:
Not called the above timeslot, peripheral timer( nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(2) ) Can enter timer_handler normally. code snippet:
void timer_handler...
NRF5 SDK 15.3.0 has an issue in a module nrfx_wdt.c . In function nrfx_wdt_init line of code: nrf_wdt_reload_value_set((p_config->reload_value * 32768) / 1000); causes to...
I managed, through the Nordic library for Android `thingylib` ([github]( github.com/.../thingylib)) , to connect to thingy52 and receive in the callback listener `ThingyListener...