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 a simple TCP client application running on the nRF9160. After connection to the server, recv is called and writes the data over Segger RTT channel 1, where on the host...
Hi,
firstly, I have to say, I use MBED OS, if you cannot help me because of this, I understand, but maybe somebody still has some general Ideas.
I am trying to build an...
Hi everyone,
Currently, I am working on my bachelor thesis for creating simple network by using MQTT, BLE-6LoWPAN and nRF52832. I have three nodes of 52832 and one raspberry...
Dear Nordic Community,
I am using the the nrf51 dev kit to try and program a custom board (nrf51822) connected to it via the the Debug Out connector. This setup has worked...
Hi,
I'm testing nRF52832 central data rate.
My SDK version is 14.0.0 and softdevice is 5.0.0.
I want to send 200byte from nRF52832 peripheral to nRF52832 central in one...
Hi,
I'm using NRF52840 with Softdevice and SDK v15. I would like to use an external 32.768kHz crystal.
If I understand correctly this is consistent with the eval board...
Would you please provide an example of using PA/LNA with nRF52840 (Softdevice S140) on SDK 15.0 or higher?
Unfortunately, I could't manage the code you've provided for the...
Hi With regards to iOS and Android versions of the 'nRF Mesh' applications .. (1) How can I tell if both apps are 'synced' to the same level of functionality/user interface...
Hi,
I want to test UART peripheral on nrf52840 by running example in path examples\peripheral\uart as it is.
Connection setup is:
nRF power source USB
nRF USB port...
Hi all
Previously, I used the nRF52832 with the interrupt-driven UART at 1Mbaud. But due to SoftDevice interrupts that blocked the UART-RX-IRQ for more than 6 bytes, I tried...
I am trying to set up fifo'ed uart. However, APP_UART_FIFO_INIT crashes with an error value 8. I traked back the reason into this nrf driver code fragment:
ret_code_t nrf_drv_uart_init...
Hi ,
I don't know if it is related to the code below?
#define UART_TX_BUF_SIZE 256 /**< UART TX buffer size. */
I cut two pictures and hope to help understand the problem...
We would like to develop an indoor navigation with BLE. The goal is to get the position of the mobile device and navigate to a specific location.
We have already four nRFBeacon...
Hi,
It looks like the nRF Mesh App on Android configures incorrect CCCD when an unprovisioned device exposes both Provisioning and Proxy Service in its GATT Database.
...
Is it possible somehow(and if it is then how) to send/receive user data from/to a PC terminal (serial port) to/from the dongle 52840 via nRF Connect of another provided s...
I'm trying to completely understand extended advertisements and what is possible when initiating a connection to a device advertising using extended advertisements. I'm using...