Author Topic: ---duino UNO OR MEGA  (Read 6530 times)

0 Members and 1 Guest are viewing this topic.

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
---duino UNO OR MEGA
« on: January 13, 2013, 01:17:03 am »
Hello i wanted to get into arduino projects and i thought i would like to start with a cheap one but i am confused ..... UNO or Mega????

See what i found http://www.ebay.com/itm/110956290155 Funduino Board (pretty cheap and i think good for me) ATMEGA2560

And the ARDUINO UNO http://www.ebay.com/itm/New-1PCS-UNO-2011-version-ATMEGA328P-PU-ATMEGA8U2-USB-Cable-/150917501546?pt=LH_DefaultDomain_0&hash=item232362526a ATMEGA328

Also i found the NANO one here
http://www.ebay.com/itm/Redesign-Pro-Mini-atmega328-5V-16M-Replace-ATmega128-Arduino-Compatible-Nano-/310562519074?pt=LH_DefaultDomain_0&hash=item484ef7f822

Seems Pretty Good

So Quesitons:
1st Which of the three boards will be the best for a beginner and for more complicated projects at the future
2nd Which is the best (I know that MEGA has the best capacity and the best features but i would like to know if the is any disadvantages with the MEGA one)
3rd If i but one shall i buy the original Arduino Or any other -duino board (i thought since it is a open source hardware every -duino board will work as well as the original one)

Also if i get one i would like to  know how to program it and it would be helpful if you helped me at this later

Thank you.
 

Offline kizzap

  • Supporter
  • ****
  • Posts: 477
  • Country: au
Re: ---duino UNO OR MEGA
« Reply #1 on: January 13, 2013, 04:55:18 am »
What you should get really depends on the level of electronics knowledge that you have.

If you have zero or close to zero, go for the Uno. It is the best for a beginner as it will have the most community support, and the majority of add-ons/shields i have seen are based on using the Uno. added to that it is versatile and can still be used as you learn more.

If you have a little more experience, go the Mega. Don't quote me but I think it can still hold add-on boards, and has the advantage that it has extra IOs, whish is useful for bigger projects.

If you have a fair amount of experience, the nano can be good, as you can solder headers on it and just plug it into a breadboard and go from there.

As you learn more, you will find that your needs will change, and one board won't fulfil your needs.

As for the branding, it really shouldn't matter, but if you go a genuine arduino you should have less chance of there being any niggles or faults on the board.

Programming is the fun part, and will take a lot of reading to understand it. If you have questions, you would probably be best served asking in the Arduino forums.
<MatCat> The thing with aircraft is murphy loves to hang out with them
<Baljem> hey, you're the one who apparently pronounces FPGA 'fuhpugger'
 

Offline bitwelder

  • Frequent Contributor
  • **
  • Posts: 967
  • Country: fi
Re: ---duino UNO OR MEGA
« Reply #2 on: January 13, 2013, 10:27:06 am »
In short, I would suggest you to get an original Arduino Uno, for the reasons already explained by kizzap.
- Get an Uno, as it's the most popular, supported, etc. and you'll learn to fully use its hardware before to jumping to the bigger Mega.
- Get the original one, so you can also contribute back to the development of new Arduino OSHW projects.

BTW, here is Bunnie's report from a visit to Arduino factories, from his blog: http://www.bunniestudios.com/blog/?p=2407
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #3 on: January 13, 2013, 11:52:09 am »
What you should get really depends on the level of electronics knowledge that you have.

If you have zero or close to zero, go for the Uno. It is the best for a beginner as it will have the most community support, and the majority of add-ons/shields i have seen are based on using the Uno. added to that it is versatile and can still be used as you learn more.

If you have a little more experience, go the Mega. Don't quote me but I think it can still hold add-on boards, and has the advantage that it has extra IOs, whish is useful for bigger projects.

If you have a fair amount of experience, the nano can be good, as you can solder headers on it and just plug it into a breadboard and go from there.

As you learn more, you will find that your needs will change, and one board won't fulfil your needs.

