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 everyone!
I want to form an Openthread network with three Nordic nRF52840 cardboards. I would like to monitor the traffic using a sniffer, but i can't receive any...
We are using the development board PCA10040 for implementing a prototype with several GPIO interruptions.
We are trying to use the NFC pins (pin 9 and 10) as pins of GPIO...
Hi all,
I am using Thread SDK3.1 and running successfull with MQTT-SN example (Border Router + 1 MQTT public + 1 MQTT subscribe)
Now, I want to change MQTT broker from...
Hi,
I am programming for an nRF52840 chip. I am using Keil uVision with the ARM compiler in version 5. My codebase is in C++, this is why I have the Misc control "--cpp...
Hi
I am currently using a nRF52833 DK. I am working with the direction finding feature of the nRF52833 DK. I have managed to send and receive CTE packets and I am getting...
The link given still points to the windows executable when selecting macOS or Linux on https://www.nordicsemi.com/Software-and-tools/Development-Tools/nRF-Connect-for-desktop...
I have CONFIG_GPIO_AS_PINRESET defined in my project (both bootloader DFU and main program), so pin 21 is setup as hardware reset.
I would like to disable this function...
Is it possible to use one of the development kits to simulate a cell phone so that I can test my device's bluetooth pairing, connecting, and communication?
I know I can...
hello, I'm working on the nrf52832 and sdk15.0.0 , I made my first custom perihperal with custom services, and now i want the device to be connected only to the first device...
I just got my developer Kit and follow the instructions in https://www.nordicsemi.com/Software-and-tools/Development-Kits/nRF9160-DK/GetStarted#infotabs -> GET STARTED
when...
1. Is there any document available from Nordic that describes the exact steps to measure power consumption in PSM mode with the Dev Kit? Also, is there a test firmware available...
Hello,
When in try to activate "Console 'get' function selection" in menuconfig, I get an error "ERROR: undefined not in named choices or syms".
Can someone help me please...
Hi all,
I am doing a project with nrf52840 tags. I would like to collect the RSS values and the time stamp with my Android phone. I can see in the nrfConnect application...
Is the data stored in internal flash for mesh encrypted?
Or is any of it encrypted?
I'm talking about the data explained in this link:
https://raw.githubusercontent...
Hi,
I have test setup consisting of 2 boards, one that sends a packet every 2 seconds with CTE, and another with a 2-antenna array that generates MagPhase samples and sends...
Hi,
I am using "http_upgrade_ota" project.
I have added UARTE2 , SPIM3 and WDT peripherals in the application.
To use this peripherals i had to make change in "spm...
Hello, I have developed an application that advertises, connects, pairs/bonds using SEC_JUST_WORKS configuration, and then transmits data at ~2 second intervals to a smartphone...