Normally, all data of a Raspberry Pi is stored on the inserted SD card. This has the advantage that you can easily insert a ready-to-use SD card into another Raspberry Pi [...].
Weiterlesen
Nerdiy.com - Nerdy DIY HowTo's about electronics, 3D printing and more.
Nerdiy.de is all about electronics, DIY, 3D printing, smart home and many other technical topics.
The code snippets category contains articles on useful code snippets or other programming tips in various programming languages.
Normally, all data of a Raspberry Pi is stored on the inserted SD card. This has the advantage that you can easily insert a ready-to-use SD card into another Raspberry Pi [...].
WeiterlesenWith NodeRed or the appropriate nodes, you can very easily retrieve data from the Internet and display it in a processed form. A practical use case for this is, for example, the retrieval of gas station prices [...]
WeiterlesenThat with the help of NodeRed almost all Linux commands can be executed is known by now. What makes the whole thing particularly practical, however, is that you can then also process the [...]
WeiterlesenI2C is the bus protocol or technology through which a microcontroller can communicate with many sensors or actuators. Thanks to the right software, you can also connect different microcontrollers with each other and [...].
WeiterlesenThe great/practical thing about the concept behind the Arduinos is that in many cases you can benefit from the work of others. It almost doesn't matter which sensor you read or [...]
WeiterlesenGerade in der Open-Source-Welt wird man – auf der Suche nach Programmcode – früher oder später über GitHub, GitLab oder ähnliches mit “Git” im Namen stolpern. Dahinter verbergen sich verschiedene […]
WeiterlesenNormally every Arduino board is programmed via the serial interface. However, not only the program code can be transferred to the Arduino. It can also be used to send control commands to the Arduino [...].
WeiterlesenThe ArdunioIDE is - compared to other development environments - very simple. There are not many things that can be set or adjusted. This has the advantage that beginners or [...]
Weiterlesen