You, too, can have your very own vanity Arduino clone - I do


Closed Thread
Results 1 to 7 of 7

Hybrid View

  1. #1
    Join Date
    Dec 2005
    Posts
    1,073

    Default Re: You, too, can have your very own vanity Arduino clone - I do

    Quote Originally Posted by dhouston View Post
    That led me to look at the Arduino UNO for the first time yesterday afternoon and, wonder of wonders, it quickly became obvious that all I need do was adapt the UNO design to use the ZX-328n in place of the AT Mega328P used in one version of the UNO and to replace the 16MHz resonator with a 14..7456 MHz crystal and I would have a ZBasic based development environment that could make use of the myriad of shields that seem to be proliferating like rabbits on Viagra.
    The best laid plans of mice and men...

    It turns out that the Arduino is now on revision 2 and this one does not lend itself to my easy sex change operation - there's no way to install a crystal without major surgery. Had I known then what I know now, I would have ordered the Arduino Duemilanove which does have a through-hole crystal as well as a socketed Mega328P.
    Last edited by dhouston; - 5th June 2011 at 01:17.

  2. #2
    Join Date
    Dec 2005
    Posts
    1,073

    Default Re: You, too, can have your very own vanity Arduino clone - I do

    If I correctly understand the Arduino Duemilanove schematic, merely removing the fuse in the USB 5V line means Vin will be 5V or 3V3 depending on which SMPS is plugged in and a jumper from Vin to the 3V3 pad makes it a 3V3 system. This also works for the UNO but it is impractical to replace the 16MHz resonator on the UNO R2. I'll need to use either 14.7 or 7.4 crystals depending on Vin. The Mega328P can run on even lower voltage than 3V3 but lower voltage requires a slower clock to reduce the current draw. I'll write up an AppNote for the ZBasic website explaining this hack. This is only applicable for those who want to use ZBasic for rapid development or who merely need to be able to choose 5V or 3V3 to match system voltage with various shields. It should be easily reversed by reinstalling the fuse and plugging in a 16MHz crystal.
    Last edited by dhouston; - 7th June 2011 at 04:32.

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts