@@ -392,10 +392,14 @@ Raspi, is a "single-board computer (SBC) is a complete computer built on a singl
With the Atmega processor family there is a natural environment named Arduino IDE that helps a lot to use this small chips.
They are both RISC architecture processors and the ARM is faster them the AVR: but, there are same buts for this. For specific tasks, sometimes its best to use the AVR.
Since the RAspi as a IOS it can run differnte things at the same time.
!!! nano
The nano editor its ok but its kind dificult to manage, for instance, program lines copy. So its better to use a normal text editor.
To **start** follow this [PIP starting page](https://projects.raspberrypi.org/en/projects/using-pip-on-raspberry-pi/5).
To **start** follow this [PIP starting page](https://projects.raspberrypi.org/en/projects/using-pip-on-raspberry-pi/5).[Here](https://www.atlantic.net/hipaa-compliant-cloud-storage/how-to-useful-pip-commands/) are same basic commands.
This workflow comparing between the AVR and the ARM was real in the two weeks of group work at the machine design that [Mónica](http://fabacademy.org/2019/labs/fct/students/monicapaula-costapedro/02/mechanical.htm) documented.