Difference between revisions of "Category:Electronics"

From Christoph's Personal Wiki
Jump to: navigation, search
(External links)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
'''Electronics''' is one of my favourite hobbies.
 
'''Electronics''' is one of my favourite hobbies.
 +
 +
==List of devices==
 +
<div style="float:left; margin:0px 20px 20px 0px;">
 +
{| align="center" style="border: 1px solid #999; background-color:#FFFFFF"
 +
|-align="center" bgcolor="#1188ee"
 +
!Device
 +
!Architecture
 +
|-
 +
| Raspberry Pi 3 (using 64bit OS) || aarch64
 +
|-
 +
| Raspberry Pi 3 || armv7hf
 +
|-
 +
| Raspberry Pi (v1 and Zero) || armv6hf
 +
|-
 +
| Raspberry Pi 2 || armv7hf
 +
|-
 +
| BeagleBoard-XM || armv7hf
 +
|-
 +
| BeagleBone Black || armv7hf
 +
|-
 +
| BeagleBone Green Wireless || armv7hf
 +
|-
 +
| BeagleBone Green || armv7hf
 +
|-
 +
| PocketBeagle || armv7hf
 +
|-
 +
| Nvidia blackboard TX2 || aarch64
 +
|-
 +
| Compulab MX8M || aarch64
 +
|-
 +
| Balena Fin (CM3) || armv7hf
 +
|-
 +
| Hummingboard || armv7hf
 +
|-
 +
| Variscite DART-6UL || armv7hf
 +
|-
 +
| Variscite VAR-SOM-MX7 || armv7hf
 +
|-
 +
| Variscite DART-MX8M || aarch64
 +
|-
 +
| Intel Edison || i386
 +
|-
 +
| Intel NUC || amd64
 +
|-
 +
| Siemens IOT2000 || i386-nlp
 +
|-
 +
| Nvidia Jetson Nano || aarch64
 +
|-
 +
| Nvidia Jetson TX1 || aarch64
 +
|-
 +
| Revolution Pi Core 3 || armv7hf
 +
|-
 +
| UP board || amd64
 +
|-
 +
| Variscite VAR-SOM-MX6 || armv7hf
 +
|-
 +
| NPE X500 M3 || armv7hf
 +
|-
 +
| ODROID-C1+ || armv7hf
 +
|-
 +
| ODROID-XU4 || armv7hf
 +
|-
 +
| Orange Pi One || armv7hf
 +
|-
 +
| Technologic TS-4900 || armv7hf
 +
|-
 +
| Nvidia D3 TX2 || aarch64
 +
|-
 +
| CTI Spacely TX2 || aarch64
 +
|-
 +
| SKX2 || aarch64
 +
|-
 +
| Nvidia Jetson TX2 || aarch64
 +
|-
 +
| Aetina N510 TX2 || aarch64
 +
|-
 +
| Samsung Artik 530s 1G || armv7hf
 +
|-
 +
| CTI Orbitty TX2 || aarch64
 +
|-
 +
| Orange Pi Zero || armv7hf
 +
|-
 +
| BananaPi-M1+ || armv7hf
 +
|-
 +
| Asus Tinker Board S || armv7hf
 +
|-
 +
| Asus Tinker Board || armv7hf
 +
|-
 +
| Orange Pi Plus2 || armv7hf
 +
|}
 +
</div>
 +
<br clear="all"/>
 +
 +
==Transistors==
 +
 +
In general, transistors can be classified into two categories:
 +
# Field Effect Transistor (FET)
 +
#* Junction FET (JFET)
 +
#* Metal Oxide Semiconductor FET (MOSFET)
 +
# Bipolar Junction Transistor (BJT)
 +
#* [[:wikipedia:Bipolar_junction_transistor#NPN|NPN]] (+collector => -emitter; like a switch that is normally open. It will not conduct until a current is applied at its base terminal)
 +
#* [[:wikipedia:Bipolar_junction_transistor#PNP|PNP]] (reverse of NPN)
 +
 +
==Miscellaneous==
 +
 +
<pre>
 +
  giga-G  kilo-k  |  micro-u  pico-p
 +
    |      |    v      |      |
 +
000,000,000,000,000.000,000,000,000
 +
|      |          |      |
 +
tera-T  |        milli-m    |
 +
      mega-M              nano-n
 +
</pre>
  
 
==External links==
 
==External links==
 +
