Page 1 of 2 1 2 LastLast
Results 1 to 25 of 27
  1. #1
    Join Date
    Jan 2017
    Posts
    685

    Basic intro text to electrical engineering?

    Looking for a basic intro level text for electrical engineering. Starting to screw around with raspberry pi's, arduino's, PLC's, etc and quickly realizing I get the logic/programming side of it (or know where to get info), but I need some sort of reference text for understanding the input/output side of this stuff. This is mostly just me screwing around with ideas I have, but some of it is potentially applicable professionally.

    Anyone have a recommendation for a text that is fairly approachable and comprehensive?

  2. #2
    Join Date
    Jan 2009
    Location
    Squaw valley
    Posts
    4,673
    Electrical engineering is not a text, it's four years of college.

    You may want to read a physics book.

  3. #3
    Join Date
    Jan 2017
    Posts
    685
    Quote Originally Posted by rod9301 View Post
    Electrical engineering is not a text, it's four years of college.

    You may want to read a physics book.
    Figured I would get this response. Super useful.

  4. #4
    Join Date
    May 2009
    Location
    inpdx
    Posts
    20,255

  5. #5
    Join Date
    Dec 2009
    Location
    The Mayonnaisium
    Posts
    10,512
    An intro physics text should have a lot of useful and applicable information but it probably will not be that approachable. Another avenue you might explore is learning how to use a multimeter which will have a lot of carryover. First link that came up: https://www.sciencebuddies.org/scien...ltimeter.shtml

  6. #6
    Join Date
    May 2016
    Posts
    3,612
    Radio shack introduction to electronics book

  7. #7
    Join Date
    Jan 2017
    Posts
    685
    I have taken a year of physics and Calc through applied differential equations as well as matrix and power series methods.

    I appreciate the links to the MIT course work. NPTEL has some stuff as well. I learn best by doing and reading, watching videos can be a bit of time waster for me so I am looking for sort of a catch all 101/201 text. Not sure I am using the correct terminology here either.

    Basically want to start towards using sensor, motors, etc with micro-controllers to automate some tasks and generally fuck around.

  8. #8
    Join Date
    May 2002
    Location
    Halfway Between the Gutter and the Stars
    Posts
    3,808
    Do you have your feedback loops figured out? Typically 0-10v or 4-20mA, some devices are loop powered, some power the loop.

    When designing a system like a water treatment plant for example the mech Eng specs the control valves, flow, level, pressure, chlorine, pH.... Sensors then I design my PLC to get the info in and out as needed. So your first step is to design the process then gather the data into your PLC to play with as you want and output as needed.

    Discrete I/o can be passive (contact) or active (voltage) you've got to make sure your I/o can handle your loads/voltages, if not you can cook shit. Use interposing relays if you need to.

    A shit ton of different systems out there. I could go on and on but fuck that, the lake is calling.

  9. #9
    Join Date
    Jan 2017
    Posts
    685
    Quote Originally Posted by Beaver View Post
    Do you have your feedback loops figured out? Typically 0-10v or 4-20mA, some devices are loop powered, some power the loop.

    When designing a system like a water treatment plant for example the mech Eng specs the control valves, flow, level, pressure, chlorine, pH.... Sensors then I design my PLC to get the info in and out as needed. So your first step is to design the process then gather the data into your PLC to play with as you want and output as needed.

    Discrete I/o can be passive (contact) or active (voltage) you've got to make sure your I/o can handle your loads/voltages, if not you can cook shit. Use interposing relays if you need to.

    A shit ton of different systems out there. I could go on and on but fuck that, the lake is calling.
    This is exactly what I want to learn about. I understand how to spec the "control valves, flow, level, pressure, chlorine, pH" part of it, but I am struggling with understanding setting up the circuits.

    Here is a simple example of something I am kicking around:

    I want to set up a microcontroller to run a simple program (ladder logic on a plc or python on raspberry for example) that will take a temperature value (from a thermocouple) and actuate a 24V valve to apply hot or cold water to regulate the temp. Add on would be data collection of temperature and volume of water flowed.

    I want to be able to design (and actually understand what is going on, not just follow something someone else did) the circuits to do this. I think my physics text has limited application here.

  10. #10
    Join Date
    Dec 2012
    Location
    I can still smell Poutine.
    Posts
    24,714
    You looking for the logic side or the electricity side? This is the former. http://www.learngroup.org/uploads/20...th_Edition.pdf It seems similar to the book we used in EE 131 Intro to Digital Design many moons ago. Heck, it might even be the same book. It was a long time ago. I can't believe there's an actual PDF of this posted for anyone to read, so grab it if you want it.
    I see hydraulic turtles.

  11. #11
    Join Date
    Jan 2017
    Posts
    685
    Quote Originally Posted by riser3 View Post
    You looking for the logic side or the electricity side? This is the former. http://www.learngroup.org/uploads/20...th_Edition.pdf It seems similar to the book we used in EE 131 Intro to Digital Design many moons ago. Heck, it might even be the same book. It was a long time ago. I can't believe there's an actual PDF of this posted for anyone to read, so grab it if you want it.
    Electricity side mostly, but this looks interesting. Thanks!

  12. #12
    Join Date
    May 2002
    Location
    Halfway Between the Gutter and the Stars
    Posts
    3,808
    I don't know where to find book learning on this stuff. I was thrown in the deep end and flailed around a lot but had someone I could ask questions and other jobs I could look at.

    Thermocouples are generally 2 wire devices so they'll be loop powered, power comes from the PLC or external power supply. The PLC input measures the current or voltage in the loop then the PLC converts it to a number and puts it in a register. When you make a loop make sure it is a loop. Power supply to device, to PLC input to power supply.
    Outputs are the same except usually the PLC is also the loop power, the device typically needs operation power to run a motor to actuate the valve proportionate to the PLC signal. 20ma = open, 4ma = closed or vice versa. Could also be 0-10v signal.

  13. #13
    Join Date
    Jun 2006
    Location
    Ventura Highway in the Sunshine
    Posts
    22,431
    Just don't touch the black wire to the white wire, everything g else is unimportant.

    I agree it is a constitutional right for Americans to be assholes...its just too bad that so many take the opportunity...
    iscariot

  14. #14
    Join Date
    Jan 2008
    Location
    Big Sky/Moonlight Basin
    Posts
    14,492
    Don't listen to hutash, the red wire is the important one.
    "Zee damn fat skis are ruining zee piste !" -Oscar Schevlin

    "Hike up your skirt and grow a dick you fucking crybaby" -what Bunion said to Harry at the top of The Headwaters

  15. #15
    Join Date
    Dec 2005
    Location
    Kootenays
    Posts
    1,497
    Practical Electronics for Inventors, by Paul Scherz is probably what you are looking for.

  16. #16
    Join Date
    Feb 2004
    Location
    MN
    Posts
    2,979
    V=I x R

  17. #17
    Join Date
    Dec 2012
    Location
    I can still smell Poutine.
    Posts
    24,714
    Quote Originally Posted by mecc69 View Post
    Electricity side mostly, but this looks interesting. Thanks!
    I'm now pretty certain that's a newer version of the text we used in the fall of 1998 at UVM for EE131. Repressed memories. I am guessing that a PDF accessible to everybody is not really supposed to be floating around. It is your lucky day. Grab it or turn them in.
    I see hydraulic turtles.

  18. #18
    Join Date
    Dec 2015
    Posts
    593
    what you are doing is basic electronics, not "engineering". A basic electronics book(s) will be far more useful than EE textbooks for what you are doing. So is basic logic and programming stuff.

    Physics knowledge is a good warm-up, but not required at all. I've met a lot of brilliant folks with no college degrees at all, and more than my fair share of morons with "sheepskins" from high end universities.

    FWIW, I have EE and ME degrees.

  19. #19
    Join Date
    Oct 2009
    Location
    seatown
    Posts
    4,123
    Quote Originally Posted by riser3 View Post
    I'm now pretty certain that's a newer version of the text we used in the fall of 1998 at UVM for EE131. Repressed memories. I am guessing that a PDF accessible to everybody is not really supposed to be floating around. It is your lucky day. Grab it or turn them in.
    what a world we live in!

  20. #20
    Join Date
    Aug 2005
    Location
    Maple Syrup and Lumberjacks, eigh.
    Posts
    4,285
    I think I might have a couple old texts that I kept because they cost so damn much. I'll have a look tomorrow morning when I get home from work. I also have a good friend who is a controls specialist for a local manufacturing company. I'll ask him if he can recommend any good learning resources.


    https://www.csimn.com/CSI_pages/PIDforDummies.html
    ::.:..::::.::.:.::..::.

  21. #21
    Join Date
    Feb 2006
    Location
    Among Greatness All Around
    Posts
    6,655
    Quote Originally Posted by SJG View Post
    what you are doing is basic electronics, not "engineering". A basic electronics book(s) will be far more useful than EE textbooks for what you are doing. So is basic logic and programming stuff.

    Physics knowledge is a good warm-up, but not required at all. I've met a lot of brilliant folks with no college degrees at all, and more than my fair share of morons with "sheepskins" from high end universities.

    FWIW, I have EE and ME degrees.
    I'd agree with this. Along with the flow, resistance and logic for design and understanding voltages and types of power sources. Be better off going to find a good Electronics trade school book than a Electrical Engineering book.

  22. #22
    Join Date
    Jan 2010
    Location
    Seattle
    Posts
    414
    Check out Circuit Cellar magazine. They publish lots of DIY-electronics project articles. I've seen everything from simple filter circuits to fpga-based synthesizers spelled out in their pages. If there is required code, they'll usually put it on their website http://circuitcellar.com/.
    U.P.: up

  23. #23
    Join Date
    May 2009
    Location
    Cambridge, MA/Jackson, WY
    Posts
    567
    Another vote for Practical Electronics for Inventors.

    https://www.amazon.com/Practical-Ele.../dp/0071771336

    Has basics of pretty much everything.

  24. #24
    Join Date
    Feb 2007
    Location
    righthere/rightnow
    Posts
    3,182
    Ask all your questions over on https://www.reddit.com/r/raspberry_pi/
    The right sidebar has a big FAQ that covers entry level stuff.

  25. #25
    Join Date
    Oct 2003
    Location
    Redwood City
    Posts
    1,762
    The Forrest M. Mims books are pretty good for basics of analog electronics.
    "Great barbecue makes you want to slap your granny up the side of her head." - Southern Saying

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •