Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 361: Line 361:
  
 
[http://www.jameco.com/jameco/workshop/productnews/musclewire.html Nitinol (Muscle Wire)]
 
[http://www.jameco.com/jameco/workshop/productnews/musclewire.html Nitinol (Muscle Wire)]
 +
  
  
Line 366: Line 367:
  
 
*Embedded PID Temperature Control  
 
*Embedded PID Temperature Control  
 +
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-1-the-circuit/ The Circuit]  
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-1-the-circuit/ The Circuit]  
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-2-board-level-integration/ Board-Level Integration]  
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-2-board-level-integration/ Board-Level Integration]  
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-3-implementation-and-visualization/ Implementation and Visualization]  
 
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-3-implementation-and-visualization/ Implementation and Visualization]  
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-4-the-scilab-gui/ The Scilab GUI]  
+
#[http://www.allaboutcircuits.com/projects/embedded-pid-temperature-control-part-4-the-scilab-gui/ The Scilab GUI]  
 +
 
 
*[http://hackaday.com/2016/12/23/halogen-lamp-abused-for-desoldering/ Halogen Lamp Abused for Desoldering]  
 
*[http://hackaday.com/2016/12/23/halogen-lamp-abused-for-desoldering/ Halogen Lamp Abused for Desoldering]  
  
 
=== Finding data on old chips ===
 
=== Finding data on old chips ===
  
*
 
 
**[http://www.cpu-world.com/index.html CPU-World]  
 
**[http://www.cpu-world.com/index.html CPU-World]  
 
**[https://www.silicon-ark.co.uk/ Silicon-Ark]   
 
**[https://www.silicon-ark.co.uk/ Silicon-Ark]   
Line 380: Line 382:
 
*[https://www.youtube.com/watch?v=5FWUul62irY Direct PCB Printing with a Modified Laser Printer]  
 
*[https://www.youtube.com/watch?v=5FWUul62irY Direct PCB Printing with a Modified Laser Printer]  
 
*[http://blog.honzamrazek.cz/2017/10/diy-through-hole-plating-of-pcbs/ DIY Through Hole Plating of PCBs]  
 
*[http://blog.honzamrazek.cz/2017/10/diy-through-hole-plating-of-pcbs/ DIY Through Hole Plating of PCBs]  
* 
 
  
 
=== LMT01 temperature sensor ===
 
=== LMT01 temperature sensor ===
  
*
 
 
**[https://www.youtube.com/watch?v=Jf8fhW68vYs LMT01 - My Favorite Accurate Temperature Sensor - Full Tutorial Arduino and ESP8266]   
 
**[https://www.youtube.com/watch?v=Jf8fhW68vYs LMT01 - My Favorite Accurate Temperature Sensor - Full Tutorial Arduino and ESP8266]   
 
*[http://dangerousprototypes.com/blog/2017/12/05/esp8266-voltage-regulator-lipo-and-li-ion-batteries/ ESP8266 voltage regulator (LiPo and Li-ion batteries)]  
 
*[http://dangerousprototypes.com/blog/2017/12/05/esp8266-voltage-regulator-lipo-and-li-ion-batteries/ ESP8266 voltage regulator (LiPo and Li-ion batteries)]  
 
*[http://hackedgadgets.com/2017/12/08/coin-cell-jump-starter-project/ Coin Cell Jump Starter Project]  
 
*[http://hackedgadgets.com/2017/12/08/coin-cell-jump-starter-project/ Coin Cell Jump Starter Project]  
* 
 
  
 
=== Sonoff ===
 
=== Sonoff ===
  
*
 
 
**[https://www.youtube.com/watch?v=_389pQPLyr8 SuperHouseTV #17: Home automation control with Sonoff, Arduino, OpenHAB, and MQTT]  
 
**[https://www.youtube.com/watch?v=_389pQPLyr8 SuperHouseTV #17: Home automation control with Sonoff, Arduino, OpenHAB, and MQTT]  
 
**[https://www.youtube.com/watch?v=8mz5sCAvDAY SuperHouseTV #21: Six Sonoff Secrets: Storage, Safety, Switches, Sensors, Software, and Sites]   
 
**[https://www.youtube.com/watch?v=8mz5sCAvDAY SuperHouseTV #21: Six Sonoff Secrets: Storage, Safety, Switches, Sensors, Software, and Sites]   
* 
 
 
 
 
  
 
=== Home Automation ===
 
=== Home Automation ===

Revision as of 13:23, 17 January 2018

Current Research

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

Software

Electronics Design on Linux

gplEDA.org

Fritzing

DipTrace - Schematic and PCB Design Software

Oregano

EasyEDA

Tools

...Parts...

Microcontrollers

Knowledge

Software (IDEs)

TI

Atmel

Renesas

GNU Tools

Espressif

STMicroelectronics

Microchip

-STS-

Single Board Computers

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

Sonoff

Home Automation