Ads 468x60px

Featured Posts

Welcome To Tech Heck

Explore the latest and greatest in technologies that inspire me

Friday, March 21, 2014

BinPy Demo | Using IC 7400

In this first demo, I have used one of the inbuilt IC in BinPy
There are already many IC's which are built in BinPy, I am using just one of them.
Here I am illustrating the use of IC 7400 which is a QUAD 2 INPUT NAND GATE
A NAND gate is one of the universal logic gate, (other being NOR gate) which is used to construct combinational logic and sequential logic circuits.
A 2 INPUT NAND gate has two inputs and one output.The inputs and outputs are binary 0 or 1.
We describe the functioning of a logic gate by its truth table.
The truth table of a NAND gate is shown below

INPUT
OUTPUT
A
B
F
0
0
1
0
1
1
1
0
1
1
1
0







Saturday, March 15, 2014

BinPy : Only python library that will help attain nirvana!

So the GSOC season is on.While random browsing I stumbled upon this years GSOC mentor organisations page.As usual my sweet little candy Python was there too.Well I know a fair amount of electronics(at least think so) ,so naturally my instinct was to look for something related to that on the list of organisations taking part.

Oh my God ! Wait, Miracle! I have found that, python and a work in progress library of it which has electronics plastered all over it.Yep my search is successful.
That was BinPy for you folks!
 SR latch constructed from a pair of cross-coupled NOR gates
A cute little library (some call it module too :p ) which adds all the electronics functionality from analog design to digital design to circuit applications to MARS!
No not MARS but for every electronic geek out there, atleast to nirvana!
Check it out folks.