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...
Hi all,
may be you can advice me on a solution.
I need to be able to wake up a system when one of the pins shows more than 1v and I also need to wake up system when...
Hi,
I'm using ble_app_multilink_central to connect different device.In the example, it can connect to the lbs service. If I want it connect the uart service,such as ble_app_uart...
Hi Nordic,
we need to modify bootloader code base on your dfu example. Now We meet a problem that we can't program it by clicking icon "Load" on keil comile project. report...
I am having problem to download SDK NRF51 12.0 example firmware onto Redbearlab BLE Nano nrf51822. The compilation and build is fine. It is shown as
Erased Failed!
Error...
I have a custom board with an nRF51822, running the ble_app_hrs from the 12.1.0 SDK with softdevice s130, using the internal RC clock in a custom_board.h as follows:
#define...
I'm learning about the nRF52 series and so far love everything I see, especially the SDK. But I just got to the point where I'd like to generate precisely timed output, and...
Hello Nordic Team,
As I'm worrying about the max payload lengh that I can notify using soft device s130.1.0.0 on nrf51822 (256 Kb Flash/ 16KB RAM, SDK10), I thought about...
Hi,
I'm porting our project from sdk10 to sdk12 with SD S132 V3.0.0. I cannot find a way to reset the device in app and boot in bootloader in order to do a OTA update....
I have a working custom DFU bootloader based on the official bootloader from the SDK 8.1.0.
Updating the normal application code works without any problem.
Now I want to...
Hello all,
I try to trigger two events with two different periods, the first at 200ms, the second at 300ms. When I set the same period for the compared value, it works...
Hello,
I am tring to do a Bootloader update OTA using the bootlader DFU Dual Bank. Application update OTA is working fine while it is not the case for Bootloader update...
Hi,
I can't get my head around the cipher and auth used by SD132 in BLE (nrf52832,SDK12).
Could someone please explain which HW blocks and SW libs are used for encryption...
Hi, I'm trying to create a custom PCB that uses nRF52832-QFAA and a Meandered trace antenna.
The PCB's environments are 4 layered, FR4, 1.6mm thick, and green PSR ink....
Have built the HTS example and flashed to the PCA10040 board.
Using the iOS app HTM (within nRF Toolbox):
connect.
get notification from the Battery Service
...
Hello,
I have a low-level application that does bluetooth reading to find beacons, and I would like my application to read the battery level to display in my web application...