Entradas

Mostrando entradas de enero, 2023

Arduino IDE

Imagen
The arduino board has a chip called ATMEGA328P made by Atmel (R). There are two versions of this chip: smd or as the usual chip. So, now we have the chip but we want to code it. But, we can't code it directly from c++ to it's code. We need a "translator" from c++ to the chip's language which is mostly the CH340 chip or the FT232. So now we can use a program that send c++ program to the translator and the to the chip. But, which is the program? The program is the ARDUINO IDE. It's and open source program that allows you to code and upload your code to the motherboard. If you want to try you arduino conect your arduino to your computer, then open the arduino IDE and select the port in which is the arduino. In the arduino IDE go to  File > Examples > Basics > Blink and upload the code to the arduino. Now, you'll see that there's a led blinking in your arduino.

What's an arduino?

Imagen
An arduino is a developing board made to build and program so you can create many different projects and learn about circuits science. You can use an arduino in many different circunstances. For example you can implement it to you house in order to have an inteligent house or something. There are many types of arduinos. The most populars are the arduino nano, micro, uno and mega. As you can supose larger it is, the more energy consumption it will have. (Arduino nano) (Arduino uno) (Arduino mega)

Welcome

 Hi everyone! In this blog I'll post proyects for arduino and more contents so yo can learn about this theme. And you can get involved in this awesome science.