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...
Hello,
I made a PCB of the nRF51822 chip and tried to program it with a simple led toggle code, but am not able to see any output, I am trying to figure out what is wrong...
In `nrf_log_backend_uart.c` there is a reference to `./integration/nrfx/legacy/nrf_drv_uart.h`. I'm upgrading the system to use the Nordic provided backend, but it would be...
Is there a possibility to compile the mesh stack and the examples with makefiles like the examples from the nRF5_SDK_15.0.0? I would like to work with eclipse and the same...
Nordic's own documentation explains that a "call" to NRF_LOG_PROCESS () processes, at most , one log entry:
infocenter.nordicsemi.com/.../group__nrf__log__ctrl.html
...
Hi guys.
Mbed OS 5.10 released Arm Mbed Cordio Bluetooth Low Energy (BLE) stack as shown in https://os.mbed.com/blog/entry/Arm-Mbed-OS-510-Release
Would it be possible...
Is there any way to program UICR registers using Keil ULINK programmers?
I know that the algorithm it uses to program Flash does not support UICR. However, I am able to...
Hi,
I tried looking for an answer for this, however unsuccessfully. I have a custom characteristic and I set it with a string of values when it is added to the custom service...
Hi Everyone,
I'm having some trouble understanding the different combinations of low power modes and how to use them.
When I first power up my board I use about 500uA...
Hi team,
We are doing indoor navigation project using BLE nordic beacons and we are using ble_app_beacon as a transmitter.
We are calculating the position of person...
Hi there, i'm trying to connect to the internet from my nrf52 chip.
one way i think, we can use the ios as a shareing point for the embeded world.
And i tried from a win10...
Hello,
I have a Mesh application using the nRF5 Mesh SDK version 2.0.1.
I wish to implement the possibility for a node to forget its provisioning status and become unprovisioned...
Does the NRF51 DK come with a SWD interface connector-cable to plug into a PCB's SWD port when flashing/programming code into a WLCSP chip soldered onto the PCB? If not, are...
I'm trying to setup a simple host node to broadcast a attention message with no definitive destination node. I need any of the child nodes (primarily asleep) to see and process...
Hello everyone,
I tried to use the example project " ble_ant_app_hrm" SDKv14.2 but it doesn't work. The bluetooth connection work correctly, I connect my smartphone with...
Hello Nordic
I am developing our device. It uses SDK 14.2.0 and s332 SoftDevice.
This device communicate our app by using ble as peripherals.
I thought that our project...