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 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 Supportor
I have two board, if I didn't set the gain, which used default of SDK, one board output value is 0x2f5, another output ADC value is 0x266.
I set the gain...
Hello,
I'm having issues with what I believe are interrupts, if I use the bootloader.
I'll give a brief description of the issue I faced, and then I'll state how to reproduce...
Hello,
Is there any documentation available that specifies what version of nrfutil is required to create DFU packages which are compatible with a SDK and/or soft device...
Hi
I am using NRF52 with 512KB flash, and with SDK15.2
I am not using DFU
I tried to protect the program flash pages using "sd_flash_protect".
I tried to protect pages...
Hi everyone,
Currently I'm using Android Nrf Mesh Library 2.4.1 for provisioning device into network.
I face the issue which can not be found why to fix this error.
...
I cannot set CONFIG_POWER_OPTIMIZATION_ENABLE to yes in the master branch. It leads to deadlock in at_cmd_write() because that ends up getting executed in the socket_thread...
I copied the slm application into a directory outside the SDK (e.g. C:\temp\slmapp) and I launched a command prompt from the nRF Connect's tool chain manager. Then I navigated...
Hi, I was trying to interface nRF 52840 with a SPI based NOR flash (IS25LP064A). I am using SPI example in 16.0.0 sdk version. But i am not able to read the device id as this...
Hi,
I use SDK15.3
There's no such define in "ble_gap.h"
Is this define "BLE_GAP_ADV_TYPE_EXTENDED_CONNECTABLE_NONSCANNABLE_UNDIRECTED" only S140?
Because 52811 use...
Segger Embedded Studio always starts with license error even though a nRF52840 DK is connected.
It always complains as follows:
"
Embedded Studio could not find a commercial...
I'm getting an undefined reference to "app_uart_init". I've enabled the respective libraries in the sdk_config.h:
//====================================================...
I tried to combine the Wireless_uart example with the USB CDC example to be capable of using both but it doesn't seem to be working.
When I plug my board using the nrf USB...
Hi there,
I am using WIN10, Segger studio 4.52c and nRF SDK16.
I can successfully run ble_app_uart example on PCA10056, but when i try to run same code on fanstel EV-840...
Hi, I have been working on setting up the environment for development of nrf52840 and nrf9160 the past three days. I have nRF9160 dk which comes with nrf52840. I have been...