08M2 Motherboard

The 08M2 Motherboard is the controlling heart of an 8-pin PICAXE system to which other input and output interfaces connect.

Related Commands:

Print Page

Share

Schematic

PCB

Motherboard test program

This simple test program will demonstrate that the 08M2 microcontroller is functioning. Shortly after download the Terminal display will appear and show a message indicating the 08M2 is working.

Code Example:
#picaxe 08M2
#terminal 4800

	pause 2000
main:	sertxd( "I'm your 08M2 microcontroller", cr, lf )
	pause 1000
	goto main
Copy Code Submit an Example

Create Module

No 08M2 Motherboard is available for the create system at present, however a suitable alternative for moving 'robot' style projects is the BOT120 motherboard kit (based around the PICAXE-20X2 microcontroller) and for non-mobile circuits the 18M2 Motherboard (based around the PICAXE-18M2 microcontroller).

Bill of Materials

DescriptionCodeQty
PICAXE-08M2 Microcontroller AXE007M2 1 Buy Now
8-pin 0.3" DIP IC Socket ICH008 1 Buy Now
3.5mm Jack Socket CON039 1 Buy Now
10k resistor (pack 100) RES10K 1 Buy Now
22k resistor (pack 100) RES22K 1 Buy Now
100nF Miniature Polyester Capacitor CAP001 1 Buy Now

Simulation

No Image Selected

Submit Your Own Code!

You must be logged in to submit code examples. Login now.