How to program Arduino using Smart Phone? Arduino Download Android can be done for programming on mobile. The exact Arduino IDE app for desktop can be obtained by doing Arduino Download Android. There is an Android App called Arduino IDE by Anton Smirnov. Download that app on your Android Smart Phone. You can also download this on Android TV. [Note: Make sure to have … [Read more...] about Arduino download android | Programming on mobile
Electronics
Laws Of Boolean Algebra
Laws Of Boolean Algebra The Laws Of Boolean Algebra is provided here. OR A + 0 = A A + A' = 1 A + B = B + A A (B + C) = AB + AC A + A = A A + 1 = 1 A + AB = A A + (B + C) = (A + B) + C A'' = A AND A . 1 = A A . A' = 0 A . B = BA A + BC = (A + B) (A + C) A . A = A A . 0 = 0 A (A + B) = A , ( AA+ AB = A, A + AB = A) A (BC) = … [Read more...] about Laws Of Boolean Algebra
What is Sensor | Types of Sensors | Explanations
What is Sensor? A sensor is a device which works on the basis of conversion from analog signals to digital signals and the digital signals can be used to perform various operations. In reality, there are different types of sensors available and each sensor has as definite functions. For example, the types of sensors in cars, Door sensor, light sensor, speed sensor and so … [Read more...] about What is Sensor | Types of Sensors | Explanations
Code conversions | Excess-3 to BCD converter
Excess-3 to BCD converter In this post on code conversions, we are going to see Excess-3 to BCD converter using k map technique. K-map If you are unfamiliar with this topic, have a look to the Study of Logic Gates. Excess 3 -> BCD converter Excess-3 to BCD converter: EXCESS-3 INPUT BCD … [Read more...] about Code conversions | Excess-3 to BCD converter
Code converter | BCD to Excess-3 converter
BCD to Excess-3 converter In this post on a code converter, we are going to see BCD to Excess-3 converter using the k-mapping technique. If you are new to this topic BCD to Excess-3 Converter, better have a look on to Study of Logic Gates. BCD to Excess-3 using K-map. BCD to Excess-3 conversion: BCD … [Read more...] about Code converter | BCD to Excess-3 converter




