Where Do I Start with a Microcontroller Project?

AI Thread Summary
To start a microcontroller project, beginners are advised to explore "PIC microcontroller tutorials" or "AVR microcontroller tutorials." An Arduino is recommended for first-time users due to its user-friendly development software and quick setup, allowing for functional projects in under ten minutes. For more advanced applications, the Atmel AVR suite is suggested, as it also offers free development software. The discussion highlights the need to learn about microcontrollers to tackle specific functions like driving a coil, scanning frequencies, and impedance matching. Overall, starting with Arduino or Atmel AVR provides a solid foundation for beginners in microcontroller projects.
hobbs125
Messages
108
Reaction score
0
Hello all,

I am in need of a microcontroller. The only problem is that I do not know where to start as I have never used or programmed a microcontroller before.


I need the circuit to perform the following functions:

-Drive a coil
-Scan through a range of frequencies
-Be able to adjust duty cycle
-Be able to gate the frequency on and off
-Find the point of impedance match between the coil and load via a feedback coil and lock onto that frequency
-Display the frequency


Does anyone have any suggestions of an easy place to start and an initial cost?
 
Engineering news on Phys.org
Seems like you need to learn about micro-controllers in general.
Start by searching for "PIC microcontroller tutorials" or "AVR microcontroller tutorials".
Some of your problems would be trivial once you learn microcontrollers.
 
For first timers I always recommend and Arduino. The development software is free and you can have a working project that actually does something in less than 10 minutes. If you want to get into something more advanced, I recommend the Atmel avr suite of microcontrollers since the development software is free.
 
Thanks for the suggestions everyone. A friend of mine also recommended buying an Atmel AVR so I guess that is the direction I will be going.
 
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...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top