Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/alexandrospanag/my_arduino_projects
My Arduino Projects which includes many Arduino solutions for a variety of microcontrollers, Processing solutions & Assembly solutions.
https://github.com/alexandrospanag/my_arduino_projects
adafruit arduino assembly embedded-systems github hardware iot learn processing wiring
Last synced: 27 days ago
JSON representation
My Arduino Projects which includes many Arduino solutions for a variety of microcontrollers, Processing solutions & Assembly solutions.
- Host: GitHub
- URL: https://github.com/alexandrospanag/my_arduino_projects
- Owner: AlexandrosPanag
- License: other
- Created: 2021-05-27T09:54:27.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2025-01-03T23:10:38.000Z (about 1 month ago)
- Last Synced: 2025-01-04T00:18:11.417Z (about 1 month ago)
- Topics: adafruit, arduino, assembly, embedded-systems, github, hardware, iot, learn, processing, wiring
- Language: C++
- Homepage:
- Size: 35 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
My Arduino Projects
------[![CC BY-NC-SA 4.0][cc-by-nc-sa-shield]][cc-by-nc-sa]
This work is licensed under a
[Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License][cc-by-nc-sa].[![CC BY-NC-SA 4.0][cc-by-nc-sa-image]][cc-by-nc-sa]
[cc-by-nc-sa]: http://creativecommons.org/licenses/by-nc-sa/4.0/
[cc-by-nc-sa-image]: https://licensebuttons.net/l/by-nc-sa/4.0/88x31.png
[cc-by-nc-sa-shield]: https://img.shields.io/badge/License-CC%20BY--NC--SA%204.0-lightgrey.svgCredits: [@alexandrospanag](https://github.com/alexandrospanag)
Most of my programs were compiled on my Arduino Uno Rev 3 microcontroller, including, the Arduino Nano 33 IoT and Arduino Nano BLE microcontrollers which were provided to me by the Autonomous Systems Laboratory of the University of Ioannina, Department of Informatics & Telecommunications.
![](https://raw.githubusercontent.com/AlexandrosPanag/My_Arduino_Projects/main/Uno%20Rev%203.png?token=GHSAT0AAAAAACDZLB4RLAOIPLRC3XFY7VXMZGP76QA)
PICTURE IMAGE SOURCE CAN BE FOUND HERE: https://docs.arduino.cc/static/6ec5e4c2a6c0e9e46389d4f6dc924073/2f891/Pinout-UNOrev3_latest.png
---------------------------------------------------------------------------------------------------------------------------------------
_Some of the programs may or may not be compatible with every arduino board or require an alternative pin connection depending on your board module, make sure you check your board's diagram and identify the appropriate pin connection._
__Special thanks__ to the Autonomous Systems Laboratory at the Department of Informatics & Telecommunications, for providing me with the necessary equipment including a variety of different sensors and different Arduino-boards in order to make this repository possible :)
--------------------
Arduino
--------------------Arduino is an open-source electronics platform based on easy-to-use hardware and software. Arduino boards are able to read inputs - light on a sensor, a finger on a button, or a Twitter message - and turn it into an output - activating a motor, turning on an LED, publishing something online. You can tell your board what to do by sending a set of instructions to the microcontroller on the board. To do so you use the Arduino programming language (based on Wiring), and the Arduino Software (IDE), based on Processing.
Over the years Arduino has been the brain of thousands of projects, from everyday objects to complex scientific instruments. A worldwide community of makers - students, hobbyists, artists, programmers, and professionals - has gathered around this open-source platform, their contributions have added up to an incredible amount of accessible knowledge that can be of great help to novices and experts alike.
Arduino was born at the Ivrea Interaction Design Institute as an easy tool for fast prototyping, aimed at students without a background in electronics and programming. As soon as it reached a wider community, the Arduino board started changing to adapt to new needs and challenges, differentiating its offer from simple 8-bit boards to products for IoT applications, wearable, 3D printing, and embedded environments. All Arduino boards are completely open-source, empowering users to build them independently and eventually adapt them to their particular needs. The software, too, is open-source, and it is growing through the contributions of users worldwide.
This citation was taken directly from & can be found here: https://www.arduino.cc/en/guide/introduction
-----
All of the codes were compiled on the Arduino IDE.
-----| Compiler/IDE | Download Link |
| --------------- | ---------------- |
| ARDUINO-IDE | [Download Link](https://www.arduino.cc/en/software) |