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...
Dear all,
In my project, I only want to use a battery to power for nRF52832. So, I want to add the feature which can measure the battery level and notify the user. But I...
Hi!
Im trying to implement DFU but got stuck at sending the init packet.
The problem seems to be that the the init data doesn't get transfered somehow, and the symptom...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi Nordic,
I have tested the example, the softblink is working by configure the structure below:
typedef struct { bool active_high; /**< Activate negative polarity....
We are developing a BLE Beacon using the SDK v12.2 and the softdevice s132 on a nRF52832 chip. The code works on the DevKit successfully but it doesn't work on our custom...
We found the devices developed with nrf51 and nrf52 will disconnected from the iphone sometimes, and we can't find the real reason.
I study the gap parameters on nrf51 and...
Hi there,
Seems that the flashlog read processes a log entry from flash using nrf_log_std/hexdump_entry_process, which does take care of the formatting string in the entry...
I have successfully implemented DFU over the Air function using Android-DFU-Library (Github) for my Android mobile phone.
The Android-DFU-Library needs Android 4.3+ at least...
Hi, I am after a bit of advice regarding the SPI interface between a nRF52832 acting as a master, and 3 slave devices. I only need to communicate with one SPI device at a...
Hello,
my goal is to measure the average current consumption of an external chip connected to the Power Profiler Kit on Windows 7. Since the Software inside the nRF Connect...
using SDK 12.1.0
The original error (compile time only) is
main.c(338): error: #94-D: the size of an array must be greater than zero
my snippet @ line 338:
SOFTDEVICE_HANDLER_INIT...
We run SR3 on android system which is working , need change system to embeded linux .
we run SR3 on embeded linux , i can't use voice function .
we get son info: https...
I wanted to use the sdk board support file with coustom board having 13 buttons. I have modified the bsp.c and configer number of low power events and added a coustom header...
Hi,
i have interfaced a ADC device in the nrf2 development kit,i am getting the values from the adc after using the SAADC example,
i want to implement the same with the...
Hi softdevice uses s130 The board is using nrf51 dk. The example uses the ble_app_beacon example from sdk12.3. if (switch_hit ()) { // NRF_POWER-> SYSTEMOFF = 1; // sd_power_system_off...