OLIMEXINO-2560 features OLIMEXINO-2560 is Arduino Mega 2560 like board with ATMega2560 processor and these features: ATMega2560 AVR processor • 256 KB Flash, 8KB SRAM, 4KB EEPROM • 88 GPIO • micro USB connector • USB-Serial converter with CH340T for Arduino IDE programming via USB •...
Jumpers J1 selects at what voltage OLIMEXINO-2560 works 5V (1-2 pin) or 3.3V (2-3pin). Note that if you attach UEXT board the power supply must be 3.3V or the UEXT board will be damaged. o +5.0V 5V power supply input VCC VCC output to AVR o +3.3V 3.3V power supply input...
Using Digital GPIOs You can set any of the Digital GPIOs as input or output using their names: pinMode(D33,INPUT); //D0-D53, PH2..PE2 value = digitalRead(D33); pinMode(D13,OUTPUT); digitalWrite(D13,HIGH); Using Analog GPIOs value = analogRead(A7); //A0..A15 analogWrite(D44,128); //PWM GPIOs D2..D13, D44..D46, value 0..255 Page 10...
Power supply requirements OLIMEXINO-2560 can be powered by USB port or External Power supply, Jack inner pin 2 mm and external diameter 5.5mm. Switching between power supplies is automatically, i.e. if external power supply is applied USB power supply is not used.
Need help?
Do you have a question about the OLIMEXINO-2560 and is the answer not in the manual?
Questions and answers