Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 97: Line 97:
  
 
== [[Microcontrollers|Microcontrollers]] ==
 
== [[Microcontrollers|Microcontrollers]] ==
 +
  
  
Line 107: Line 108:
 
*[http://tech.mattmillman.com/an-easy-way-to-mount-ds18b20-temperature-sensors/ An easy way to mount DS18B20 temperature sensors]  
 
*[http://tech.mattmillman.com/an-easy-way-to-mount-ds18b20-temperature-sensors/ An easy way to mount DS18B20 temperature sensors]  
 
*[http://nerdralph.blogspot.com/2018/05/piggyfuse-hvsp-avr-fuse-programmer.html PiggyFuse HVSP AVR fuse programmer]  
 
*[http://nerdralph.blogspot.com/2018/05/piggyfuse-hvsp-avr-fuse-programmer.html PiggyFuse HVSP AVR fuse programmer]  
 +
*[http://baldwisdom.com/wyostat-prototype/ Wyostat: Open Source Thermostat Pt. 1]
 +
**[https://www.sparkfun.com/products/13314 SparkFun Digital Temperature Sensor Breakout - TMP102] 
 
* 
 
* 
  

Revision as of 15:46, 29 September 2018

Ohmmmmm.jpg

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

KiCad


Tools


Homebrew

Parts

Microcontrollers

-STS-

Single Board Computers

High Voltage

Robotics

Off-Grid


...Projects...

How-To

PCB


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