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 376: Line 377:
  
 
*[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 ===
Line 389: Line 389:
  
 
=== LMT01 temperature sensor ===
 
=== LMT01 temperature sensor ===
 
 
<ul style="margin-left: 40px;">
 
<ul style="margin-left: 40px;">
 
<li>[https://www.youtube.com/watch?v=Jf8fhW68vYs LMT01 - My Favorite Accurate Temperature Sensor - Full Tutorial Arduino and ESP8266]</li>
 
<li>[https://www.youtube.com/watch?v=Jf8fhW68vYs LMT01 - My Favorite Accurate Temperature Sensor - Full Tutorial Arduino and ESP8266]</li>
 
</ul>
 
</ul>
 +
 
*[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]  
Line 399: Line 399:
  
 
*[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 ===
Line 405: Line 405:
 
*[https://www.superhouse.tv/ SuperHouse]  
 
*[https://www.superhouse.tv/ SuperHouse]  
 
**[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 ===
 +
 
 +
*[http://addohms.com/diy-arduino-schematic DIY Arduino Schematic - AddOhms #23]
 +
*[https://www.youtube.com/watch?v=au2ba5gWLWk How to Make Double Sided Circuit Boards at Home (Mr Carlson's Lab]
 +
 
 +
&nbsp;

Revision as of 13:39, 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

Some How-Tos