Skip to content
#

samd21

Here are 142 public repositories matching this topic...

This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD21/SAMD51, nRF52, STM32, RP2040-based, 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 Jul 21, 2021
  • C++
ESP-Mail-Client

⚡️The first email sender and reader Arduino library which supports ESP8266, ESP32 and Atmel's SAMD21 with u-blox NINA-W102 WiFi/Bluetooth module, brings the real Email client to the embedded devices. The library supports various types of attachments and messages. RFC standards compliance. Many options and features can be configurable.

  • Updated Jul 11, 2021
  • C++

This is simple yet complete WebServer library for AVR, Teensy, SAM DUE, SAMD, STM32, RP2040-based, etc. boards running WiFi modules/shields (WiFiNINA U-Blox W101, W102, etc.). The functions are similar and compatible to ESP8266/ESP32 WebServer libraries to make life much easier to port sketches from ESP8266/ESP32.

  • Updated Jul 20, 2021
  • C++

LMIC-node | One example to rule them all. LMIC-node is an example LoRaWAN application for a node that can be used with The Things Network. It demonstrates how to send uplink messages, how to receive downlink messages, how to implement a downlink command and it provides useful status information. With LMIC-node it is easy to get a working node quickly up and running. LMIC-node supports many popular (LoRa) development boards out of the box. It uses the Arduino framework, the LMIC LoRaWAN library and PlatformIO.

  • Updated Jul 22, 2021
  • C

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

  • Updated Jul 20, 2021
  • C++

This library enables you to use Interrupt from Hardware Timers on an SAMD-based board. These SAMD Hardware Timers, using Interrupt, still work even if other functions are blocking. Moreover, they are much more precise (certainly depending on clock frequency accuracy) than other software timers using millis() or micros(). That's mandatory if you need to measure some data requiring better accuracy. 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 Jul 20, 2021
  • C++

Improve this page

Add a description, image, and links to the samd21 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 samd21 topic, visit your repo's landing page and select "manage topics."

Learn more