Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 444: Line 444:
 
**[https://www.superhouse.tv/24-home-automation-system-architecture/ #24: Home automation system architecture]   
 
**[https://www.superhouse.tv/24-home-automation-system-architecture/ #24: Home automation system architecture]   
 
*[[Electronics#Sonoff|See Sonoff]]  
 
*[[Electronics#Sonoff|See Sonoff]]  
 +
  
 
=== Some How-Tos ===
 
=== Some How-Tos ===
Line 450: Line 451:
 
*[https://www.youtube.com/watch?v=au2ba5gWLWk How to Make Double Sided Circuit Boards at Home (Mr Carlson's Lab]  
 
*[https://www.youtube.com/watch?v=au2ba5gWLWk How to Make Double Sided Circuit Boards at Home (Mr Carlson's Lab]  
  
 
+
=== Circuit information & Ideas ===
 +
 
 +
*[https://www.google.ca/search?dcr=0&tbm=isch&sa=1&ei=lreVWoTyLqPQjwTZ34mAAw&q=5v+relay+module+circuit+diagram+active+low&oq=5v+relay+module+circuit+diagram+active+low&gs_l=psy-ab.3...306421.310002.0.310452.11.11.0.0.0.0.211.1130.8j2j1.11.0....0...1c.1.64.psy-ab..0.0.0....0.NHHc90gkkHE#imgrc=HDTP1IreGktCdM: '''SEARCH:''' 5v relay module circuit diagram active low]
 +
*[https://www.google.ca/search?q=active+low+transistor+switch&dcr=0&tbm=isch&tbo=u&source=univ&sa=X&ved=0ahUKEwj6-duk8sbZAhXq34MKHfGiBosQsAQINQ&biw=1119&bih=576#imgrc=6BFiBU5LvbB47M: '''SEARCH:''' active low transistor switch]
 +
*[https://electronics.stackexchange.com/questions/277595/preferred-way-of-interfacing-relay-coil-with-active-low-output-from-mcu Preferred way of interfacing relay coil with active low output from MCU]
 +
*[http://www.johnloomis.org/ece201L/lab10/lab10.html ECE 201L Circuit Analysis Laboratory - Lab 10]  (digital logic input/output)
 +
*[https://www.theengineeringprojects.com/ The Engineering Projects] (some useful information)

Revision as of 14:20, 9 March 2018

 

Current Research

Things I'm Learning

Official Blog of Silicon Labs


Resources

Resistance: 4 Band Colour Code Calculator

Capacitance: Conversion Calculator

Coil Inductance Calculator

How to Read a Capacitor

Symbols

Lessons in Electric Circuits

How to Test a Zener Diode

Local Resources (as in... "Can I get parts without waiting for shipping?")

 

Software

Electronics Design on Linux

gplEDA.org

Fritzing

DipTrace - Schematic and PCB Design Software

Oregano

EasyEDA


Tools

...Parts...

Microcontrollers

Knowledge

Tools

 

Software (IDEs)

TI

Atmel

Renesas

GNU Tools

Espressif

STMicroelectronics

Microchip

-STS-

Single Board Computers




Sonoff

High Voltage

Robotics

Off-Grid

...Projects...

Knowledge

Ohmspie.gif

Digital Logic

Truth Tables

AND   NAND
0 0 0   0 0 1
0 1 0   0 1 1
1 0 0   1 0 1
1 1 1   1 1 0
             
OR   NOR
0 0 0   0 0 1
0 1 1   0 1 0
1 0 1   1 0 0
1 1 1   1 1 0
             
XOR   XNOR
0 0 0   0 0 1
0 1 1   0 1 0
1 0 1   1 0 0
1 1 0   1 1 1

Ideas

RTENOTITLE


YouTube


Reverse Engineered: 50p Electronic 555 Doorbell Kit (with schematic)


Instructables

Simple Servo Tester


Interesting Products

Nitinol (Muscle Wire)


-STS-

  • Embedded PID Temperature Control
  1. The Circuit
  2. Board-Level Integration
  3. Implementation and Visualization
  4. The Scilab GUI

Finding data on old chips

LMT01 temperature sensor

Home Automation


Some How-Tos

Circuit information & Ideas