Difference between revisions of "Tutorials"

From OpenCircuits
Jump to navigation Jump to search
Line 68: Line 68:
 
|
 
|
 
*Electronics
 
*Electronics
*
 
 
|[http://en.wikibooks.org/wiki/Practical_Electronics Practical Electronics From Wikibooks, the open-content textbooks collection]
 
|[http://en.wikibooks.org/wiki/Practical_Electronics Practical Electronics From Wikibooks, the open-content textbooks collection]
 
|Could use some review.
 
|Could use some review.
Line 75: Line 74:
 
|
 
|
 
*Electronics
 
*Electronics
*
 
 
|[http://www.ibiblio.org/kuphaldt/electricCircuits/ Lessons In Electric Circuits]
 
|[http://www.ibiblio.org/kuphaldt/electricCircuits/ Lessons In Electric Circuits]
 
|A free series of textbooks on the subjects of electricity and electronics.  Not complete yet, but there is a lot of content here, and the stuff you are interested in may be done, or you may want to help finish it.
 
|A free series of textbooks on the subjects of electricity and electronics.  Not complete yet, but there is a lot of content here, and the stuff you are interested in may be done, or you may want to help finish it.
Line 82: Line 80:
 
|
 
|
 
*Electronics(Book)
 
*Electronics(Book)
*
 
 
|[http://www.amazon.com/Art-Electronics-Paul-Horowitz/dp/0521370957/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206719497&sr=1-1 The Art of Electronics]
 
|[http://www.amazon.com/Art-Electronics-Paul-Horowitz/dp/0521370957/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206719497&sr=1-1 The Art of Electronics]
 
|Considered one of the best books on electronics ever written.
 
|Considered one of the best books on electronics ever written.
Line 89: Line 86:
 
|
 
|
 
*Electronics/Programming(Book)
 
*Electronics/Programming(Book)
*
 
 
|[http://www.amazon.com/USB-Complete-Everything-Develop-Peripherals/dp/1931448027/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206925487&sr=8-1 USB Complete]
 
|[http://www.amazon.com/USB-Complete-Everything-Develop-Peripherals/dp/1931448027/ref=pd_bbs_sr_1?ie=UTF8&s=books&qid=1206925487&sr=8-1 USB Complete]
 
|Introduction to USB.  Covers both the hardware as well as some of the software issues like drivers and classes.   
 
|Introduction to USB.  Covers both the hardware as well as some of the software issues like drivers and classes.   
Line 96: Line 92:
 
|
 
|
 
*Electronics/Programming
 
*Electronics/Programming
*
 
 
|[http://www.usb.org/developers/docs/ USB 2.0 Specification]
 
|[http://www.usb.org/developers/docs/ USB 2.0 Specification]
 
|Free reference documents that cover the hardware and core software of USB   
 
|Free reference documents that cover the hardware and core software of USB   
Line 103: Line 98:
 
|
 
|
 
*Programming
 
*Programming
*
 
 
|[http://www.usb.org/developers/devclass_docs USB Classes]
 
|[http://www.usb.org/developers/devclass_docs USB Classes]
 
|Free reference documentation for standard USB device classes.   
 
|Free reference documentation for standard USB device classes.   

Revision as of 10:07, 2 April 2008

How to understand and plan what you are doing.

Good equipment to buy when getting started

Discussion of some of the equiptment to buy when getting started with embedded systems.

Programming Languages

Discussion of the most popular programming languages used in embedded systems.

External References

These links are for general theory, more specific information is linked to its specific topic on this site ( op amp tutorials may be found in the section components.... op amps. These links may be useful but we have hope to better organize and categorize them in the future. This is Just A Start, help us build up this section.

What Site Comment
  • Electronics
Electronics Tutorial Review it here.
  • Electronics
Circuit Analysis, Design & Theory Various articles, some onsite some off. Review it here.
  • Electronics
Primers - Exclusive to Jaycar Electronics From the site: Here you will find extensive primers and valuable application notes on many subjects.
  • Electronics
Welcome to the Play-Hookey Website Digital and analog circuits
  • Electronics
MIT OpenCourseWare EECS Massachusetts Institute of Technology's OCW Electrical Engineering Course Video Lectures (note: You need RealPlayer or RealAlternative to play them)
  • Microcontroller
  • RS232
MC RS232 Comm Some notes on how to implement RS232 communications on a Microcontroller
  • Electronics
Circuit Idea Circuit Idea From Wikibooks, the open-content textbooks collection Revealing the Ideas behind Circuits -- A somewhat different perspective on circuits.
  • Electronics
Practical Electronics From Wikibooks, the open-content textbooks collection Could use some review.
  • Electronics
Lessons In Electric Circuits A free series of textbooks on the subjects of electricity and electronics. Not complete yet, but there is a lot of content here, and the stuff you are interested in may be done, or you may want to help finish it.
  • Electronics(Book)
The Art of Electronics Considered one of the best books on electronics ever written.
  • Electronics/Programming(Book)
USB Complete Introduction to USB. Covers both the hardware as well as some of the software issues like drivers and classes.
  • Electronics/Programming
USB 2.0 Specification Free reference documents that cover the hardware and core software of USB
  • Programming
USB Classes Free reference documentation for standard USB device classes.
  • Programming(Book)
The C Programming Language Considered the bible of C from the orignal designers. The book is short and concise, but considered to be very accessible.