As for the branding, it really shouldn't matter, but if you go a genuine arduino you should have less chance of there being any niggles or faults on the board.

Programming is the fun part, and will take a lot of reading to understand it. If you have questions, you would probably be best served asking in the Arduino forums.


Thanks for your answer i think that i have a quite fair amount of electronics expeirience (not osciloscopes and stuff but i can make a decent 555 timer chip circuit or an LM386 circuit so i think that i could handle the Nano (at least the soldering point) but i am not sure about the memory part. Its small so i thought that the mega will be fine if i connect the pins will the breadboard i could use it as the nano but with more available pins.What you say?
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #4 on: January 13, 2013, 11:58:00 am »
In short, I would suggest you to get an original Arduino Uno, for the reasons already explained by kizzap.
- Get an Uno, as it's the most popular, supported, etc. and you'll learn to fully use its hardware before to jumping to the bigger Mega.
- Get the original one, so you can also contribute back to the development of new Arduino OSHW projects.

BTW, here is Bunnie's report from a visit to Arduino factories, from his blog: http://www.bunniestudios.com/blog/?p=2407

Thank you very much that was interesting but i am thinking that i have studied pretty well on -duino boards and i think that if i get Uno i will be replacing it quickly.So judging from the top post to i would say that with my experience i will go with the Mega.
Thank you.
 

Offline NiHaoMike

  • Super Contributor
  • ***
  • Posts: 9056
  • Country: us
  • "Don't turn it on - Take it apart!"
    • Facebook Page
Re: ---duino UNO OR MEGA
« Reply #5 on: January 13, 2013, 02:42:19 pm »
Also take a look at Energia, which is software that makes a cheap MSP430 work similarly to Arduino.
Cryptocurrency has taught me to love math and at the same time be baffled by it.

Cryptocurrency lesson 0: Altcoins and Bitcoin are not the same thing.
 

Offline cwalex

  • Frequent Contributor
  • **
  • Posts: 299
  • Country: au
Re: ---duino UNO OR MEGA
« Reply #6 on: January 13, 2013, 04:03:20 pm »
Also take a look at Energia, which is software that makes a cheap MSP430 work similarly to Arduino.

That is a great low cost choice but you don't have the advantage of all the shields available for the actual arduionos a good start wold be the UNO that way when you get more experience you can stat to make your own minimalist designs on perfoard or veroboard and then they fit in with your own projects on the same board. The arduino is really easy to make on all you just need a FTDI output usb to serail converter cable to program the sketches if you don't want to include the chip in your design.

Have fun either way :)
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #7 on: January 13, 2013, 06:56:00 pm »
Thank you but i will go with the Mega one but as for the MSP430 i really need the shields but anyway thank you.
 

Offline cwalex

  • Frequent Contributor
  • **
  • Posts: 299
  • Country: au
Re: ---duino UNO OR MEGA
« Reply #8 on: January 14, 2013, 12:01:00 am »
I just had a look at the arduino website and I found a board called arduino due. it looks like it has at lest as many pins as the mega but it uses an ARM core instead of the atmel avr chip. It runs much faster and is 32bit vs 8bit. Only downside I can see is it runs 3.3V so you have to take that into account with shields and anything else you connect to it. Looks pretty cool!

http://arduino.cc/en/Main/ArduinoBoardDue

Quote
The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU (datasheet). It is the first Arduino board based on a 32-bit ARM core microcontroller. It has 54 digital input/output pins (of which 12 can be used as PWM outputs), 12 analog inputs, 4 UARTs (hardware serial ports), a 84 MHz clock, an USB OTG capable connection, 2 DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTAG header, a reset button and an erase button.
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #9 on: January 14, 2013, 05:30:17 am »
I just had a look at the arduino website and I found a board called arduino due. it looks like it has at lest as many pins as the mega but it uses an ARM core instead of the atmel avr chip. It runs much faster and is 32bit vs 8bit. Only downside I can see is it runs 3.3V so you have to take that into account with shields and anything else you connect to it. Looks pretty cool!

http://arduino.cc/en/Main/ArduinoBoardDue

