Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
In mesh example project “dimming_server”,I have added functions: mesh serial, SAADC(use ppi) and compie pass.However,when debugging,an error is happened in the function"nrf_drv_timer_init...
NRF52840 support the long range bluetooth and BLE gateway SDK, look at here that RAK Wireless held a Beta and welcome the community to participate.This board with Cellular...
Good day!
Started to work with nRF mesh. And wanted to add ir_lib from this project to Generic OnOff example.
And Source navigator shows error: static_assert failed "unspecified...
You have dead links everywhere and no obvious location for the gcc command line tools. Where is this?
Here are dead links:
https://infocenter.nordicsemi.com/index.jsp...
Hello!
Our current project is bare metal and has logging over CLI. I'm in the process of setting up a new project of ours that uses FreeRTOS but reuses a lot of the same...
If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
Hi,
I'm trying to compare current consumed for different sets of commands mainly with floating point operations in them. As they execute fast, I'm putting them in a loop...
Are there any plans to add write capabilities to the NFC driver? The hardware supports it, but the library provided by Nordic does not (as far as I know). Are there any plans...
I started evaluating the nRF52 using Keil and everything worked great. However, I switched to developing in IAR because I have a full license. I'm using the same code (ble...
Hello Nordic,
I just read the news from may about the arduino primo and i am really exicted!!
I have been tring to decide between arduino due, or some complex ensemble...
I'm developing an application on a custom nRF52 board. I have no problem to program the board with Keil. However when I try to program the application with the nrfjprog, the...
Hi all,
I have been porting a project from SDK 8 to SDK12, andi have ported one of the services, however when i add a characteristic it throws
:ERROR:From File error...
Hello,
in my current project we develop a BLE firmware which runs on a custom board based on a Telit +s42 module (with integrated nRF52 SoC).
We are able to flash the...
Hi,
I am a bit confused from the example, in the specs it is said that writing the flash is word allign, and even so the example does something strange:
do
...
hi.
this is my code that i copied from ble_app_hrs_rtx .
osPoolDef(ble_evt_pool, 8, ble_evt_t); /**< Definition of memory pool for ble_stack_thread */
osPoolId ble_evt_pool;...
The ShockBurst bitrate mode ( nrf_esb_bitrate_t ) NRF_ESB_BITRATE_1MBPS_BLE is described as '1 Mb radio mode using Bluetooth low energy radio parameters.' in the SDK documentation...
I've recently updated the hardware on a custom board, moving from the nrf51422 to the nrf52832 and migrated the code from SDK9 to SDK11. I've got most of the functionality...