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...
Good afternoon,
In my peripheral application (SDK15 and Softdevice6.0.0) I can have several bonded central peers but only 1 can be selected on demand for the whitelist...
Dear all
Does the nRF52840 provide an unique device address (MAC) address, or that address has to be provided by the application layer to the stack/chip ?
Regards...
I am inquiring about the range of the nRF52840 USB dongle. I see a meandering antenna on the PCB. This is different from the DK's and am wondering if the meandering antenna...
Hello,
I'm trying to quickly prototype a BLE radio tester and was thinking of trying to use the nRF52840 Dongle as the BLE central to simply pair and read a couple of basic...
Hello,
I have two nrf52832 own boards. First is BLE_central receiver, second is BLE_peripheral transmiter.
SDK 15, SD-140.
I need to pair specyfic transmiter with specyfic...
Hi Sirs:
I am trying to change a characteristic property from "notify" to "indicate".
And the example I used was SDK15-> ble_app_uart .
I have ref these document:
...
Hi,
I'm trying to implement the buttonless DFU service example for SDK 12.3.0 into my own project, but when I call ble_dfu_init my compiled .hex file becomes 10 kb larger...
Hi,
I am working on SDK-14.2 and after execution of code i get this two error mention below.
sd_ble_cfg_set() returned : Unknown issue when attempting to set BLE_CONN_CFG_GAP...
Hi I have implemented a controller device using nRF52832. The controller device is installed in an industrial control box where it is used to control relays that subsequently...
Hi,
This question might be a little bit off, but not to far off for this forum I hope.
I am considering the nRF52840 Dongle to gain a better understanding of a issue...
Hi guys,
I need to get MAC address of my device and put it into characteristic? Is it possible? And maybe someone can tell how to implement this?
Regards,
Konstant...
Hi:
I use heart_rate_collector project in pc-ble-driver ( https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/examples/heart_rate_collector/main.c )to connect...