* [https://electronicsclub.info/transistorcircuits.htm Transistor Circuits]
 +
* [https://electronicsclub.info/555timer.htm 555 Timer Circuits]
 +
===Wikipedia===
 
*[[:wikipedia:E series of preferred numbers|E series of preferred numbers]]
 
*[[:wikipedia:E series of preferred numbers|E series of preferred numbers]]
 
*[[:wikipedia:Electronic_color_code|Electronic color code]]
 
*[[:wikipedia:Electronic_color_code|Electronic color code]]
 
*[[:wikipedia:Preferred number|Preferred number]]
 
*[[:wikipedia:Preferred number|Preferred number]]
 
*[[:wikipedia:List of 7400-series integrated circuits|List of 7400-series integrated circuits]]
 
*[[:wikipedia:List of 7400-series integrated circuits|List of 7400-series integrated circuits]]
 +
**[https://en.wikibooks.org/wiki/Practical_Electronics/7400_Series/Labelling 7400-series labelling]
 +
**[[:wikipedia:74181|74181]] (4-bit ALU)
 +
*[[:wikipedia:List of LM-series integrated circuits|List of LM-series integrated circuits]]
 +
*[http://wiki.joeknowselectronics.com/index.php/Semiconductor_kit Semiconductor kit] &mdash; by Joe Knows Electronics
 +
*[[:wikipedia:TO-92|TO-92]] &mdash; a widely used style of semiconductor package mainly used for transistors.
 +
*[[:wikipedia:TO-220|TO-220]] &mdash; a style of electronic component package, commonly used for discrete semiconductors as transistors and silicon-controlled rectifiers, as well as integrated circuits.
 +
*[[:wikipedia:78xx|78xx]] &mdash; a family of self-contained fixed linear voltage regulator integrated circuits.
  
 
[[Category:Hobbies]]
 
[[Category:Hobbies]]

Latest revision as of 03:09, 1 December 2019

Electronics is one of my favourite hobbies.

List of devices

Device Architecture
Raspberry Pi 3 (using 64bit OS) aarch64
Raspberry Pi 3 armv7hf
Raspberry Pi (v1 and Zero) armv6hf
Raspberry Pi 2 armv7hf
BeagleBoard-XM armv7hf
BeagleBone Black armv7hf
BeagleBone Green Wireless armv7hf
BeagleBone Green armv7hf
PocketBeagle armv7hf
Nvidia blackboard TX2 aarch64
Compulab MX8M aarch64
Balena Fin (CM3) armv7hf
Hummingboard armv7hf
Variscite DART-6UL armv7hf
Variscite VAR-SOM-MX7 armv7hf
Variscite DART-MX8M aarch64
Intel Edison i386
Intel NUC amd64
Siemens IOT2000 i386-nlp
Nvidia Jetson Nano aarch64
Nvidia Jetson TX1 aarch64
Revolution Pi Core 3 armv7hf
UP board amd64
Variscite VAR-SOM-MX6 armv7hf
NPE X500 M3 armv7hf
ODROID-C1+ armv7hf
ODROID-XU4 armv7hf
Orange Pi One armv7hf
Technologic TS-4900 armv7hf
Nvidia D3 TX2 aarch64
CTI Spacely TX2 aarch64
SKX2 aarch64
Nvidia Jetson TX2 aarch64
Aetina N510 TX2 aarch64
Samsung Artik 530s 1G armv7hf
CTI Orbitty TX2 aarch64
Orange Pi Zero armv7hf
BananaPi-M1+ armv7hf
Asus Tinker Board S armv7hf
Asus Tinker Board armv7hf
Orange Pi Plus2 armv7hf


Transistors

In general, transistors can be classified into two categories:

  1. Field Effect Transistor (FET)
    • Junction FET (JFET)
    • Metal Oxide Semiconductor FET (MOSFET)
  2. Bipolar Junction Transistor (BJT)
    • NPN (+collector => -emitter; like a switch that is normally open. It will not conduct until a current is applied at its base terminal)
    • PNP (reverse of NPN)

Miscellaneous

   giga-G  kilo-k  |   micro-u  pico-p
     |       |     v      |       |
000,000,000,000,000.000,000,000,000
 |       |           |       |
tera-T   |        milli-m    |
       mega-M              nano-n

External links

Wikipedia

Pages in category "Electronics"

The following 4 pages are in this category, out of 4 total.