Difference between revisions of "MiniMexle"

From RoboWiki
Jump to: navigation, search
(Technical documentation)
 
(27 intermediate revisions by the same user not shown)
Line 1: Line 1:
Minimexle is an universal development board for Atmel AVR microprocessor ATmega88, which comes with an
+
[[Image:MexleBanner.png]]
 +
 
 +
'''MiniMexle''' is an universal development board for Atmel AVR microprocessor ATmega88, which comes with an
 
USB programmer, both in the form of the kit. Both programmer and the board are available from the
 
USB programmer, both in the form of the kit. Both programmer and the board are available from the
 
[http://www.minimexle.de/ www.minimexle.de], all documentation is there.
 
[http://www.minimexle.de/ www.minimexle.de], all documentation is there.
  
 +
The '''MiniMEXLE''' is the youngest child of the MEXLE family. Although it offers many nice features. The device can be connected to a personal computer using the AVR USB Progi.
 +
 +
<P Align="center">
 +
[[Image:MiniMexleBoard.jpg|400px|center|Vývojová doska MiniMEXLE.]]
 +
 +
<P>
 +
'''Processor:''' ATmega48/88  <BR>
 +
'''User interface:''' 2-lines LCD-Display, 4 Buttons <BR>
 +
'''Analog interface:''' 2 A/D and D/A-channels  <BR>
 +
and many '''more...''' <BR>
 +
 +
 +
The '''MiniMEXLE''' is currently in use at Heilbronn University and Slovak University of Technology in Bratislava
 +
to support students understanding microcontrollers.
 +
 +
 +
Further information is available at the Software, Projects and Downloads section.
 +
This device may be purchased at the external [http://www.minimexle.de MiniMEXLE Shop].
 +
 +
 +
== Introduction ==
 +
 +
* See the [http://www.robotika.sk/holls/2008/doc/Gruhler2008_IntroductionMEXLE.pdf presentation].
 +
 +
== Technical documentation ==
 +
 +
* [[Media:MiniMexle_schematic.jpg|Schematic diagram]]
 +
* [http://ap.urpi.fei.stuba.sk/sensorwiki/images/6/63/MiniMexleSchematic.jpg Schematic diagram v3.0]
 +
* [[Media:MiniMexle_manual.pdf|Building manual]] (EN, v2.0/2006)
 +
* [[Media:MiniMexle_manual3.pdf|Building manual]] (DE, v3.0/2006)
 +
* Microprocessor [http://www.atmel.com/images/doc2545.pdf datasheet] (atmel.com)
  
 +
* MiniMexle Board [[Media:MiniMexleTestProgram.hex|test program (.hex)]]
  
== Building ==
 
  
Although on the Mexle website You can find the complete step-by-step manual of the board
+
See also notes to the [[MiniMexle board building]].
population, we present here our ideas. Instead of building the whole board on the one step,
 
we start with the blocks, which can work independently.  
 
  
First we start to build power supply (i.e. C1-C4, R2, D1, D2, LED, connector X1, test pins
+
[[New life for MiniMexle]]: an Arduino compatibility.
and power supply stabilizer 7805). If You plan to use this board on battery powered applications, You
 
can immediately replace 7805 stabilisator with low-drop version e.g. National Semiconductor
 
LM2940CT-5.0.
 
  
After completing test the power supply immediately. See the Fig. 20 and 21 in the  
+
== White papers ==
[http://www.minimexle.de/shop/pub/Bauanleitung%20MiniMEXLE%20V3.0.pdf manual] to
+
* Pospiech, T. and Knot, J. and Gruhler, G.: ''[http://www.radio.feec.vutbr.cz/ra2010/archive/ra2006/abstracts/086.pdf MiniMexle – The Microprocessor Development Board for Everyone]''. Proceedings of the Radioelektronika 2006 conference. April 2010, Brno.
find all the points where the voltage should be measured.
+
* Pospiech, T. and Gruhler, G.: ''[http://www.hochschuldidaktik.net/documents_public/7._TdL_2007_-_Technik_129.pdf MiniMEXLE – ein studentengerechtes µC-System].''  7. Tag der Lehre 2007, Fachhochschule Biberach.
  
<span style="color: red">Error: The +5V is on the wrong pin in the Fig. 20 manual v3.0.</span>
+
== Remote controlled mobile robot using MiniMexle board in few steps: ==
  
 +
# [[MiniMexleIO|Basic I/O operation]]
 +
# [[MiniMexleServo|Minimexle and servomotor]]
 +
# [[MiniMexleSerial|Basic serial communication]]
 +
# [[MiniMexleBT|Bluetooth serial communication]]
  
Next step is to populate board with the all necessary power filter capacitors, reset circuit and
 
an oscillator circuit together with a processor socket. Also the connectors SV1 (ISP Programmer)
 
and SV2 (processor pins) are on the place.
 
Without processor on the place test the function of the Reset circuit.
 
Then You can insert the processor and using the AVR-USB-PROGI You can check if the programmer
 
is able to read configuration fuses and device signature.
 
If Yes, then the board is good and You can finish the board population.
 
  
<span style="color: red">Error: The jumper labeled SJ3 on the board is labeled SJ2 in the
+
[[Category:Mexle]]
schematic diagram on p. 7 in  manual v3.0.</span>
 

Latest revision as of 15:00, 5 December 2013

MexleBanner.png

MiniMexle is an universal development board for Atmel AVR microprocessor ATmega88, which comes with an USB programmer, both in the form of the kit. Both programmer and the board are available from the www.minimexle.de, all documentation is there.

The MiniMEXLE is the youngest child of the MEXLE family. Although it offers many nice features. The device can be connected to a personal computer using the AVR USB Progi.

Vývojová doska MiniMEXLE.

<P> Processor: ATmega48/88
User interface: 2-lines LCD-Display, 4 Buttons
Analog interface: 2 A/D and D/A-channels
and many more...


The MiniMEXLE is currently in use at Heilbronn University and Slovak University of Technology in Bratislava to support students understanding microcontrollers.


Further information is available at the Software, Projects and Downloads section. This device may be purchased at the external MiniMEXLE Shop.


Introduction

Technical documentation


See also notes to the MiniMexle board building.

New life for MiniMexle: an Arduino compatibility.

White papers

Remote controlled mobile robot using MiniMexle board in few steps:

  1. Basic I/O operation
  2. Minimexle and servomotor
  3. Basic serial communication
  4. Bluetooth serial communication