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...
I have following problem:
I am using a multilink NUS Central. With one peripheral connection everything works fine. But when make a second connection I sometimes get an...
HI
We are developing a 2d-3d mouse .
We are trying to implement OTA-DFU into our custom board .
We first tried it on development kit and its working fine too . I can...
Hello all,
Environment:
Rpi with Raspbian Stretch (Release 9.8)
Kernel 4.14.8-v7+
Architecture armv7l
I have followed the below links to build BLE 6LoWPAN environment...
After compiling the SDK 15.2 ble_app_hrs_freertos_pca_10056_s14 example in Segger Embedded Studio there are a number of repeated warnings:
"configTICK_SOURCE" redefined...
Hi,
i've got the TWI scanner example flashed onto the NRF51 dk board, using the default "Arduino" pins of P0.07 and P0.30 as SDA/SCL.
I've added two lines to the example...
I have a small collection of i2c devices on the bus that can be jumpered in (sda/scl disconnected). I am currently using SDK v10 and Keil v4.
I wrote this code to namely...
Hi,
I am trying to use the SSD1306 display with the nRF9160 DK.
I am using the code as is shown here
https://github.com/zephyrproject-rtos/zephyr/tree/master/samples...
hi, thanks for this tutorial : devzone.nordicsemi.com/.../ble-advertising-a-beginners-tutorial
i'm trying it on my nRF52840 devkit board.testing it with nRF connect application...
I have a nordic ble dongle. I want to interface it with an external microcontroller via usb. Is there a set of usb commands that can invoke the softdevice api's in nordic...
Hi,
I have a question about how IPv6 addressing works in an OpenThread network. I read in the OpenThread website that the ML-EID is also known a Unique Local Address (ULA...
Hi,
So I've made a post that I was unable to debug my app with the bootloader. But I've found out that it is entirely different problem. So my app is runnning whit FreeRTOS...
I'm trying to sample analog input but there is no value after sampling.
I tested the input by configuring it as digital input and it worked correctly.
Below is code. Any...
Hi,
I totally forgot about the voltage level difference between the debugger and the dongle and connected them. It was somehow working in some cases but not consistenly...
I tried to port the example "ble_app_ipsp_initiator" to pc-ble-driver and run on Linux. The peer device is another PCA10056 device running ble_app_ipsp_acceptor. The problem...