Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 174: Line 174:
  
  
== Sonoff ==
 
  
*[https://www.itead.cc/wiki/EWeLink_Introduction EWeLink]
+
== [[Sonoff|Sonoff]] ==
*[https://www.google.ca/search?dcr=0&ei=6nhdWrnaCszojwSHjYHQBw&q=alternative+control+for+sonoff&oq=alternative+control+for+sonoff&gs_l=psy-ab.3...89636.94136.0.94574.5.5.0.0.0.0.132.571.2j3.5.0....0...1c..64.psy-ab..0.0.0....0.gtvUcQObzBI Search: alternative control for sonoff]
 
*[https://www.superhouse.tv/17-home-automation-control-with-sonoff-arduino-openhab-and-mqtt/ SuperHouseTV #17: Home automation control with Sonoff, Arduino, OpenHAB, and MQTT]
 
*[https://www.superhouse.tv/21-six-sonoff-secrets/ SuperHouseTV #21: Six Sonoff Secrets: Storage, Safety, Switches, Sensors, Software, and Sites]
 
*[https://github.com/arendst/Sonoff-Tasmota/wiki/Esptool Esptool] - [https://github.com/arendst/Sonoff-Tasmota/wiki arendst/Sonoff-Tasmota Wiki]
 
*[https://www.youtube.com/watch?v=chyVjtYb0EA Flashing TASMOTA Firmware on the Sonoff Basic using Arduino] (Guy seems a little dumb... but...)
 
*[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]  
 
 
 
=== 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 ===
 
 
 
*[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]
 
*Works just fine on a generic ESP-12 too  :)
 
 
 
=== Next Steps ===
 
 
 
*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>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 disconnected.</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>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>1520040421: Client DVES_72995D has exceeded timeout, disconnecting</pre>
 
 
 
 
 
*
 
**<pre>1520040421: Socket error on client DVES_72995D, disconnecting.</pre>
 
 
 
 
 
*Hook the Tasmota Sonoff into Node-Red
 
*Figure out the whole "OTA" part...&nbsp;&nbsp;&nbsp;:P
 
*Get Google Home talking to Tasmota
 
  
 
== High Voltage ==
 
== High Voltage ==

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

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