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...
mcumgr seems to not like the hex files in mfwnrf9160120.zip, and the NRF programmer can't be plugged into anything automated such as CI, and I'm also running into https:/...
Hi!
This is what I'm using:
-SoftDevice S113 v7.0.1
-SDK v17.0.0.0
-SES v4.52c
-nRF52840
I've created a custom buttonless uart bootloader based on the "secure_bootloader_uart...
So with my NRF52840 board I am trying to use the cc310 backend in zephyr. My project did work until I recently tried to upgrade to ncs v 1.3.0 . The issue was that the build...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
I am working in nRF52840 chip with SDK 15.3.0 and softdevice s140. I am looking to automate third party BLE peripheral device, this device is designed to connect with smart...
Hi All,
I have integrated DFU service into my application. I am successfully able to use OAD so far. Today I have added a piece of code to my application. So, my binary...
While doing power profiling on Adafruit's nRF52 Arduino port, I have noticed that when using delay(500), the CPU power consumption goes up about 1ms before actually returning...
Hi,
I have a project where I am wirelessly streaming 16bit mic data at fs=50,000. I'm receiving that data on another nRF52840 dev board. I've ensured that the data doesn...
Hello,
I use the nRF24LE1-32 develop a product. It has strict requirements for low power consumption.Now I get 10-20uA current on deep sleep mode referring to the article...
I'm trying to pair my device (nRF82382) to nRF Connect (Dev Kit) and using another Dev Kit as a BLE_Sniffer. I'm trying to establish Pairing with LESC enabled. It's Pairing...
Hi community ! All is in the title.
The latency between sending the message and receiving the callback is not stable ( between 1600 & 4300 ms) I know that this delay is...
Hello, guys!
We are currently developing our firmware with nRF9160-DK and nRF Connect SDK v1.3.0. Among the other things, we need to communicate with the ultrasonic sensor...
Hi,
As we are in design phase of our custom board based on nRF9160, can you please let us know what all pins needs to be exposed in our design for collecting modem traces...
Hi Team,
I am trying to integrate a scheduler feature for my Thingy 91 using a nRF9160 DK kit. I searched for a few examples and found the one below in the link:
https...
Hello everyone,
I am developing a simple BLE node with an I2C sensor on it. Basically I just need to send over BLE the measurements made by that I2C sensor every minute...