There are 2 main types of transitor, namely Bipolar Junction Transistor (BJT) and Field Effect Transistor (FET). Basically both type perform the same function ie.
Author: AnthonyC
Connecting an Active Low switch to Arduino
Arduino Uno has a built in ‘pull up’ resistor integrated into its circuit. We can use this resistor by using INPUT_PULL as the mode argument
Connecting a switch to Arduino
This sketch is just a switch connected to Arduino Uno, the voltage is 3.3v, the LED act like a resistor (else the circuit will be
Traffic Lights using Ardino
This project is using Arduino to blink red, yellow and green LEDs. The timing is control by the delay function in the code below. ‘delay(1000)’
RAID( Redundant Array of Independent Disks )
RAID is a data storage technology which can be configured for speed, for duplicate of data(mirroring) or can be use for protected storage, by arranging
Get number of permutions of a number (using Python)
Below are the results of the number of permutations for number 2313 and 7612. Any number with any amount of integers will also work. 3rd
