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...
I'm sorry. I closed this question and can't reopen. I need more answer.
If I solve all problem I'll close this question.
As you mentioned I'll try HW version modification...
I've just noticed that it's possible to call ble_advertising_init() and ble_advertising_start() with params that are quite conflicting.
ble_adv_modes_config_t advertising_modes_config...
Hi dear Engineers!
We want to add Eddystone compatibility to the device.
Is it possible use nRF52 silicon radio ?
How I understand, it is not compatible with any SDxxx...
After a few minutes of running, the Power Profiling kit will start printing out "Range not detected" messages in the console. It appears to be related with the "Average" window...
Hi,
I am using mca8652fc and used device address as #define ACCELEROMETER_ADDR 0x1D
but it is not reading WHO_AM_I register properly.
I used #define ACCELEROMETER_ADDR...
I did try SPI interface between nRF52-DK and MAXIM11300.
Unfortunately, I did not successfully it work.
I used SDK_11.0.0 on nRF52-DK 0.9(Engineering B) and that
...
Hello, according to devzone.nordicsemi.com/.../ it was an example in nrf51 sdk 6.1.0. I checked it and found no files or folders related, not in sdk 6.0.0 or sdk 7.0.0 Could...
Hi,
I need to send my packets with an interval smaller than 100ms in unconnectable mode. I know, that this is a restriction from Bluetooth standard. For my application...
Hello,
I've a problem with handling interruption on nrf51dk (SDK12.1.0).
I set GPIOTE to handle interruption based on the example code "pin_change_int".
I work with the...
I am trying to use the NRF51 soft device with the App_PWM library. I can get both working individually, but when I try to enable both, I can no longer connect to the device...
Hi ,
I am trying to interface SD card with nrf52. For this I am using fatfs example of new 12.0 sdk. I can able to write the data to file but when I am taking the data...
HI,
I followed this link github.com/.../nRF51-ble-bcast-mesh to develop mesh in nRF51822 dongles. i am able to flash the code( nRF51-ble-bcast-mesh/nRF51/examples/BLE_Gateway...