To start:
to anyone here that is annoyed that i'm asking a question on this board. please move one, i didn't post this to annoy.
to anyone else:
i'm looking for some "basic" information on pinout for this particular board that i believe anyone with some basic understanding and experience with arduino and this particular board can answer, that i can not, not at the moment without intensive research, for which i do not have the time at the moment.
so PLEASE, don't understand this as me being lazy to look it up! i'm just requesting an answer if you are already have the knowledge, i'm not asking others to do my work!! but im in a building stage and this information is needed to place the wires at the right pins, whicnh needs to be done now. all other work will be done in a few months or a year time, when i can research but for now i need the wires to be at the right place.
the arduino part is only a small part of a (for me) large project of years now that i need to finish. all the rest can be done later. yes maybe this is in the wrong order.. but at this moment it is a necessity.
the pinout information i have i got from this site:
http://wiki.epalsite.com/index.php?title=Mega2560_Pro_Mini
and
The Mega2560 Pro Mini board has all the IOs of Arduino Mega2560 R3, following are the parameters.
Microcontroller ATmega2560
Operating Voltage 5V
Input Voltage (recommended) 7-12V
Input Voltage (limits) 6-20V
Digital I/O Pins 54 (of which 15 provide PWM output)
Analog Input Pins 16
DC Current per I/O Pin 40 mA
DC Current for 3.3V Pin 50 mA
Flash Memory 256 KB of which 8 KB used by bootloader
SRAM 8 KB
EEPROM 4 KB
Clock Speed 16 MHz
so i'm missing extensive pin out information one would get with a genuine arduino board like this.
https://arduino-info.wikispaces.com/file/view/Mega2-900.jpg/421499040/Mega2-900.jpg
now my questions are:
-
which 15 of the 54 digital pinouts are the PWM outputs, or basically.. how do i / you know that those are them?
as it is not printed on the board in a way that i understand it. -
SDA and SCL pins:
there is a print on the board that SDA is pin 20 and SCL is pin 21 but those pins are digital pins while on genuine arduino boards the SDA and SCl are analog pins (4 and 5) or seperate SDA and SCL pins.
if the SDA and SCL are indeed the digital 20 and 21 pins, then that would be ideal to me, can you confirm that i can use D20 and D21 as SDA and SCL pins.
- the meaning of the little "squares" on the upper right of Digital pin 2 till 13
any answers on these three questions would be highly appreciated.
for now i'll return to the books.
Kind regards
Matthieu