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...
Hi,
I use SDK 12.3 to run experimental_ble_app_buttonless_dfu on nrf51822 after reference this blog , but still can not work.
It works fine with PCA10028 board.
I want...
hi :
i send characters of SPI master of 52DK to SPI slave of our target board(Nordic nRF52832), our target board use SDK v12 spis example. but spi slave event can not rececive...
I am using SDK 12.3.0 and S130 2.0.1.
In example ble_app_uart and ble_app_uart_c,
Central setting:
Peripheral setting:
Why it took so long to discover service...
Using the same connectivity firmware, a dfu update using nrfutil takes about four times as long as the same update using nrf connect. I have to setup dfu updating in a production...
Hi,
I am trying to communicate with a Wi-Fi module external to nRF52840 via UART. I am using the nrf_serial_read() API. I have tried different values for UART baud rate...
Hello, I am trying to broadcast a data among 2 receivers with a special ACK payload. I transmit and gather ACK with one receiver properly yet m_nrf_esb_mainstate locks in...
Hi,
I am trying to use Segger embedded studio for my project,
I get these errors:
Building ‘ble_app_uart_c_pca10028_s130’ from solution ‘ble_app_uart_c_pca10028_s130...
hello,BPROT does not work normally when i am debugging BPROT.
when i set CONFIG0 bit2 to 1,that is NRF_BPROT->CONFIG0 = 0x00000004,then i want to erase block 2(start address...
I am having a hard time turning ON semihosting. Here's my setup:
- Debugging is done via Eclipse GDB SEGGER J-Link Debugging with the Enable Semihosting checked and console...
Hi all,
I have a problem. I add NUS to light switch proxy . But the first time, I use nRF_UART or nRF Mesh connect to my Dev Kit. Then, I disconnect , I see it run MESH_GATT_EVT_TYPE_DISCONNECTED...
Hi,
I'm trying to set up a custom project with all the mentioned components. I build the bootloader, I'm using the `s140_nrf52_6.0.0_softdevice.hex` for the softdevice and...
Hi,
When i tried the light switch example from the Mesh 2.0 source code, i got the error code NRF_FAULT_ID_SD_ASSERT. when it is doing the provision process.
The last...
hi Nordic Support Team,
One Of Client has a Machine with Bluetooth Sending some Data every 1min.
They want to capture this data and Send this data through Mesh. Is it...
Hello,
I am using sdk 12.2.2 and nrf52 customised development board. My challenge is as follows.
1) I am getting success in fds'_write function.
ret_code_t ret = fds_record_write...
We planing to use the NFR52832 with heavy algorithm (Real time ECG analysis) with light BLE use. Does the BLE have higher priority that can slows the algorithm?