The Wayback Machine - https://web.archive.org/web/20201025192312/https://github.com/topics/mega2560
Skip to content
#

mega2560

Here are 38 public repositories matching this topic...

This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, etc. boards running Ethernet shields. The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

  • Updated Oct 21, 2020
  • C++
tms320
tms320 commented Dec 17, 2019

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

This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behaving functions or tasks. This important feature is absolutely necessary for mission-critical tasks.

  • Updated Oct 3, 2020
  • C++

Improve this page

Add a description, image, and links to the mega2560 topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the mega2560 topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.