on the page
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v16.0.0%2Flib_crypto_backend_micro_ecc.html&anchor=lib_crypto_backend_micro_ecc_install
step...
Hi,
In our one of the product we are using Nordic nRF52840 MCU and we compiling this application code in windows with SEGGER Embedded STUDIO IDE Version 4.30a and Tool chain...
Hi,
We made an online course on Bluetooth Low Energy, includes BLE Fundamentals & Architecture, step by step implementation of Environment Sensing service development...
Hello, I am using nRF9160 PCA10090 DK. I want to make my board as central device and scan for all nearby BLE devices and display its rrsi value and device id on a terminal...
Hi Dears,
I have submit a issue for about two weeks but no response yet, would you please help me for handling it?
The link is https://devzone.nordicsemi.com/f/nordic...
It's really really really annoying that the DevZone contains so much outdated infomations and deadlinks .. especially after moving to the new website !!! :-(
Hello! I'm trying to develop an Android-nRF-Toolbox App. What features and folders do i use with show logs? In order to develop the uart in the toolbox app, we have deleted...
I read somewhere that to get the callback working on pstorage write, read etc, you need to call pstorage_sys_event_handler() in a function set by softdevice_sys_evt_handler_set...
Hi,
Each Gazell device has unique address identifier (i.e. base address + prefix) mapped for each pipe. How about the host?
For example:
Device that transmits on pipe...
Hi,
Each Gazell Device has an unique address identifier (base address + prefixes), what is the default address identifier for the HOST?
For example
Gazell device transmits...
Hi,
I'm having trouble with how to begin debugging a hard fault error in my code. When I run the debugger, it always ends in the HardFault_Handler in arm_startup_nrf51.s...
I am developing a project by employing nRF51822 and my code is based on ble_app_uart. I met an issue that if there is no device connects to nRF51800 in 3 minutes, the program...
The nrf51 ARM Cortex-M0 processors, according to the documentation, are "code compatible with Cortex-M3". Does this mean they implement LDREX/STREX instructions for atomic...
Hei,
We would be using nrf52 chip in a very miniature device that should have both BLE and NFC capability. NFC is needed for just as a tag. Thus, nrf52 is a good option....
I moved from SDK 7 to SDK 9. I'm using timers with SDK7
APP_TIMER_INIT(APP_TIMER_PRESCALER, APP_TIMER_MAX_TIMERS, APP_TIMER_OP_QUEUE_SIZE, true);
err_code = app_timer_create...
I work with the IAR Workbench and the nRF52 and would like to enable the floating point unit. After installation of the MDK-8.1.0 and the check of the nrf52832_xxaa.i79 file...
Not able to access the corresponding On characteristic if having more than 1 service having this.
Noticed that the app always write to the last On characteristic instance...
I donwloaded and executed the nrf52 examples with Keil µVision as I use it everyday.
The problem is when I compile and use a BLE example, it is stuck in SVC handler.
The...
I have a problem to make a program that read e put a string in UART. In version 7 of sdk there are functions simple_uart_get() and simple_uart_putstring, but this functions...
In the examples\bsp\bsp.h file there is a typo on line 61:
#define BSP_APP_APP_TIMERS_NUMBER 0
It should be:
#define BSP_LED_APP_TIMERS_NUMBER 0
Where is the...