Open Source Software Electrical Engineers Should Know About
https://makerv2.webteractive.co/blog/open-source-software-electronic-engineers-should-know-about
‘Open-source software’ (OSS) refers to computer programs whose copyright holders have licensed their source codes to the public to study, modify, and distribute the software freely. Additionally, some of them have thriving online collaborative communities where users can share ideas, utilise and modify the source code for a host of applications.
Create a Sensor Controlled Interface with Arduino and Wekinator
https://makerv2.webteractive.co/wekinator/projects/create-a-sensor-controlled-interface-with-arduino-and-wekinator
Create an interface controlled by an MPU6050 sensor and Arduino through the Wekinator open source software platform.
Basic Linux Commands for Beginners
https://makerv2.webteractive.co/linux/tutorial/basic-linux-commands-for-beginners
Learn basic commands for Linux, a free and open-source operating system that you can make changes to and redistribute.
Pick earth images from satellites using TV Tuner and DIY antena
https://makerv2.webteractive.co/linux/projects/pick-earth-images-from-satellites-using-tv-tuner-and-diy-antena
I made a simple antenna, used cheap TV Tuner and with such hardware controlled via some software I was able to pick sate
Predicting Battery Degradation with a Trinket M0 and Python Software Algorithms - Projects
https://makerv2.webteractive.co/net-gadgeteer/projects/predicting-battery-degradation-with-a-trinket-m0-and-python-software-algorithms-projects
Learn how to build a setup that will help you predict a battery's performance as it ages using a Trinket M0 and software algorithms.
Predicting Battery Degradation with a Trinket M0 and Python Software Algorithms - Projects
https://makerv2.webteractive.co/net-gadgeteer/projects/predicting-battery-degradation-with-a-trinket-m0-and-python-software-algorithms-projects-1
Learn how to build a setup that will help you predict a battery's performance as it ages using a Trinket M0 and software algorithms.
Predicting Battery Degradation with a Trinket M0 and Python Software Algorithms - Projects
https://makerv2.webteractive.co/net-gadgeteer/projects/predicting-battery-degradation-with-a-trinket-m0-and-python-software-algorithms-projects-3
Learn how to build a setup that will help you predict a battery's performance as it ages using a Trinket M0 and software algorithms.
How To Archive Files and Directories in Linux
https://makerv2.webteractive.co/linux/projects/how-to-archive-files-and-directories-in-linux
In this Linux tutorial we will learn how to archive files. Is there any difference between archiving and compression?
How to Use Loop Structures in JavaScript
https://makerv2.webteractive.co/linux/projects/how-to-use-loop-structures-in-javascript-1
The following code snippet demonstrates a simple for loop.