Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 55: Line 55:
  
 
== [[Electronics-Parts|...Parts...]] ==
 
== [[Electronics-Parts|...Parts...]] ==
 +
  
 
== Microcontrollers ==
 
== Microcontrollers ==
Line 77: Line 78:
 
**[https://www.arduino.cc/en/Reference/SPI A Brief Introduction to the Serial Peripheral Interface (Arduino)]   
 
**[https://www.arduino.cc/en/Reference/SPI A Brief Introduction to the Serial Peripheral Interface (Arduino)]   
 
*[https://www.youtube.com/watch?v=-NxoNdTj_7U Musings on writing a software USB stack]  
 
*[https://www.youtube.com/watch?v=-NxoNdTj_7U Musings on writing a software USB stack]  
 +
 +
=== Tools ===
 +
 +
*[http://www.banggood.com/FT232RL-FTDI-USB-To-TTL-Serial-Converter-Adapter-Module-For-Arduino-p-917226.html FT232RL FTDI USB To TTL Serial Converter Adapter Module For Arduino] <br/>
  
 
=== Software (IDEs) ===
 
=== Software (IDEs) ===
Line 124: Line 129:
 
=== -STS- ===
 
=== -STS- ===
  
*[https://www.youtube.com/watch?v=AZb4NLXx1aM Flashing LEDs - Z80 Style]  
+
*[https://www.youtube.com/watch?v=AZb4NLXx1aM Flashing LEDs - Z80 Style]
  
 
== Single Board Computers ==
 
== Single Board Computers ==

Revision as of 00:14, 18 February 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

Tools

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