Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 98: Line 98:
  
 
*[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]  
 
*[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]  
 +
  
 
=== Software (IDEs) ===
 
=== Software (IDEs) ===
Line 110: Line 111:
 
*[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]
  
 
=== [http://www.ti.com/ TI] ===
 
=== [http://www.ti.com/ TI] ===

Revision as of 18:32, 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