Skip to content

Instantly share code, notes, and snippets.

View Skysurfer-14's full-sized avatar

Skysurfer-14

  • Germany
View GitHub Profile
@sekcompsci
sekcompsci / Comparison Espressif ESP MCUs.md
Created June 18, 2021 03:56 — forked from fabianoriccardi/Comparison Espressif ESP MCUs.md
Comparison table for ESP8266/ESP32/ESP32-S2/ESP32-S3/ESP32-C3/ESP32-C6

Comparison table for ESP8266/ESP32/ESP32-S2/ESP32-S3/ESP32-C3/ESP32-C6

A minimal table to compare the Espressif's MCU families.

ESP8266 ESP32 ESP32-S2 ESP32-S3 ESP32-C3 ESP32-C6
Announcement Date 2014, August 2016, September 2019, September 2020, December
@IdrisCytron
IdrisCytron / MakerUNOSIM7600GPS.ino
Last active April 5, 2024 14:57
Arduino Device Tracker Using GSM GPS SIM7600E Module
/*
Project: Arduino GSM GPS Device Tracker
Board: Maker Uno
GSM: SIM7600E
GPS: SIM7600E
Library:
- Adafruit FONA
*/
#include <SoftwareSerial.h>