Normally, all data of a Raspberry Pi is stored on the inserted SD card. This has the advantage that you can simply insert an operational SD card into another Raspberry […]
Read more
Nerdiy.de – Nerdy DIY HowTo's about electronic, 3D-printing and more.
Nerdiy.de is about electronics, DIY, 3D printing, smart home and a lot of other technical topics.
The codesnippets category contains articles on useful codesnippets or other programming tips in different programming languages.
Normally, all data of a Raspberry Pi is stored on the inserted SD card. This has the advantage that you can simply insert an operational SD card into another Raspberry […]
Read moreMit NodeRed bzw. den passenden Nodes könnt Ihr sehr leicht Daten aus dem Internet abrufen und aufbereitet anzeigen lassen. Ein praktischer Anwendungsfall dafür ist zum Beispiel der Abruf von Tankstellenpreisen […]
Read moreIt is known that almost all Linux commands can be executed with the help of NodeRed. What makes the whole thing particularly practical, however, is that you can then also […]
Read moreI2C is the bus protocol or technology via which a microcontroller can communicate with many sensors or actuators. Thanks to the right software, you can also connect and communicate with […]
Read moreThe great thing about the concept behind the Arduinos is that in many cases you can benefit from the work of others. It does not matter which sensor you read […]
Read moreEspecially in the open source world you will sooner or later stumble on GitHub, GitLab or similar online-services with “Git” in the name – in search of program code. Behind […]
Read moreNormally every Arduino board is programmed via the serial interface. But not only the program code can be transferred to the Arduino. You can also send control commands to or […]
Read moreThe ArdunioIDE is very simple compared to other development environments. There are not many things you can turn on or off. This has the advantage that beginners are not overwhelmed […]
Read more