Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 86: Line 86:
  
 
== Microcontrollers ==
 
== Microcontrollers ==
 +
  
 
=== Knowledge ===
 
=== Knowledge ===
Line 111: Line 112:
 
*[http://platformio.org/ PlatformIO]  
 
*[http://platformio.org/ PlatformIO]  
 
*[https://www.arduino.cc/en/Main/Software Arduino]  
 
*[https://www.arduino.cc/en/Main/Software Arduino]  
 +
**[https://forum.arduino.cc/index.php?topic=482871.0 Finding the actual IDE folder in Win10 ](Yup... it's hiding...)
 
**[http://eclipse.baeyens.it/ Arduino Eclipse]   
 
**[http://eclipse.baeyens.it/ Arduino Eclipse]   
 
*[http://energia.nu/ Energia]  
 
*[http://energia.nu/ Energia]  
Line 118: Line 120:
 
*[https://mongoose-os.com/ Mongoose OS]  
 
*[https://mongoose-os.com/ Mongoose OS]  
 
**[http://127.0.0.1:1992/ Installer (locally running)]   
 
**[http://127.0.0.1:1992/ Installer (locally running)]   
*[https://atollic.com/truestudio/ TrueSTUDIO for STM32]  
+
*[https://atollic.com/truestudio/ TrueSTUDIO for STM32]
  
 
=== [http://www.ti.com/ TI] ===
 
=== [http://www.ti.com/ TI] ===

Revision as of 04:24, 10 March 2018

 

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

 

Tools

...Parts...

Microcontrollers

Knowledge

Software (IDEs)

TI

Atmel

Renesas

GNU Tools

Espressif

STMicroelectronics

Microchip

-STS-

Single Board Computers

 

 

 

Sonoff

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

Home Automation

 

Some How-Tos

Circuit information & Ideas