Month: August 2023

Project Arduino – Relays

How do they work? Instead of words, we can better watch the following video that explains it very well. ...

Project Arduino – Transistors

How do they work? Instead of words, we can better watch the following video that explains it very well. Some questions might still be vague. For example; How much do they amplify? If you are asking this, then the concept isn’t clear. The transistor itself is not amplifying. It...

Project Arduino – Coding

For programming Arduino microcontrollers, you can use the Arduino programming language, which is essentially a simplified version of C/C++. The Arduino IDE (Integrated Development Environment) provides a user-friendly interface to write and upload code to Arduino boards. The basic structure of an Arduino program includes setup() and loop() functions:...