I'm trying to add the product key it shows an error "can not the product to your list" and therefore i will not able to access to the User guide
Thank you
hello, im from india im using nrf24l01+ for my project to transmit and receive data between two arduinos. i tried all tutorial basic programs but i cant sucessfully send and...
I'm analyzing app_timer scheduling code..
I have an question about list_insertation_handler function in SWI0_ISR
I think if ( (p_timer->ticks_at_start - m_ticks_latest...
I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Dear,
secure_boot
I tried to change baud of UART0 from 115200 to 9600
nrf9160_pca10090.overlay
and nrf9160_pca10090.dts
Then, run LTE Link Monitor of nRF Connect...
Hello
I'm using NRF52 PCA10040 board., SDK 15.2 libraries with GNU ARM GCC and Eclipse as an IDE developing FW on Windows10 x64.
I have been facing a problem trying to...
nRF52832, SDK 14.0.0, SD132 v5
We do not touch the LFCLK, either through the raw IO map or via the nrf_drv_clock() module.
We enable SoftDevice, do a bunch of work,...
Hi,
I send an indication to peer device and i was waiting for confirmation of that indication. Now can i send next indication before i receive the confirmation for that...
I am developing an android application to get real-time temperature over BLE notification. Currently, I receive the temperature sensing data 1 time per second. Based on the...
I'm trying to get the zigbee light control example running. Currently I'm stuck on the coordinator. I've compiled the example from SDK15.2.0 using armgcc successfully. I'm...
I having problems with compiling the project from Thingy:52-SDK 2.1.0, when i'm running the make command on the project i get the message:
Compiling file: nrf_drv_pwm.c...
I have been using up to SDK 12.3 and I now want to add an the FDS example out of SDK 14.
I'm building with armgcc for pca10040 and s132.
There are differences that I don...
This is in reference with https://devzone.nordicsemi.com/f/nordic-q-a/44413/issue-while-debugging-ble_app_uart-program-on-nrf52832-in-iar-ide-version-8-20-1
I could run...
Hi all,
i am trying to get DS18B20 temperature sensor to work on a nRF52832 chip. I have successfully ported this onewire library which is for nRF51 series to work on nRF52832...
With nRF52 central nus examles,
calling "ble_nus_c_tx_notif_enable" in ble_nus_c_evt_handler, it returns NRF_ERROR_BUSY( 17 ) nearly one out of three.
Reset can recovery...
I'm trying to debug my NRF9160 Zephyr app in Segger Studio but finding Step Over/Into is behaving like a Release build and jumping all over the place as would be expected...
Hi,
If i use SCAN_NAME_FILTER, the function nrf_ble_scan_filter_set's 3rd argument is null-terminated string.
But HM-10 send FULL NAME including null(0x00) characters...
Hi,
I'm trying to import nRF9160 DK altium files into circuit maker, and I managed to import the schematics(that was easy), buy when importing the .pcbdoc file circuitmaker...
In the 15.3 SDK doc there is a procedure for converting pca10040 projects to pca10040e. I'm using Segger Embedded Studio (SES) and it seems to me that the procedure is not...