Showing 31 open source projects for "arduino sketches"

View related business solutions
  • Cut Cloud Costs with Google Compute Engine Icon
    Cut Cloud Costs with Google Compute Engine

    Save up to 91% with Spot VMs and get automatic sustained-use discounts. One free VM per month, plus $300 in credits.

    Save on compute costs with Compute Engine. Reduce your batch jobs and workload bill 60-91% with Spot VMs. Compute Engine's committed use offers customers up to 70% savings through sustained use discounts. Plus, you get one free e2-micro VM monthly and $300 credit to start.
    Try Compute Engine
  • Ship AI Apps Faster with Vertex AI Icon
    Ship AI Apps Faster with Vertex AI

    Go from idea to deployed AI app without managing infrastructure. Vertex AI offers one platform for the entire AI development lifecycle.

    Ship AI apps and features faster with Vertex AI—your end-to-end AI platform. Access Gemini 3 and 200+ foundation models, fine-tune for your needs, and deploy with enterprise-grade MLOps. Build chatbots, agents, or custom models. New customers get $300 in free credit.
    Try Vertex AI Free
  • 1
    TinyGSM

    TinyGSM

    A small Arduino library for GSM modules, that just works

    A small Arduino library for GSM modules that just works. This library is easy to integrate with lots of sketches that use Ethernet or WiFi. PubSubClient (MQTT), Blynk, HTTP Client, and File Download examples are provided. Arduino GSM library uses 15868 bytes (49%) of Flash and 1113 bytes (54%) of RAM in a similar scenario. TinyGSM also pulls data gently from the modem (whenever possible), so it can operate on very little RAM.
    Downloads: 2 This Week
    Last Update:
    See Project
  • 2
    Settimino

    Settimino

    Arduino Ethernet library for communicating with S7 Siemens PLC

    Small but efficient communication library that allows your sketches the interfacing with Siemens PLC. Works starting from Arduino UNO with the W5100 ethernet shield.
    Leader badge
    Downloads: 25 This Week
    Last Update:
    See Project
  • 3
    AES_plus_Blowfish_in_CBC_mode

    AES_plus_Blowfish_in_CBC_mode

    Open-source code that enables you to use AES + Blowfish in CBC mode

    The AES_plus_Blowfish_in_CBC_mode repository contains two sketches that enable you to encrypt your data using a combination of AES and Blowfish encryption algorithms in CBC mode. The only difference between them, from the functional point of view, is that one verifies the integrity of the decrypted data (plaintext) while the other doesn't. Copyright/Ownership/Licenses Attention! I didn't develop the libraries utilized by these sketches.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 4

    Ralf's Arduino Software

    Arduino Libraries and Sketches

    Arduino Libraries and Sketches. For further description see the downloads README.
    Downloads: 0 This Week
    Last Update:
    See Project
  • AI-generated apps that pass security review Icon
    AI-generated apps that pass security review

    Stop waiting on engineering. Build production-ready internal tools with AI—on your company data, in your cloud.

    Retool lets you generate dashboards, admin panels, and workflows directly on your data. Type something like “Build me a revenue dashboard on my Stripe data” and get a working app with security, permissions, and compliance built in from day one. Whether on our cloud or self-hosted, create the internal software your team needs without compromising enterprise standards or control.
    Try Retool free
  • 5
    AES_plus_Serpent_in_CBC_mode

    AES_plus_Serpent_in_CBC_mode

    Open-source code that enables you to use AES + Serpent in CBC mode

    ...In addition to that, the code in this repository enables you to verify the data integrity, thanks to the HMAC-SHA256. Attention! I didn't develop the libraries utilized by these sketches. I took them from the following repositories: https://github.com/zhouyangchao/AES https://github.com/peterferrie/serpent https://github.com/intrbiz/arduino-crypto All libraries are the properties of their respective owners. Licenses from the used libraries are inside of the "LICENSES" directory. *Note that the library with the implementation of AES was slightly modified to make it compatible with the STM32F407VET6. ...
    Downloads: 3 This Week
    Last Update:
    See Project
  • 6

    ESP8266 Arduino Core

    ESP8266 core for Arduino

    ESP8266 Arduino Core is the Arduino core for the ESP8266 WiFi chip. It brings support for the ESP8266 chip to the Arduino environment, allowing you to write sketches, use familiar Arduino functions and libraries, and run these directly on ESP8266 without the need for an external microcontroller. ESP8266 Arduino core comes with libraries that enable it to perform a number of things.
    Downloads: 74 This Week
    Last Update:
    See Project
  • 7

    Freematics

    Freematics brings freedom to your telematics projects

    Freematics brings freedom to telematics projects involving OBD-II, GPS, MEMS sensor and wireless technologies based on open-source hardware. Freematics ONE - ATmega328 based Arduino programmable vehicle telemetry prototyping platform http://freematics.com/products/freematics-one/ Freematics ONE+ - ESP32 based Arduino programmable vehicle telemetry prototyping platform http://freematics.com/products/freematics-one-plus/
    Downloads: 3 This Week
    Last Update:
    See Project
  • 8
    Arduino

    Arduino

    Open-source electronics platform

    Arduino is an open-source physical computing platform based on a simple I/O board and a development environment that implements the Processing/Wiring language. Arduino can be used to develop stand-alone interactive objects or can be connected to software on your computer (e.g. Flash, Processing and MaxMSP). The boards can be assembled by hand or purchased preassembled. Arduino is a popular tool for IoT product development as well as one of the most successful tools for STEM/STEAM education....
    Downloads: 89 This Week
    Last Update:
    See Project
  • 9

    ESP32 Arduino Reflow Oven Controller

    ESP32 Arduino Based Reflow Oven Controller Schematics and Firmware

    ...The controller was designed and built around an ESP32-DevKitC development board with ancillary electronics added to complete the controller. The schematic can be found in <files/hardware>. The code for the controller was modified extensively from existing Arduino sketches for reflow oven controllers and is PID-algorithm based. The firmware ("sketch") can be found in <Files/firmware>. The Serial Profile Plotter For Reflow Ovens utility was written to operate in conjunction with this controller. You can download it here: https://sourceforge.net/projects/serial-profile-plotter-reflow/
    Downloads: 0 This Week
    Last Update:
    See Project
  • Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud Icon
    Managed MySQL, PostgreSQL, and SQL Databases on Google Cloud

    Get back to your application and leave the database to us. Cloud SQL automatically handles backups, replication, and scaling.

    Cloud SQL is a fully managed relational database for MySQL, PostgreSQL, and SQL Server. We handle patching, backups, replication, encryption, and failover—so you can focus on your app. Migrate from on-prem or other clouds with free Database Migration Service. IDC found customers achieved 246% ROI. New customers get $300 in credits plus a 30-day free trial.
    Try Cloud SQL Free
  • 10

    molcajete

    Arduino meets FreeRTOS

    ...It's comprissed of three projects: Arduino 1.8.5, FreeRTOS 10.0.1 and Arduino-mk. Examples for the console and sketches are now provided. This port uses the standard malloc and free implementations for AVR when using dynamic tasks. The system tick is fixed at 1 millisecond after the AVR's T0 timer. Tickless and/or low-power modes have not been tested yet. For further details see the README.txt file.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 11
    Homie for ESP8266

    Homie for ESP8266

    ESP8266 framework for Homie, a lightweight MQTT convention

    ...Available in the PlatformIO registry. Pretty straightforward sketches, a simple light for example (TODO: adapt to V3). Cute HTTP API/Web UI/App to remotely send the configuration to the device and get information about it. ESP8266 framework for Homie, a lightweight MQTT convention for the IoT.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 12

    ESP32 Arduino Reflow Oven Controller

    ESP32 Arduino Based Reflow Oven Controller Schematics and Firmware

    ...The controller was designed and built around an ESP32-DevKitC development board with ancillary electronics added to complete the controller. The schematic can be found in <files/hardware>. The code for the controller was modified extensively from existing Arduino sketches for reflow oven controllers and is PID-algorithm based. The firmware ("sketch") can be found in <Files/firmware>. The Serial Profile Plotter For Reflow Ovens utility was written to operate in conjunction with this controller. You can download it here: https://sourceforge.net/projects/serial-profile-plotter-reflow/
    Downloads: 1 This Week
    Last Update:
    See Project
  • 13
    Arduino IDE Portable

    Arduino IDE Portable

    Open-source IDE makes it easy to write code & upload it to the board.

    Arduino IDE is an open-source Java-based IDE that allows you to quickly and easily develop and upload Sketches on any Arduino and Arduino compatible boards. Arduino IDE Portable is the Arduino text editor packaged with a PortableApps.com launcher as a portable app, so you can browse in privacy on your iPod, USB flash drive, portable hard drive, etc.
    Leader badge
    Downloads: 37 This Week
    Last Update:
    See Project
  • 14

    Ham Radio Projects

    KB1OIQ Ham Radio Projects

    This area contains files from a variety of ham radio related projects including: * Software and hardware mods for the BITX40 QRP SSB transceiver from India, including primitive voice synthesis from the Arduino Talkie library. * Software and hardware mods for the uBITX QRP SSB/CW transceiver from India, including voice synthesis using the EMIC-2 chip. * Hardware and software project to create an 80m ARDF transmitter using an Arduino and a Cricket 80a * My Arduino sketches for the Nano DDS VFO kit, created by K2ZIA
    Downloads: 0 This Week
    Last Update:
    See Project
  • 15

    Freematics Arduino Builder

    Self-contained tool for compiling and uploading Arduino sketches

    Freematics Arduino Builder is a fully standalone utility for viewing, compiling, configuring and uploading Arduino sketch or pre-compiled binary to Arduino board without need for any development environment setup. It currently supports AVR, ESP8266 and ESP32.
    Downloads: 54 This Week
    Last Update:
    See Project
  • 16
    Simple Dumping Monitor for Arduino

    Simple Dumping Monitor for Arduino

    Simple in use library to display dumps and debug Arduino sketches.

    Simple Dumping Monitor Library (DumpMon) for Arduino-compatible ATmega microcontroller based boards allow to display either memory, registers and timer dumps and also interrupt vectors table dump. Beginning since version 0.6 functions of simple symbolic debugger are added. Being compiled the library requires about 11 KBytes of program memory (15 KBytes for Arduino MEGA). Requirements to RAM memory don't exceed 1 KByte (277 Bytes for dumpmon.pde example, 377 Bytes for dumpmonDebug.pde).
    Downloads: 0 This Week
    Last Update:
    See Project
  • 17
    ...This is long and detailed, so don't bother watching if you will just complain about that. __________________________________________________________ Making the ESP-01 ESP8266 Relay Module so it will work with normal Arduino sketches, using either GPIO0 or 2 to trip relay. I use nothing more than an optocoupler to replace a STCF104W microcontroller, which is not only manufactured wrong, but the screenprinting on the PCB is wrong. This caused me to smoke a transistor, which I replace caveman-style. The useless STC microcontroller is ripped out, and the output of GPIO0 is used (+3.3v logic) to provide the +5v logic the STC was SUPPOSED to provide via AT pins-if it were even correctly manufactured in China.
    Downloads: 3 This Week
    Last Update:
    See Project
  • 18

    OBD-II for Arduino

    Providing easy OBD-II connectivity for open-source hardware

    This OBD library for Arduino is developed for the OBD-II Adapter for Arduino. Several example sketches are provided for demonstrating the usage of the library as well as for real data logging use. The aim of the project is to provide Arduino vehicle connectivity via the OBD-II port with easy-to-use Arduino library so Arduino lovers can start play Arduino on their cars easily.
    Downloads: 5 This Week
    Last Update:
    See Project
  • 19

    SmartGPU2 Arduino Examples

    Demos for Arduino + SmartGPU 2

    Demo Examples/Sketches for Arduino + SmartGPU 2 board
    Downloads: 0 This Week
    Last Update:
    See Project
  • 20
    Arduino Doodles
    Various sketches and/or libraries for Arduino that people might find useful.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 21

    ESP Basic

    ESP Arduino sketches for Domoticz

    A collection of Arduino sketches to let ESP8266 modules talk to Domoticz
    Downloads: 0 This Week
    Last Update:
    See Project
  • 22

    Model Railroading with Arduino

    This project is about Model Railroading with Arduinos

    This project is about Model Railroading with Arduinos. It hosts Arduino Libraries and Sketches all in a single source code repository and downloadable file and is a place where people can contribute their own Model Railroad sketches and libraries.
    Downloads: 0 This Week
    Last Update:
    See Project
  • 23

    Arduino Yún Snippets

    Code Snippets for Arduino Yún

    Here are Code Snippets for both processors on Arduino Yún: - Atheros AR9331 running openWRT - ATmega32u4 Arduino IDE V1.5.4 is the first version supporting Arduino Yún. In October 2014 I used Arduino IDE V1.5.7 for Arduino Yún & Dragino Yún shield with Arduino Leonardo Please pay attention to the IDE version when you port Arduino sketches build with an IDE version less then 1.0.!
    Downloads: 0 This Week
    Last Update:
    See Project
  • 24

    SmartDRIVE Arduino Examples

    Demos for Arduino + SmartDRIVE

    Demo Examples/Sketches for Arduino + SmartDRIVE board
    Downloads: 0 This Week
    Last Update:
    See Project
  • 25

    gedit arduino tool

    Arduino uploader as Gedit External Tool

    gedit-arduino-tool is a Gedit (gnome editor) "External Tool" for compile and upload sketches to an Arduino board.
    Downloads: 0 This Week
    Last Update:
    See Project
  • Previous
  • You're on page 1
  • 2
  • Next
MongoDB Logo MongoDB