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 using
PCA10040
SDK 15.3.0
Keil IDE
The soft device is S112
JLinkRTTViewer for debug
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10040e...
hi,
I use nrf5_SDK_for_Mesh_v4.0.0_src and pca10040 borad.
examples/dfu is successful.
But there was an error after the merge.
C:\Python27\Scripts>nrfutil dfu serial...
I setup my adc in continuous mode with sampling rate set to 200ksps, when I trigger NRF_SAADC_TASK_START, I am not getting data; unless I trigger NRF_SAADC_TASK_SAMPLE and...
I am using DSK 15.3, SES 4.30 with SD 132. The base example I am using is the ble_app_uart_c and I am adding the PWM function to drive a simple piezo buzzer.
The pwm_library...
I am looking for a way to interface with the onboard Bluetooth on the Thingy 91 as well. None of the examples (Peripheral NUS, Central NUS) etc currently work with Nrf52840_pca20035...
We have a need to verify an secp128r1 ECDSA signature. I see that this is not one of the curves supported by the CC310, but I'm looking into creating the CRYS_ECPKI_Domain_t...
The documentation says "This module is ONLY for debugging purposes and must never be used in final product". I know in an ideal world all possible errors are handled and device...
Hello, we are developing a system that will include an nRF52832 in peripheral mode, that will be connected to from a maintenance App (or something) on a mobile phone,and will...
Hi support team,
I'm using sdk 15.0 and softdevice s140_nrf52_6.1.0 and nrf52840.
My application has strict requirements on power consumption, so I have to set advertising...
It seems like this should be a simple thing, but I can't find an example of it, and nothing I've read here seems to help.
I want my app to come up in general advertising...
I'm working with Fantel's adaptation of the nrf52840 (EV-BT840F). I have gotten the GFX example working with Adafruit's ILI9341 in SPI mode, however I am having a problem...
Hi,
How do we detect network detach in nRF9160 in a general way?
We use lte_lc to connect which blocks until we have connect/attached to the network. But how does lte_lc...
Hi,
I have a little program that is built on top of the USB CDC ACM example. This little program waits for an SPI event, when the event arrives, it reads the SPI peripheral...
Hi,
For my project I use a ble central and a ble peripheral.
I have to send data from the peripheral to the central and i use hvx indication to do that.
I have two charactics...