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]  
 +
  
  
Line 196: Line 197:
 
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Commands Commands]  
 
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Commands Commands]  
 
*[https://github.com/arendst/Sonoff-Tasmota/wiki/MQTT-Features MQTT Features]  
 
*[https://github.com/arendst/Sonoff-Tasmota/wiki/MQTT-Features MQTT Features]  
*Works just fine on a generic ESP-12 too  :)  
+
*Works just fine on a generic ESP-12 too  :)  
  
 
=== Next Steps ===
 
=== Next Steps ===
  
*Figure out why Tasmota & Mosquitto are arguing...  
+
*Figure out why [[Tasmota_&_Mosquitto_are_arguing|Tasmota & Mosquitto are arguing]]...  
 
**<pre>1520040347: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 
**<pre>1520040347: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 +
 
  
 +
*
 
**<pre>1520040369: New connection from 192.168.0.62 on port 1883.</pre>
 
**<pre>1520040369: New connection from 192.168.0.62 on port 1883.</pre>
 +
 
  
 +
*
 
**<pre>1520040369: Client DVES_72995D already connected, closing old connection.</pre>
 
**<pre>1520040369: Client DVES_72995D already connected, closing old connection.</pre>
 +
 
  
 +
*
 
**<pre>1520040369: Client DVES_72995D disconnected.</pre>
 
**<pre>1520040369: Client DVES_72995D disconnected.</pre>
 +
 
  
 +
*
 
**<pre>1520040369: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 
**<pre>1520040369: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 +
 
  
 +
*
 
**<pre>1520040382: Socket error on client DVES_72995D, disconnecting.</pre>
 
**<pre>1520040382: Socket error on client DVES_72995D, disconnecting.</pre>
 +
 
  
 +
*
 
**<pre>1520040383: New connection from 192.168.0.62 on port 1883.</pre>
 
**<pre>1520040383: New connection from 192.168.0.62 on port 1883.</pre>
 +
 
  
 +
*
 
**<pre>1520040383: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 
**<pre>1520040383: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').</pre>
 +
 
  
 +
*
 
**<pre>1520040421: Client DVES_72995D has exceeded timeout, disconnecting</pre>
 
**<pre>1520040421: Client DVES_72995D has exceeded timeout, disconnecting</pre>
 +
 
  
 +
*
 
**<pre>1520040421: Socket error on client DVES_72995D, disconnecting.</pre>
 
**<pre>1520040421: Socket error on client DVES_72995D, disconnecting.</pre>
 
    
 
    
 +
 
*Hook the Tasmota Sonoff into Node-Red  
 
*Hook the Tasmota Sonoff into Node-Red  
 
*Figure out the whole "OTA" part...&nbsp;&nbsp;&nbsp;:P  
 
*Figure out the whole "OTA" part...&nbsp;&nbsp;&nbsp;:P  

Revision as of 12:39, 3 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

Things I've learned

  • Apparently, quality control could be better...
    • If you find you're getting silly errors that have you chasing your tail, try reflowing the whole damn board...

Tasmota

Next Steps


    • 1520040369: New connection from 192.168.0.62 on port 1883.


    • 1520040369: Client DVES_72995D already connected, closing old connection.


    • 1520040369: Client DVES_72995D disconnected.


    • 1520040369: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').


    • 1520040382: Socket error on client DVES_72995D, disconnecting.


    • 1520040383: New connection from 192.168.0.62 on port 1883.


    • 1520040383: New client connected from 192.168.0.62 as DVES_72995D (c1, k15, u'tinker').


    • 1520040421: Client DVES_72995D has exceeded timeout, disconnecting


    • 1520040421: Socket error on client DVES_72995D, disconnecting.


  • Hook the Tasmota Sonoff into Node-Red
  • Figure out the whole "OTA" part...   :P
  • Get Google Home talking to 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