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 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...
I am getting errors when initializing the Peer Manager in my code. Here are the items that are unique to my setup:
1) I have a thread which uses fstorage to store a single...
Hi all,
Using the nrf52832 TWI, I am trying to interract with a sensor through I2C.
On the same board, I am successfully able to exchange data with an accelerometer...
Hi Everyone
I have an nRF9160 DK v0.8.2 and I'm running the asset_tracket sample.
I'm from Portugal so iBasis sim card doesn't work here. So I went to Spain and tried...
Hi Guys, trying since some weeks to develop an " simple " Gap advertising with only 2 "service Data" ( battery level and an ID of 4 bytes with an uuid of 128bits with Mbed...
Hello.
I run a project on RTOS base on embOS of Segger. Now I want to add a BLE task base on Nordic BLE peripheral UART. As a standalone project not on RTOS it is run O...
With mesh dfu, whether to upgrade the firmware of many different devices at the same time is supported. Multiple device deployment spaces are adjacent, and simultaneous transmission...
How to fix this error: Installnnnnfgo Studio tips can't find nrfjprog.dll The development environment is: windows 10 Pro 64-bit operating system MDK-ARM Plus Version5.20 nRF...
Hi,
I am in the process of converting a large freertos project from nRF52832/SDK14.2 to nRF52840/SDK16.0
I've managed to convert everything but the buttonless DFU...
I seem to be getting odd behavior of the UARTE0. Actually, this same behavior happens with the standard UART0.
I have a loop that sends a two byte message every 1 second...
Dear Nordic Support,
I just got my Thingy:91 and I followed your Getting started guide. I registered the SIM card successfully but whenever I reached this step, it always...
According to the nrf52810 v2.1 data sheet, the radio draws 7.0 mA at +4 dBm TX power and 4.6 mA at 0 dBm TX power.
How much power is consumed at transmit levels from -4...
I live in Vietnam, I try to use NRF9160 dev board to connect LTE and NB-IOT but device cannot connect to the LTE/NBIOT network. I am using the at_client example with nRFconnect...
Hi
I am using fafs example from SDK 15.0.0
It was possible to write to the SD card by SPI communication. However, using SanDisk's 32GBSDHC, it became impossible to write...
Hello
I have both mai.c and app_sdcard.c "static const nrf_drv_spi_t spi = SPI_INSTANCE (spi_instance);" Want to use .
So using "extern"
main.c
app_sdcard...