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...
We are developing a standalone application. The bulk power is provided by LiPo battery, which can vary from 4.2V to 3.0V as the battery discharges. I have the system connected...
I recently added bonding and authentication to my application. I have two characteristics with CCCDs and they are both broken. One characteristic is "protected" (requires...
Is there a standard/spec for the UUID used for provisionee devices?
I don't see anything in the mesh examples that indicates a standard UUID format is used.
It allows...
I am using an nRF52 DK with Soft Device 6.1.0 on a Windows platform.
I am trying to add a new BLE Service and calling function sd_ble_uuid_vs_add() but get NO_MEM error...
I am developing three different projects for the nRF51822 using SDK 12.3 and the app_uart_fifo code module. Details of the projects are as follows:
Project 1 - implemented...
I am attempting to run the mesh Light Switch example with a provisioner, client and a server in debug mode using the Segger SES. I am attempting to debug the server code on...
Hello everyone, the sdk version that I use is 15.0.
I'm trying to connect my nRF52832 (master) to an external SPI slave memory (N25Q) to write and read data. The problem...
Hi Everyone,
RFX2411N is used to extend signal coverage of NRF51822. Here are the configuration below:
Use radio notification to generate an interrupt
Use this interrupt...
Sir,
System notifications where enabled On my mobile but still I did not get any kind of notification from Eddyston Beacon-URL.I am using nRF52840. Is there anything such...
Hello!
My project programmed on the nRF52dk board.
Using the twi protocol for communication with other driver IC.
Below code is twi_init source.
---------------...
Hi,
I am trying to transition from nRF51822 to nRF52840. I have the PCA10056 board to help me with the transition. I was able to make the BLE work with the nRF51822 by flashing...
Hi
I would like to read values from three AD channels where I use different sampling frequencies and different number of samples are captured at each sampling frequency...
Hi all
Recently, I have been developing a BT module using nRF52810. However, the module couldn't communicate normally with STM32 via UART as the MCU keep rebooting. And...