Quote
The Arduino Due is a microcontroller board based on the Atmel SAM3X8E ARM Cortex-M3 CPU (datasheet). It is the first Arduino board based on a 32-bit ARM core microcontroller. It has 54 digital input/output pins (of which 12 can be used as PWM outputs), 12 analog inputs, 4 UARTs (hardware serial ports), a 84 MHz clock, an USB OTG capable connection, 2 DAC (digital to analog), 2 TWI, a power jack, an SPI header, a JTAG header, a reset button and an erase button.

Thank you for that!!! but i think i start with something basic as the mega and then procced to due since its a lot more expencive !!!
My next board i think will be the nano or an Uno but for the Due it may be good but it is a lot more expensive.
 

Offline cwalex

  • Frequent Contributor
  • **
  • Posts: 299
  • Country: au
Re: ---duino UNO OR MEGA
« Reply #10 on: January 14, 2013, 05:38:34 am »
Sorry..  :-[ I didn't look at the prices.
 

Offline UPI

  • Regular Contributor
  • *
  • Posts: 139
  • Country: us
Re: ---duino UNO OR MEGA
« Reply #11 on: January 14, 2013, 01:09:40 pm »
I started with the Nano because, at the time, it was the smallest board that had all 8 analog inputs mapped to external pins.

I now see they have the Micro that has 12 analog pins mapped out to pins. It is based on the ATmega32u4 ($6 each) instead of the ATmega328 ($2.77 each).

The 32u4 has the USB built in and the 328 does not. So far, I have not advanced to the 32u4 because I haven't needed anything more than the 328 offers.
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #12 on: January 14, 2013, 07:06:18 pm »
Sorry..  :-[ I didn't look at the prices.

Well thats ok thank you anyway. :)
 

Offline ChrisGreece52Topic starter

  • Frequent Contributor
  • **
  • Posts: 829
  • Country: gb
  • Electronics Engineer - Hacker - Nerd
Re: ---duino UNO OR MEGA
« Reply #13 on: January 14, 2013, 07:07:16 pm »
I started with the Nano because, at the time, it was the smallest board that had all 8 analog inputs mapped to external pins.

I now see they have the Micro that has 12 analog pins mapped out to pins. It is based on the ATmega32u4 ($6 each) instead of the ATmega328 ($2.77 each).

The 32u4 has the USB built in and the 328 does not. So far, I have not advanced to the 32u4 because I haven't needed anything more than the 328 offers.

I loved the 32u4 leonardo i think it may be my next choise because leonardo is a good quality board.
 

Online IanJ

  • Supporter
  • ****
  • Posts: 1612
  • Country: scotland
  • Full time EE & Youtuber
    • IanJohnston.com
Re: ---duino UNO OR MEGA
« Reply #14 on: January 14, 2013, 10:03:03 pm »
Hi all,

I don't think it matters which Arduino you start with.......that's the beauty of them!

What does matter though is the footprint and connectivity strategy you want......i.e. a Nano on pins, Uno on headers etc etc........or even the Lily Pad.

If it's general tinkering you want to do then look at the Arduino Starter Kit which comes with a bunch of components to kick off some projects for you.

Certainly I see no harm in jumping straight in with the Mega.

PS my own favourites are the Mega and the Nano........have done piles of projects using those two.

Ian.
Ian Johnston - Original designer of the PDVS2mini || Author of the free WinGPIB app.
Website - www.ianjohnston.com
YT Channel (electronics repairs & projects): www.youtube.com/user/IanScottJohnston, Twitter (X): https://twitter.com/IanSJohnston
 

Offline Ferroto

  • Frequent Contributor
  • **
  • Posts: 289
  • Country: ca
Re: ---duino UNO OR MEGA
« Reply #15 on: January 14, 2013, 10:11:16 pm »
From a programming perspective they are all the same and most code is interchangeable with minimal modifications. I'd go with the UNO with its socketed DIP package.
 


Share me

Digg  Facebook  SlashDot  Delicious  Technorati  Twitter  Google  Yahoo
Smf