Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 168: Line 168:
 
*[http://beagleboard.org/bone BeagleBone]  
 
*[http://beagleboard.org/bone BeagleBone]  
 
*[http://www.hardkernel.com/main/main.php Odroid]  
 
*[http://www.hardkernel.com/main/main.php Odroid]  
 +
  
 
== Sonoff ==
 
== Sonoff ==
Line 179: Line 180:
 
*[https://www.youtube.com/watch?v=ONFhXM5R-t4 Flashing TASMOTA on a Sonoff OVER-the-AIR !!!] (Same guy again...)  
 
*[https://www.youtube.com/watch?v=ONFhXM5R-t4 Flashing TASMOTA on a Sonoff OVER-the-AIR !!!] (Same guy again...)  
 
*[https://www.youtube.com/watch?v=fwb5YAPzPGk #125 MQTT meets SONOFF: QoS, Last Will, Keep-Alive, etc. explained and shown]  
 
*[https://www.youtube.com/watch?v=fwb5YAPzPGk #125 MQTT meets SONOFF: QoS, Last Will, Keep-Alive, etc. explained and shown]  
 +
 +
=== Tasmota ===
 +
 +
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Arduino-IDE How to setup and configure Arduino IDE for Tasmota compilation and upload.]
 +
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Initial-Configuration Initial Configuration]
 +
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Button-Usage Button usage]
 +
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Commands Commands]
 +
*[https://github.com/arendst/Sonoff-Tasmota/wiki/MQTT-Features MQTT Features]
  
 
== High Voltage ==
 
== High Voltage ==

Revision as of 21:56, 2 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

Tools

 

Software (IDEs)

TI

Atmel

Renesas

GNU Tools

Espressif

STMicroelectronics

Microchip

-STS-

Single Board Computers


Sonoff

Tasmota

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