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'm trying connect central to 4 peripheralPeripheral has 3 different customization services. When I connected to 4 peripheral, I encountered the problem of service...
I have a question about "SEGGER Embedded Studio for ARM V4.12".
I want to place the section of the FLASH area arbitrarily. And, for example, I want to place the following...
There is now a TI CC2451 Bluetooth module as a reference. Using nRF connect to monitor the log content, it is found that when the mobile phone is connected to Bluetooth and...
Hi everyone, I have a question about GPIOTE.
What happens if for example, GPIOTE is used to configure a pin to detect a low to high transition, but the pin is already...
Hello
I have a problem with restarting advertising after disconnect event.
There are two scenarios:
In this case everything works fine:
I start advertising
...
Hello,
I started with the template app and tried to do two things on a nRF52832 using Segger Studio:
1) advertise custom service
2) use Application Timer and App Scheduler...
Cannot connect to nRF52840DK board using nRF Connect Bluetooth Low Energy app on Linux (Ubuntu 18.04 LTS). When I choose "Select Device" and choose my board, I get:
"Validating...
We have custom developed board using nrf52832. When I run the example program developed in SDK15.0.0 with Soft device S132 V6.1.1, no issue noticed in running debug mode ...
For creating a Bluetooth mesh Hub that will communicate to the Azure IoT server, which should be the best suitable ethernet board for connecting with the nRF 52 DK?
This is a bug report for SDK v15.3.
Once a GPIOTE interrupt is enabled for a pin, nrfx_gpiote_in_event_enable(pin, false) will not disable it. This appears to be an issue...
Hi,
I wanted to design a custom development board based on nRF52832 SoC. I will go with the exact schematic diagram which was given in Nordic supporting site ( https:...
I'm looking for some additional information about the Assisted GPS functionality in the nRF91.
Exactly what is it?
How does it work?
Is it available with the current...
Hi,
I have an application that does HTTP requests to a backend server. I'm now working on implementing TLS for encryption of the data.
Are there any examples of doing...
Hello everyone,
we are developing a bluetooth application based on the relay example included in SDK 14.0.0. We have already developed our own services and characteristics...
Hi,
I've been searching for a LSM9DS1 driver compatible with the nRF5 SDK >= 14.0 but I couldn't find any which uses the nrf_drv_twi so I started to write my own but it...