Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 84: Line 84:
 
*[[Soldering_Equipment|Soldering Equipment]]  
 
*[[Soldering_Equipment|Soldering Equipment]]  
 
*[https://johan.kanflo.com/easing-the-pain-of-swd-on-modern-dpses/ Easing the pain of SWD on modern DPS:es]  
 
*[https://johan.kanflo.com/easing-the-pain-of-swd-on-modern-dpses/ Easing the pain of SWD on modern DPS:es]  
 +
  
  
Line 91: Line 92:
 
*[http://dangerousprototypes.com/blog/2018/06/07/esp32-and-the-cwtd-test-gadget/ ESP32 and the CWTD ‘Test gadget’]  
 
*[http://dangerousprototypes.com/blog/2018/06/07/esp32-and-the-cwtd-test-gadget/ ESP32 and the CWTD ‘Test gadget’]  
 
*[http://dangerousprototypes.com/blog/2018/07/17/dc-voltmeter-test-gadget/ DC voltmeter test gadget]  
 
*[http://dangerousprototypes.com/blog/2018/07/17/dc-voltmeter-test-gadget/ DC voltmeter test gadget]  
*'''Search:''' [[www.google.com/search?q=Arduino+based+test+equipment|"Arduino based test equipment"]]
+
*'''Search:''' [https://www.google.com/search?q=Arduino+based+test+equipment "Arduino based test equipment"]
  
 
== [[Electronics-Parts|Parts]] ==
 
== [[Electronics-Parts|Parts]] ==

Revision as of 23:06, 17 July 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