Leopesto:
I just made a prototype of my project using everycircuit: EveryCircuit - Led RGB 3
That's hard to read, very small. I don't have Chrome installed.
Leopesto:
- resistors, with 150ohm I have 20mah each led, but with 100ohm I've 30mah each led which is better because of more luminosity, everycircuit says leds won't burn but would it really?
It depends if you are multiplexing or not, and also the max continuous current the leds can withstand. Some are OK at 30mA continuous. When multiplexing, although the instantaneous current is higher than the max current for the leds, the average current will probably be less. Do you have a link to the data sheet for your leds? Also, don't get confused between mA and mAh. The first is a measure of current, the second is a measure of charge (like you would measure a rechargeable battery).
Leopesto:
2) intensity - if I use "unicolor" (R, G or B) all the current goes thrue one led, but using more leds (RG f.e.) I get half the current each led so lower in intensity
That is because you are not multiplexing yet. It will not happen when you are multiplexing because only one of R, G or B will be on at any instant, but they will take turns too fast for the eye to see and so you will see the required colour at the same brightness.
Leopesto:
3) links - the circuit is electrical friendly but I don't know if it's possible to integrate it with arduino... f.e. the 5V supply goes thrue 3 switches (arduino outputs)....
Not directly, no. The Arduino outputs cannot provide enough current for 10 leds at the same time. You will need 3 transistors between the Arduino outputs and the rows. These will act like the switches.
Leopesto:
4) Red - Red normally needs higher resistors but here current and potentials are equal for the colors
That does not sound correct. Let's see that data sheet.
Leopesto:
5) Power - the problem n. 2 has a positive point, current will never exceed 200mah or 300mah (with 100ohm), can the arduino nano supply that power??
Yes, I think so, but the Nano's regulator may get warm if all 10 leds show white for example.