User Manual - At128 Dev BRD
User Manual - At128 Dev BRD
Introduction:
This board is made from double sided PTH PCB board to provide extra
strength to the connector joints for increased reliability.
Package Content:
ATmega128 Development Board with ATmega128 Header Board.
USB Programmer with USB Cable. (Optional, as per order.)
16x2 LCD (Optional, as per order.)
10 Pin FRC Cable.
Reset Switch:
A reset is generated by holding the RST pin high. Reset button can be used to
reset the microcontroller.
To connect the LEDs with the microcontroller use a 10 PIN FRC Cable
and connect EXT_PORT with LED_PORT.
Sample Code:
void main()
{
DDRB = 0xFF; // Set PORT B as O/P.
PORTB = 0xFF; // Set O/P pins HIGH, LEDs turned OFF.
while(1)
{
PORTB = 0xFF; // Turns OFF all LEDs due to LED sink configuration.
_delay_ms(1000);
PORTB = 0x00; // Turns ON all LEDs due to LED sink configuration.
_delay_ms(1000);
}
}
For technical enquiry please email us at [email protected]
And for sales enquiry please email us at [email protected] and [email protected]
PROVOTECH
Sense. Innovate. Educate
Switches:
The ATmega128 development board has a total of 4 Push Buttons
connected to higher nibble of PORTE pins of the microcontroller i.e.
(From PE.4 to PE.5). The port pins to which the push buttons are
connected, are pulled up to define a Logic ‘1’ when button is not
pressed. On button press a Logic ‘0’ is applied to the microcontroller.
Relay:
The relay is connected to PA1 and its output is provided at X4 PTR
connector.