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,
I am working on the asset_tracker application.
I have integrated the "lte_ble_gateway" into the asset_tracker application and able to get the BLE values from nRF52840_PCA20035...
I am trying to use PPI to control an output pin. I am successfully using 2 PPI channels at the moment to use the COMP to do freq counting over a 10mS time period. I have added...
We have our first prototype ready and were measuring the power consumption. During development the values seems to be wrong.
So I just added a voltmeter to the DUT out clamps...
I'm having the issue of where calling app_usbd_cdc_acm_write() more than once within the ble_nus_data_handler fails.
A test case is based on the "examples/peripheral/usbd_ble_uart...
Hi,
I'm looking at the recent SDKs for S140 and I can't see an option to enable the TxPower field in the extended advertisement indication packet:
I've taken a look...
Hello there!
So far we were using v1.1.0 branch of nRF Connect SDK. However, we would like to experiment with the AWS IoT library so we were forced to move to the latest...
I am trying to use nrf51822 as central device and connect it to another nrf51822 acting as a peripheral device ..and i want the central to print the rssi value with respect...
Hi
I'm working on nRF52832 with SDK 15.2.0.
I have a device which is based on ble_app_hrs_rscs_relay.
I added pm_handler_secure_on_connection in ble_evt_handler and...
I have downloaded the example application code from github ( https://github.com/NordicSemiconductor/IOS-Nordic-Thingy ) and am trying to build it using the latest xcode development...
Hello, Guys. Using the function ble_nus_string_send, I've sent sensor values to my mobile phone. However, the data received came from an unknown character being broken. I...
Hello,
I use aws_fota as starting point on a mobile device with MQTT reporting.
What is the best way to manage loss of connection (how to know and how to cleanly rebuild...
Hello Nordic support
We want to add a function to monitor the RSSI of the other party's mobile phone at the time of Connetion instead of advertising. Is it possible...
Hello Nordic Support,
I have modified the USB MSC example to use SD card and have also initialized UART port. Basically, what I'm trying to achieve is to write data received...
Hi,
Question 1: Why nRF52832 not supporting Thread? Is it because Memory? Hardware?
Question 2: Can you advise what is the advantages or applications to use BLE+Thread...
Hi,
I'm sorry but i cannot find in the discussion the definition of this structure NRF_SPIM_Type
it is not defined in nrf_spim.h
typedef struct { NRF_SPIM_Type * p_reg;...