-
Updated
Oct 25, 2020 - C++
mega2560
Here are 38 public repositories matching this topic...
-
Updated
Sep 21, 2020 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
Oct 15, 2020 - C
-
Updated
Oct 3, 2020 - C++
-
Updated
Aug 23, 2020 - C++
-
Updated
Nov 16, 2019 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
Sep 26, 2020 - C++
-
Updated
Jun 21, 2019 - JavaScript
-
Updated
Oct 21, 2020 - C++
-
Updated
Apr 12, 2018 - C++
-
Updated
Oct 21, 2020 - C++
-
Updated
Mar 22, 2019 - C++
-
Updated
Jun 14, 2020
-
Updated
Jun 28, 2020 - Python
Improve this page
Add a description, image, and links to the mega2560 topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mega2560 topic, visit your repo's landing page and select "manage topics."


Hello!
I use the same UART channel to read data from sensor (via RX pin of controller) and send debug messages (via TX pin). So there is no connection between controller's TX pin and sensor's RX pin.
In my case PMS5003 sensor works fine without sending any command to it.
Your library sends "passive mode" command in 'init' and 'trigRead' methods:
uart->write(cfg, msgLen); // set passive mode