Advertisement

Quick Links

Page 1

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the OLIMEXINO-2560 and is the answer not in the manual?

Questions and answers

Summary of Contents for OLIMEX OLIMEXINO-2560

  • Page 1 Page 1...
  • Page 2: Table Of Contents

    Table of Contents OLIMEXINO-2560 features........................3 OLIMEXINO-2560 component locations....................4 GPIO Digital1............................5 GPIO Digital2............................5 GPIO Serial............................5 GPIO I2C...............................5 GPIO Digital3............................5 GPIO Digital4............................6 GPIO Digital5............................6 GPIO Digital6............................6 GPIO Digital7............................6 GPIO Digital8............................6 ISP.................................7 UART..............................7 Status LEDs..............................8 Jumpers..............................8 Using Digital GPIOs..........................8 Using Analog GPIOs..........................8 Power supply requirements........................8 Dimensions..............................8...
  • Page 3: Olimexino-2560 Features

    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 •...
  • Page 4: Olimexino-2560 Component Locations

    OLIMEXINO-2560 component locations Page 4...
  • Page 5: Gpio Digital1

    GPIO Digital1 o D0 PE0 / RXD0 / PCINT8 o D1 PE1 / TXD0 o D2 PE4 / OC3B / INT4 o D3 PE5 / OC3C / INT5 o D4 PG5 / OCOB o D5 PE3 / OC3A / AIN1 o D6 PH3 / OC4A o D7 PH4 / OC4B GPIO Digital2...
  • Page 6: Gpio Digital4

    GPIO Digital4 o D30 PC7 / A15 o D31 PC6 / A14 o D32 PC5 / A13 o D33 PC4 / A12 o D34 PC3 / A11 o D35 PC2 / A10 o D36 PC1 / A9 o D37 PC0 / A8 GPIO Digital5 o D38 PD7 / T2...
  • Page 7: Isp

    GPIO Analog 1 o A0 PF0 / ADC0 o A1 PF1 / ADC1 o A2 PF2 / ADC2 o A3 PF3 / ADC3 o A4 PF4 / TCK / ADC4 o A5 PF5 / TMS / ADC5 o A6 PF6 / TDO / ADC6 o A7 PF7 / TDI / ADC7 GPIO Analog 2...
  • Page 8 LEDs D13 / STATUS LED ON VCC TX D0 / RXD0 A11 D1 / TXD0 Page 8...
  • Page 9: Jumpers

    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...
  • Page 10: Using Digital Gpios

    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...
  • Page 11: Power Supply Requirements

    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.
  • Page 12: Revision History

    Revision History 1.00 June 2019 Page 12...

Table of Contents