Arduino Car

instructions on how to build an Arduino based car using either an available toy car with two main motors (one for steering) and one for the forward/backward motion.

The other classical project is the RC tank. In this case the tank uses both left or right motors for moving and steering. If both right motors move forward and both left motors stay still or move with lower speed then the tank turns right.
In this tutorial we are going to build both a car and a tank.

DHT module with Application

Building a Temperature and Humidity Monitoring System with Arduino and Bluetooth Connectivity In today’s world of smart devices and interconnected systems, the Internet of Things (IoT) is playing an increasingly prominent role in various aspects of our lives. From smart homes to industrial applications, IoT technology enables us to monitor and control our environment remotely…

Bluetooth module

The HC-05 Bluetooth module empowers your Arduino projects with wireless communication. This tutorial will guide you through connecting and using the HC-05 to establish a Bluetooth connection between your Arduino and a smartphone or other Bluetooth device.

Μυθολογία

Πολλοί ιστορικοί της αρχαιότητας αναφέρονται στην μυθολογία της Κρήτης. Ο παρακάτω μύθος προέρχεται από το πέμπτο βιβλίο του Διόδωρου του Σικελιώτη και το πρώτο βιβλίο της βιβλιοθήκης του Απολλόδωρου, καθώς θεωρούνται σημείο αναφοράς για την ελληνική μυθολογία και σε μεγάλο βαθμό συμφωνούν μεταξύ τους. Επίσης οι περιγραφές τους είναι πιο πλήρεις από ότι άλλων συγγραφέων. Ο μύθος ξεκινάει…

Η Κρήτη

Η Κρήτη είναι το μεγαλύτερο και πολυπληθέστερο νησί της Ελλάδας και το πέμπτο σε έκταση μεγαλύτερο της Μεσογείου, μετά τη Σικελία, τη Σαρδηνία, την Κύπρο και την Κορσική. Πρωτεύουσα και μεγαλύτερη πόλη της είναι το Ηράκλειο, το οποίο είναι έδρα της περιφέρειας Κρήτης που συμπεριλαμβάνει γειτονικά νησιά και νησίδες. Με πληθυσμό 623.065 κατοίκων, περίπου 160 χιλιόμετρα νότια της ελληνικής ηπειρωτικής χώρας και εκτεινόμενη από τα δυτικά προς τα ανατολικά, βρέχεται…

Arduino Rfid

How to find your UID   H UID θα σας χρειαστεί για να να μπορεί το Rfid να αναγνωρίζει την κάρτα Υλικά breadboard jumpers arduino uno Rfid #include <SPI.h> #include <MFRC522.h> #define SS_PIN 10 #define RST_PIN 9 MFRC522 mfrc522(SS_PIN, RST_PIN); // Create MFRC522 instance. void setup() { Serial.begin(9600); // Initialize serial communications with the PC…

Covid-19

Ο Κορονοϊός είναι μια αρρώστια που την παθαίνουν μόνο οι μεγάλη σε ηλικία(από 30 και πάνω).Ο Κορονοϊός άρχισε αρχικά από την Ουχάν. Επίσης είναι και πολύ μεταδοτικός.Στις αρχές του Φεβρουαρίου ένας άντρας περπατούσε στο δρόμο. Καθως περπατούσε ξαφνικά λιποθύμησε.Τοτε ήταν η στιγμή που η ανθρωπότητα ήρθε αντιμέτωπη με έναν πολύ δυνατό ιό.Μετα από έναν μηνά…

Ο διπλός Πέλεκυς -The double axe

Why the double axe? Because it carried a hidden meaning within the Minoan Civilization of Crete —the very place I call home. The double axe (labrys) held a secret and profound significance for the Minoans. Here are some additional insights: Mystical Origins: The labrys was not merely a functional tool; it carried mystical connotations. Its origins trace back…

Line tracker

Tutorial on how to use the KY-033 Line Tracking Sensor Module with an Arduino. The KY-033 module is an infrared sensor that detects whether the surface in front of it is reflective or opaque. It’s commonly used for line-following robots, obstacle detection, and other similar applications.