hi...
i want to use two uarts in nRF52840 , one uart to one pc and another uart to another pc .Data should be transferred and received between the nRF52840 and pc how can...
Hi, i'm using two nrf52840 DK ev kit. One it's the central and one the peripheral
After the connection I need to save power at the peripheral board, because the cpnsumptio...
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...
Hello,
I am currently using the GPIOTE Driver (nrf_drv_gpiote) to detect external interrupts from a sensor on a custom board using the nRF51822 with the S130 v2.0.0 SoftDevice...
Hello,
I've an issue with several smart-phone models when I use the softdevice S130 v2
I did tests with PCA10028 and the example "ble_app_bps".
I used softdevice...
I use app_button with simple handle function. When button is pressed the led is on, when released the led is off. Everything works fine, but after some random number button...
Hi all,
I am having issues with the BLE DFU process with both nRF51822 and nRF52832 (with different applications).
I use the nRF Connect application to update my device...
Any idea why sd_ble_gap_rssi_start(handle, 0, 0); returns NRF_ERROR_INVALID_ADDR ? The documentation doesn't list that as a possible return value and I can't look in the code...
I write the code almost ok.
but , I neet the DFU function to UPDATE THE software .
Now, we only find a v11 example can run ok but only a zip, not including any code. ...
Hello,
First of all, I've read the entry below.
devzone.nordicsemi.com/.../
My questions:
1 - If I cannot advertise for only specific masters, how can I provide...
Hello!
I have a problem with NRF8001 modules. I have two similar boards - one with NRF8001C and another with NRF8001D module. NRF8001C board works well, but NRF8001D board...
Hello all, at present time I'm making investigation of BLE link stablility at harsh megapolis environment and at long open space ranges. During testing I found out some information...
Looks like there is an error in the nrf_drv_gpiote_common.h :
#define INTERRUPT_PRIORITY_VALIDATION(pri) STATIC_ASSERT(((pri > 2) && (pri < 4)) || ((pri > 5) && (pri <...
Hi guys,
So as I'm migrating from SDK10 to SDK12 I've noted that the app_pwm module is consuming more power then expected while disabled ~300uA. After initialization, I...
Platform: nRF52-DK using SDK12.1.0 and S132
Summary: Using nrf_log module from SDK along with RTT by setting NRF_LOG_BACKEND_SERIAL_USES_RTT flag causes nrf_log_serial...
For example, in SDK11, the file:
components/softdevice/s130/toolchain/armgcc/armgcc_s130_nrf51822_xxaa.ld
Contains:
RAM (rwx) : ORIGIN = 0x20000000, LENGTH = 0x4000...
Not a question, but a big thank you to Nordic Tech Support (Kristin) who reviewed our nRF24 design several times until we got it right :)
Implementing the recommendations...