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,
How to auto-connect with my BLE peripheral without an external application?
Here, the Android mobile acts as a central, and the nordic chip act as a peripheral.
...
SDK15.0.0/SEGGER/Windows
Hi, I ran this example: https://github.com/NordicPlayground/nRF52-ble-long-range-demo .
Note: Added NRF_LOG_INFO("%s", p_adv_report->data.p_data...
Hi, I have a problem with DFU upgrade over BLE on nRF52840dk. For some reason,the upload speed is quite slow ~0.4kB/s. For this test,I used SMP server app and did the compilation...
I'm using DFU of 52840, .I find a question, my development board can work normal with ble_app_buttonless_dfu of nRF5_SDK_15.0.0_a53641a,but my product board can't work well...
When building an app with mcuboot as part of a multi-image build, how can I pass the app version to imgtool so the app_update.bin header gets created with the correct app...
Hello,
I am using a custom nRF52840 (SDK 14.2.0, SoftDevice S140) based board.
Our boards stopped advertising and upon debugging we saw an error in the peer_manager_init...
I am testing the product's DFU using nRF52832.
Select File disappears after downloading nRF ToolBox App once.
Is there any way to not disappear from nRF ToolBox?
If...
Can I use P0.21 as a regular GPIO ? When I power the chip up, will it start correctly ? Is there any problem if I connect it to a LED and resistor ? How do I configure this...
I'm using the NRF52840 SDK 15.0.0
I have 2 task threads and 5 ble services.
Now what happens is when I'm trying to connect the device with 2 tasks and ble services I'm...
Hello,
Is it possible to read the received byte if the parity error occurs? Because I want to receive 9-bit data on UART and get the 9-th bit based of error?
Dear
I am trying to locate the data area of application code from device (nRF52840).
From here , it show me the bootloader will locate at from 0x000 F 8000 – 0x000F E000...
I've been writing a vendor model for Bluetooth mesh based on the light lightness model in the SDK. I'm extending the generic level model into my model - a window openess level...
Hello -
I am trying to set up the nRF9160 DK kit. I successfully updated the firmware and entered the ICCID, PUK, IMEI, and HWID values. When registering for nRF Cloud,...
Howdy,
I'm trying to get Zypher up and running with the Particle Argon board using the nRF52840 chipset. The goal is to get both Bluetooth and UART working, but for now...
Hi all,
We are using nrf52 DK (both pca10040 and 10056) to develop a multi-channel ADC sampling module running Mynewt.
The example ADC code with Mynewt is a single-channel...