Raspberry Pi: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Zeile 18: | Zeile 18: | ||
* Ubuntu Server and ROS2 installation guide in Raspberry Pi4 | * [[Installation guide | Ubuntu Server and ROS2 installation guide in Raspberry Pi4]] | ||
* Using the Raspberry Pi’s GPIO to control hardware components | * [[Using the Raspberry Pi’s GPIO to control hardware components| Using the Raspberry Pi’s GPIO to control hardware components]] | ||
* Programming experience and tips | * [[Programming experience and tips| Programming experience and tips]] | ||
== [[Zusammenfassung_Praxissemester_Murad|Summary]] == | == [[Zusammenfassung_Praxissemester_Murad|Summary]] == |
Version vom 8. Februar 2022, 19:18 Uhr
Autoren: Fawad Murad
Betreuer: Prof. Schneider
Art: Praxissemester
Projektlaufzeit: 02.11.2021-20.02.2022
Introduction
The Raspberry Pi is a single computer the size of a credit card. It features an ARM/Broadcom SoC with a GPU, RAM, and wireless and cable communication options. In some ways, it's that straightforward: the Raspberry Pi is just a small computer. However, it is not so straightforward in another manner. The Raspberry Pi is a very adaptable platform that allows you to build whatever you desire.
In this article, the idea of using Raspberry Pi 4 instead of Arduino IDE with Alphabot is introduced. Like, how different tools make the Raspberry Pi 4 to control and work with Alphabot.
Documentation
- Ubuntu Server and ROS2 installation guide in Raspberry Pi4
- Using the Raspberry Pi’s GPIO to control hardware components
- Programming experience and tips