Difference between revisions of "Electronics"

From The TinkerNow Wiki
Jump to navigation Jump to search
imported>Tinker
imported>Tinker
Line 1: Line 1:
 
 
 
  
 
== Current Research ==
 
== Current Research ==
Line 86: Line 84:
  
 
== [[Microcontrollers|Microcontrollers]] ==
 
== [[Microcontrollers|Microcontrollers]] ==
 
=== Knowledge ===
 
 
*[http://dangerousprototypes.com/blog/2016/07/29/walking-the-32bit-path-to-a-blinky-led/ Walking the 32bit path to a blinky LED]
 
*[http://www.allaboutcircuits.com/technical-articles/microfat-a-file-system-for-micro-controllers/ MicroFAT: A File System for Microcontrollers]
 
*[http://www.instructables.com/id/Microcontroller-Register-Manipulation/ Microcontroller Register Manipulation]
 
 
== I<sup>2</sup>C ==
 
 
*[https://learn.sparkfun.com/tutorials/i2c I<sup>2</sup>C - Learn]
 
*[http://www.robot-electronics.co.uk/i2c-tutorial I<sup>2</sup>C Tutorial]
 
*I<sup>2</sup>C with Arduino
 
**[https://www.arduino.cc/en/Reference/Wire Wire Library]
 
***[https://www.arduino.cc/en/Tutorial/MasterReader Master Reader/Slave Sender]
 
***[https://www.arduino.cc/en/Tutorial/MasterWriter Master Writer/Slave Receiver]   
 
*I<sup>2</sup>C with ESP8266
 
**[http://www.esp8266.com/viewtopic.php?f=29&t=3683 I<sup>2</sup>C Examples? forum thread] 
 
*I<sup>2</sup>C Projects
 
**[http://www.instructables.com/id/I2C-Relay-Board/ I<sup>2</sup>C Relay Board] 
 
 
== SPI ==
 
 
*[https://www.arduino.cc/en/Reference/SPI A Brief Introduction to the Serial Peripheral Interface (Arduino)]
 
*[https://www.youtube.com/watch?v=-NxoNdTj_7U Musings on writing a software USB stack]
 
 
== Software (IDEs) ==
 
 
*[http://platformio.org/ PlatformIO]
 
*[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...)
 
***c:/users/YourUserName/AppData(hidden folder)/Local/Packages 
 
**[http://eclipse.baeyens.it/ Arduino Eclipse] 
 
*[http://energia.nu/ Energia]
 
*[http://wiring.org.co/ Wiring]
 
*[http://www.microchip.com/mplab/mplab-x-ide MPLAB]
 
*[http://www.silabs.com/products/mcu/Pages/simplicity-studio.aspx Simplicity Studio]
 
*[https://mongoose-os.com/ Mongoose OS]
 
**[http://127.0.0.1:1992/ Installer (locally running)] 
 
*[https://atollic.com/truestudio/ TrueSTUDIO for STM32]
 
 
=== [http://www.ti.com/ TI] ===
 
 
*[[MSP430|MSP430]]
 
*[[Stellaris|Stellaris]]
 
*[[C2000|C2000]]
 
 
=== [http://www.atmel.com/ Atmel] ===
 
 
*[[ATmega|ATmega]]
 
**[[ATmega#Arduino|Arduino]] 
 
*[[ATTiny|ATTiny]]
 
 
=== [https://www.renesas.com/en-us.html Renesas] ===
 
 
*[[RX62N|RX62N]]
 
*[[RL78|RL78]]
 
 
[https://gcc-renesas.com/ GNU Tools]
 
 
=== [https://espressif.com/ Espressif] ===
 
 
*[[ESP8266|ESP8266]]
 
 
=== [http://www.st.com/content/st_com/en.html STMicroelectronics] ===
 
 
*[[STM8|STM8]]
 
*[[STM32|STM32]]
 
 
=== [http://www.microchip.com/ Microchip] ===
 
 
*[[PIC|PIC]]
 
  
 
=== -STS- ===
 
=== -STS- ===
Line 172: Line 99:
 
*[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]  
 
&nbsp;
 
 
&nbsp;
 
 
&nbsp;
 
 
== [[Sonoff|Sonoff]] ==
 
  
 
== High Voltage ==
 
== High Voltage ==

Revision as of 11:22, 11 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

-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

Home Automation

 

Some How-Tos

Circuit information & Ideas