Embedded Systems: Electrical Engineering Basics & User Interface

AI Thread Summary
The discussion revolves around a project involving a mechanical device with an inductive heater controlled via a user interface. The individual is new to electrical engineering and seeks guidance on the use of microcontrollers, embedded software, and necessary physical components. Recommendations include starter kits from various sources that provide hardware and software, as well as insights into embedded operating systems. Specific suggestions for microcontrollers, such as the PIC 16F818, are provided, emphasizing the importance of hiring knowledgeable professionals for the design work. Overall, the conversation highlights the need for foundational resources and expert assistance in developing the project.
dsambo
Messages
2
Reaction score
0
Hi, I am working on a project but I am new to electrical engineering. The project is going to be a mechanical device with an inductive heater controlled through a console with software to receive inputs for the settings through a user interface. I have read about microcontrollers and their uses but I am not sure how they work in a real system i.e. if you need multiple microcontrollers for different functions.

I also need some clarification on how embedded software works as well as the physical components that need to be designed in order to use the software.

This project is just an idea so far but I am working on making it tangible any help, information, or reference will be greatly appreciated.
 
Engineering news on Phys.org
Start here http://www.practicalarduino.com/
The book is about $30, as is the circuitboard+micro
 
Last edited by a moderator:
Thanks for the response. However, because I am inexperienced in electrical engineering the design work is going to be done by someone else I am just looking for individual parts. I will browse through their website and see what it is about.
 
A starter kit that include hardware and software could be quit helpful. I myself started learning embedded systems with a starter kit from http://www.arm9board.net" , their kits typically come with Demos for embedded OSes like Embedded Linux, Windows CE, Android, uCos/II, and a plenty of sample applications with detailed comments. By looking into these source code and their documents you may learn a lot about the systems.
 
Last edited by a moderator:
Another hobbyist site is Sparkfun Electronics, who have a range of controller boards that might save you the hardware development time:
http://www.sparkfun.com/commerce/categories.php

If you insist on doing it yourself look at the PIC micro-controllers from MicroChip:
http://www.microchip.com/ParamChartSearch/chart.aspx?branchID=1002&mid=10&lang=en&pageId=74

With a the few inputs and just a couple outputs you need, one of the PIC 16 pin chips like the 16F818 could work. Presuming that you are hiring someone who knows what they are doing to execute this part of your plan, they _should_ know this already...
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
Back
Top