Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 3: Line 3:
  
 
== Current Research ==
 
== Current Research ==
 +
  
  
Line 8: Line 9:
  
 
*[https://www.ebay.ca/itm/311156408508 STM32F103C8T6 ARM STM32 Minimum System Development Board]  
 
*[https://www.ebay.ca/itm/311156408508 STM32F103C8T6 ARM STM32 Minimum System Development Board]  
**[https://www.youtube.com/watch?v=EaZuKRSvwdo Easy & Powerful Arduino Alternative? STM32 Beginner's Guide]   
+
**[https://www.youtube.com/watch?v=EaZuKRSvwdo Easy & Powerful Arduino Alternative? STM32 Beginner's Guide]
 +
**[[STM32|My notes so far...]]   
 
*[https://www.maximintegrated.com/en/products/digital/memory-products/MAXAUTHDEMO.html <span class="remove-absolute">MAXAUTHDEMO1# Kit</span>]
 
*[https://www.maximintegrated.com/en/products/digital/memory-products/MAXAUTHDEMO.html <span class="remove-absolute">MAXAUTHDEMO1# Kit</span>]
  

Revision as of 18:40, 26 February 2018

 

Current Research

Things I'm Learning

Official Blog of Silicon Labs

Resources

Local Resources (as in... "Can I get parts without waiting for shipping?")

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