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 all,
in Central mode I would like to retrieve the list of all the devices present.
I have developped a litle USB dongle, and I need to list alls peripherals, but after...
Hello,
I am using hardware PWM on NRF52832 in order to drive a MOS. I found something unexpected with the rates. i understand the PWM rate is determined by the clock divider...
So I'm trying to merge the ble_app_uart example with a project of my own, using SDK 14.2.0, but keep getting errors with the ram.
At first, my own project's ram start was...
NRF_LOG_ERROR should be coded not NRF_LOG_DEBUG for error conditions.
Not only will the log calls not be compiled and not displayed if
NRF_LOG_DEFAULT_LEVEL is less than...
Dear Madam/Sir,
I'm measuring the nRF52840 DK current consumption with my custom ble_peripheral app and other example ble_peripheral apps, namely ble_app_proximity, ble_app_pwr_profiling...
Hello,
I'm using the nRF51422 uController and the SDK 11. I tranferd from Keil to Eclipse and followed the tutorial to do so. But now I got a Problem while flashing my...
Hello Nordic team
I am working on "ble_app_uart_pca10056_s140" SDK V-15.2. IDE: Segger Embedded Studio.
After compiling above project I am trying to download two files...
nrf52840
sdk 15.2
i am using termite for serial viewer. and problem is my code gets complied with no errors and when i open termite there is no data in termite. i checked...
As it is stated in documentation, RTS is active low. But a peripheral device we use expects it to be active high. Can this be changed in software somehow or it requires a...
Using NRF5 SDK 15.0.0 with nrf52832.
I'm curious about the intended use for the BUTTON_HIGH_ACCURACY_ENABLED flag in the button module. I have a project where the main loop...
Hello,
Can someone tell me what is the sampling rate of ADC of the nrf51422. I have read the product specification document and reference manual but I could not find the...
Hi,
Im migrating from SDK8 to SDK12
app_timer crashes
Debugging at app_error.c shows m_error_data to be :
softdevice, pc 0x000104AE, fault ID 0x00000001 error_info...
In this function :
/**@brief Function for handling events from the GATT library. */ void gatt_evt_handler(nrf_ble_gatt_t * p_gatt, nrf_ble_gatt_evt_t const * p_evt) { if...
Hi,
I am trying to send some data over bluetooth, using the nrf52840, and i am using the ble_app_uart example to send the data. I am not receiving any data, when i connect...