Today, we’re diving into the world of MOSFETs and how to use them in your electronics projects. As a non-academic hobbyist myself, I’ll break down the concept into simpler terms and focus on the practical …
Electronics
-
-
Why do you need a Arduino Simulator? Arduino is a great platform to get people start learning programming and designing circuits. But inevitably beginners might do something wrong and damage components. Also for students budget …
-
IMUs (inertial measurement unit) are useful to many projects such as self-balancing robots and quadcopters. As part of the quadcopter project I will be sharing with you how I connect and use a 10DOF GY80 Arduino …
-
Frankly I am getting rusty at soldering, last time I soldered was about 10 months ago? Not to mention these chips are way smaller than I thought which made it even harder.
-
About a year ago, I created a Wall-E robot that does object and face recognition. It uses Arduino as the controller and need to communicate with a computer that runs the face detection program to track …
-
Raspberry Pi Speech Recognition Introduction This tutorial demonstrate how to use voice recognition on the Raspberry Pi. By the end of this demonstration, we should have a working application that understand and answers your oral question.
-
With Raspberry Pi and I2C communication, we can connect the Pi with single or multiple Arduino boards. The Raspberry Pi has only 8 GPIO’s, so it would be really useful to have additional Inputs and outputs by …
-
One way to connect the Raspberry Pi and Arduino is by connecting the GPIO on the Raspberry Pi and the Serial Pins on the Arduino.
-
Using USB Cable Between Raspberry Pi and Arduino There are many ways of connecting the Raspberry Pi and Arduino, such as using the GPIO and Serial pins and using I2C. But this could be one of the …
-
I have been talking about getting a Raspberry Pi Since Christmas, and I am finally holding it in my hands!
-
In this tutorial, you will learn how to use a RGB LED with Arduino.
-
Do I need to say more about GPS? See here for some background info: Global Positioning System (GPS) In this tutorial, I will be showing you how to use Arduino, a GPS Arduino shield and a SD …