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]] ==
 +
  
 
=== -STS- ===
 
=== -STS- ===
  
 
*[https://www.youtube.com/watch?v=AZb4NLXx1aM Flashing LEDs - Z80 Style]  
 
*[https://www.youtube.com/watch?v=AZb4NLXx1aM Flashing LEDs - Z80 Style]  
 +
*[http://dangerousprototypes.com/blog/2018/06/07/esp32-and-the-cwtd-test-gadget/ ESP32 and the CWTD ‘Test gadget’]
 +
*[https://bikerglen.com/blog/presenting-the-single-esc-key-usb-keyboard/ Presenting the Single ESC Key USB Keyboard!]
 +
*[http://tech.mattmillman.com/an-easy-way-to-mount-ds18b20-temperature-sensors/ An easy way to mount DS18B20 temperature sensors]
 +
* 
  
 
== Single Board Computers ==
 
== Single Board Computers ==

Revision as of 15:26, 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