If some one else have trouble that the Nrf52840 Dongel do not mount using cdc acm on openwrt this will most likely help.
First number is the verdor id second is the product...
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...
It looks like the last discussion of Sniffer on Devzone was 2-3 yrs ago.
I’ve ordered the nRF Dongle and will download the Windows-based nRF Sniffer app.
i can run this...
HI
SDK-15 - NRF52840
I'm using SAADC example of the SDK.
I read the ADC values and I make an matrix to calculate FFT using the CMSIS library..
the problem is when...
I'm definitely not the first person to ask about this, and I probably won't be the last.
Am I being exceptionally dense, or is the nordic SDK exploded across dozens of folders...
I'm using a nRF51822 on a PCB to connect with a mobile phone. I would like to know whether there is an existing example or library available to work as a central device and...
I am using BLE for NUS template example to create my app , and when I Compile my code with Keil 5.23.0.0 with optimization Level 0, It behaves good with the following operations...
Hi,
I'm developing an app which requires continuous advertising. I use following ble_gap_adv_params_t:
ble_gap_adv_params_t adv_params;
memset(&adv_params, 0, sizeof...
I need to operate sdcard from pc(by usb msc) and from mcu (nordic 52840) (fat32 filesystem) spi sdcard at same time ;
so i have a problem ,when i operate the sd from pc...
Hi,
I seem to be able to read over UART but not write. I have my nrf51822 ( https://www.waveshare.com/wiki/Core51822 ) setup to a pro micro (3.3v, 8mhz). I am confident...
Hi,
I have a multiprotocol application and I'd like to do BLE scanning for as long as it's possible. For now I made 30% to 70% BLE to Thread, and it's the most I can give...
Hi,
I'd like to be able to use an event from the LPCOMP to sample the RTC (either to a peripheral's register, or to a memory address), so I can measure pulse widths without...
Hi there!
I am running the Thread Border Router example and have successfully loaded RaspPi_OT_Border_Router_Demo_v1.0.0-1.alpha.img into the RaspberryPi 3B+.
The problem...
Hi,
I've modified light switch client to read input from GPIO pins . I used int_pin_change as a reference for initializing inputs. The Int_change_pin example uses interrupts...