Tuesday 16 December 2014

design - Learning about electronics



I'm a computer scientist with zero exposure to things directly related to hardware (barring what I learned from my undergrad computer org class.)


I've been very attracted to the field of embedded software and computer engineering, and I've been trying to find a class/lab where I can learn and practice the fundamentals of circuits and electronics.


Regarding the theory, I can learn that from books, and I have a few. Or I can take some undergrad courses from a local university (offered both within brick walls and in distance learning format.)




The problem: Labs


However, the problem is the practicum, the labs. The closest university has the labs during the day. The other local university has lab classes at night, but they are too far to drive. As a working software developer, then I really have no options to sign up for a lab class to get my hands dirty.


What would be the value of learning from books (or from classes) if I don't get to a lab? The stuff they do at EE labs (the typical electronics lab I class), is that something I can learn on my own? If so, how?


I'm trying to close this skills gap I have in front of me and get more into Computer Engineering. The last thing I want to be is a paper tiger with all theory and no practice. But the labs are always during times of the day that conflict with my work schedule.


Any advice?





No comments:

Post a Comment

arduino - Can I use TI's cc2541 BLE as micro controller to perform operations/ processing instead of ATmega328P AU to save cost?

I am using arduino pro mini (which contains Atmega328p AU ) along with cc2541(HM-10) to process and transfer data over BLE to smartphone. I...