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...
Hi,
I have gone through nrf connect app in google playstore . But when I scan for the beacons, the app gives hex values. I want to develop a customized app that will read...
Hello everyone,
I tested ble_app_beacon example code in SDK15.2 on nrf52810 scanner using nrf connect apple iphone(ios). set APP_COMPANY_IDENTIFIER 0x0059(Nordic id) its...
Does the 2nd argument in the following function SAADC example controls the sampling frequency? If this is not the case then can this saadc example program be modified to be...
If I set CONFIG_SPM=y I can flash merged.hex and successfully call sys_reboot(SYS_REBOOT_COLD) to reboot the system.
If I set CONFIG_SPM=n (and build/flash the SPM project...
I'm using nrf52_SDK_12.2.0, SoftDevice S132 for my application.
I'm implementing SAADC along with UART in my application. I was implementing the SAADC referring to the example...
In regard to the problem described here: https://devzone.nordicsemi.com/f/nordic-q-a/38048/bug-in-how-bootloader-treats-gpregret , it would be interesting for developers,...
When I reset a node after it's provisioned but not configured, the p rovisioner would keep trying to configure it, and would not be able to provision any other nodes.
...
Hello,
I am trying to 'recover nRF52840 dongle after accidental UICR erase' as described here I did modify my dongle as described here
Unfortunately I do not know how...
Hello,
NRF52840
SDK 15.3.0
SoftDevice: s140
OS: Ubuntu
IDE: SES
I am having difficulty getting consistency out of the RTT + NRF_LOG_INFO() print statement. It...
Hello,
I use the nRF5_SDK_for_Thread_and_Zigbee_v3.2.0_9fade31 with nrf52840-DK.
I'm looking for a way to get the transmit state after I sent a udp packet. I would like...
Hi,
we've been trying to reduce power consumption do I able to connect unused pins to GND directly?
Trace 1,2,3,4 do I able to connect to the GND?
Thanks, in advance...
Hi,
I am the first time programming with nordic and Segger. As I received the Thingy91 I just the getting started assistent to set up the toolchain.
This worked fine so...
I have the following setup, master (Nrf24L01) and several clients (Nrf52840), the clients listen, the master sends a message to one client and switches to listen. When the...