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 am using "asset tracker" project in nRF9160 DK.
I want to update asset tracker application through HTTP.
So i migrated changes of "asset tacker" in main function...
When I was running the heart rate example, I would report this error below, someone tell me what caused this error, which causes the driver to fail to recognize now. But I...
Hello,
The project I'm working in will be using the nrf52840-devkit to create an application which utilizes the on board radio for communication. We will be using nrf connect...
Hi
Hopefully a quick question. I want to send a set of bytes 'shtpData' between to routines but only one byte is being sent:
Sending 'unit8_t *dataPacket' of 5 bytes....
Hello?
There is a problem opening the SPM example.
I think it's because can't find the west.exe file. it's not in the Python37 folder, but in the Python38 folder. How...
Additional Information:
1. SDK: v15.3
2. Softdevice: v6.1.1
3. IDE: IAR v7.80.1
Problem Statement:
Is there a way I could enforce Secure connections just works...
SDK 16.0.0, Keil has a problem in development. FamilyPack 8.27.0 related issues. FamilyPack was changed to 8.27.1, 8.29.0, but another problem occurred. ("nrf_erratas.h" problem...
Hi,
I am trying to create a custom NDEF message to write to a NFC tag type 2 using the example code provided here.
https://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom...
I have a Nordic 52840 hardware, which comes with the bootloader. Learned that the register GPREGRET address is 0x4000051C. The app is written in rust language, and the address...
I use the HID (HOGP) profile for some features of this product. Before the product enters sleep mode, I attempt to update the connection parameters to reduce power consumption...
Hi,
I'm encountering a strange problem with the nRF52832 when it works as Central with two bonded Peripherals connection.
In particular I'm able to secure the connection...
I am interested in transferring large data (>255) over SPIS.
My application requires that the nrf52840 is operated in SPI slave mode. To manage such transaction I have SPI...
Hi ,
I need using dimming server example to add FDS function. But I meet some unstable sitation.
The bellow is the log show how the issue happens.
sometingtimes,FDS...
I am developing a robot controller(Central, nRF51822).
However, I am having a problem with UUID.
And I am using the ble_central (s130 ble_app_uart) example.
The figure...