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...
SDK is nRF5_SDK_13.1.0_7ca7556.
Example is ble_ant_app_hrm.
Softdevice is S332.
The example can connect android but can not connect iphone.
Iphone 7 and ios is 10...
Disconnection of the peripheral is done without enabling another connection, the only way is to reset the module.
It happens sometimes after 5 min up to 1-2 hours.
If...
Hi all,
I'm working on an application that requires BLE. I've recently upgraded my project from sdk 14.0 to 15.2 in order to deal with some problems that I ran into with...
Hi,
I am trying to configure the nRF52810 clock setup to accept the LF CLK source from a pin on stm32l4xx on a custom board without much luck. My setup works correctly if...
Hello. I move ble_app_uart with a combination of nRF 52840-DK and SDK v 15.2.0. Using UART 0 or UARTE 0 confirms that it can communicate with nRF 52832 on the Central side...
Hi,
I am trying to understand the current consumption of a very simple BLE application running on the nRF52832 DK. For my final use case, I'd like to reduce the peak current...
Our project uses a Raspberry Pi compute module 3 connected via UART to 2 nRF51822. I'll go through what is working and than describe the issues I'm having
What's going...
Hi, I'm using ble_app_hrs_freertos from SDK 15.2 on PCA10056. I noticed that logs stop working (RTT) when I increase configTOTAL_HEAP_SIZE to 64k. I tried play with various...
I've got myself one an E73-2G4M04S1A board containing an nRF52810 chip for evaluation. I've setup an Raspberry Pi 1 rev2.0 with OpenOCD using this guide and wired it up according...
Hello,
i have bought 3 modules from Rigado (BMD-330-A-R) with a nRF52810 SoC, is it possible to flash it with an Raspberry Pi? I read that SWD is possible by its SPI-Interface...
We are in progrees of developing a wearable device using NRF52832 with BLE. The problem is, we have quite a few chips dead after several times of rewriting. The dead chips...
Hi,
I tried adding PWM for turning on/off the LED's on the DK for the Enocean switch example. It worked well.
I tried to perform dimming on the switch example by restricting...
Hello All,
This is a trivial question I guess but I am not able to figure out
Working on : nRF5 SDK for Mesh v2.2.0
SDK version : nRF5_SDK_15.0.0_a53641a
I have...
hello ,
can anyone tell me what shall i change in light_switch_client ( server ) to implement the simple_on_off model instead of generic_onoff_client ( server )
i started...