ATMega128's ATLM - how should I cope with this?

  • Thread starter Thread starter mscho527
  • Start date Start date
AI Thread Summary
VCC represents the operating voltage for the ATMega128, typically around 3.3V for this kit. When connecting analog sensors, one pin should connect to the 3.3V, another to ground, and the middle pin to an ATLM input. It's crucial to ensure that all ground connections are tied together for a common reference. The ATMega128 has ADC capabilities, which are necessary for measuring analog signals, but specific implementation details may vary based on the kit used. Consulting the device's datasheet is recommended for accurate connections and voltage specifications.
mscho527
Messages
1
Reaction score
0
Hi. I'm a newcomer to AVR and actually these whole electronics stuff.
But.. I need to use this for my school work.
http://d3j5vwomefv46c.cloudfront.net/photos/large/796557659.png?1375531730
This is the image of my kit's ATLM input. In this formation, I'm trying to add some analog sensors.
I'm not sure what VCC is, so I'm not sure which leg of the sensors should go to which place.
Please help this newbie...
Thanks in advance.
 
Engineering news on Phys.org
OK well Vcc should denote the operating voltage of the chip, if you want to attach an analong input I would just place it on one of the ATLM pins, for example if you have a potentiometer you would connect one outside pin to the 3.3V connector, and the other outside pin to ground and then the middle pin to one of the ATLM inputs. I could not find any information about "ATLM input" but I assume that it is specific for your schools kit.
 
As said before, VCC (Common Voltage) is the operating voltage of the device. You should source the data sheet before continuing your project. Sometimes devices are able to operate within a range of voltage levels (i.e. 8-20V) because of internal voltage clamping - 5V operating voltage is typical. It also appears that VCC is further clamped to a 3.3V output which is nice. 3.3V is often used in logical applications.

The answer seems to have been sufficiently answered already, but it is worth noting that VCC of your device may be different that VCC of your chip - so consider this carefully. Also be aware the the GND connections of each device should be tied together - this is very important to ensure a common reference.
-Further, a output pin really depends on your method of measuring logic from the analog device. Digital devices are simply HIGH and LOW outputs, so they are easy to deal with. Analog output devices are bit more complicated and require special chips to measure the output. I am not familiar with the above device so I cannot say with confidence exactly how this part should be done in your case. I think the ATMega128 has ADC capabilities but am not certain.
 
Last edited:
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