should be 16The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs
Last edited:
should be 16The Arduino Mega 2560 is a microcontroller board based on the ATmega2560 (datasheet). It has 54 digital input/output pins (of which 15 can be used as PWM outputs), 16 analog inputs
I never have used mega ...I'm saving this page for future reference.Thank you very much for the write up! I'll have to read through it in detail later. A little strapped for time at the moment.
How many emitters could an arduino mega monitor? With the UNO, is there any more overhead for other sensors/relays?
Thanks for the tutorial. I'm going to be incorporating automation into my designs as well![]()
Just imagine that ...It can monitor and protect up to 16 CXA chips! ...should be 16
Awesome ! Can it really deliver 10A ?I was temp Controlling once with ardu, i found switching stuff with this very convinient:
http://www.ebay.com/itm/5V-Eight-8-Channel-Relay-Module-With-optocoupler-For-PIC-AVR-DSP-ARM-Arduino-/191114725447?pt=LH_DefaultDomain_0&hash=item2c7f534847
like 1$ per opto controlled relay
plug and play
Its a relay. Or i didnt get what you were sayingAwesome ! Can it really deliver 10A ?
Yes,last night it hit me about the Switch(var)1-wire to rule them all...
http://www.maximintegrated.com/datasheet/index.mvp/id/2813
http://www.maximintegrated.com/datasheet/index.mvp/id/2812
http://bildr.org/2011/07/ds18b20-arduino/
And a hint for the if; then; else,else...
Switch (var)
Case 1 //do something
Break;
Case 2
...
...
Default // if all option are bad
How large is the file you are uploading to the arduino? This is so massive!