element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Members
    Members
    • Benefits of Membership
    • Achievement Levels
    • Members Area
    • Personal Blogs
    • Feedback and Support
    • What's New on element14
  • Learn
    Learn
    • Learning Center
    • eBooks
    • STEM Academy
    • Webinars, Training and Events
    • Learning Groups
  • Technologies
    Technologies
    • 3D Printing
    • FPGA
    • Industrial Automation
    • Internet of Things
    • Power & Energy
    • Sensors
    • Technology Groups
  • Challenges & Projects
    Challenges & Projects
    • Design Challenges
    • element14 presents
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Dev Tools
    • Manufacturers
    • Raspberry Pi
    • RoadTests & Reviews
    • Avnet Boards Community
    • Product Groups
  • Store
    Store
    • Visit Your Store
    • Choose Another Store
      • Europe
      •  Austria (German)
      •  Belgium (Dutch, French)
      •  Bulgaria (Bulgarian)
      •  Czech Republic (Czech)
      •  Denmark (Danish)
      •  Estonia (Estonian)
      •  Finland (Finnish)
      •  France (French)
      •  Germany (German)
      •  Hungary (Hungarian)
      •  Ireland
      •  Israel
      •  Italy (Italian)
      •  Latvia (Latvian)
      •  
      •  Lithuania (Lithuanian)
      •  Netherlands (Dutch)
      •  Norway (Norwegian)
      •  Poland (Polish)
      •  Portugal (Portuguese)
      •  Romania (Romanian)
      •  Russia (Russian)
      •  Slovakia (Slovak)
      •  Slovenia (Slovenian)
      •  Spain (Spanish)
      •  Sweden (Swedish)
      •  Switzerland(German, French)
      •  Turkey (Turkish)
      •  United Kingdom
      • Asia Pacific
      •  Australia
      •  China
      •  Hong Kong
      •  India
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      • Americas
      •  Brazil (Portuguese)
      •  Canada
      •  Mexico (Spanish)
      •  United States
      Can't find the country/region you're looking for? Visit our export site or find a local distributor.
  • Translate
  • Profile
Arduino
  • Products
  • More
Arduino
Blog First Arduino Compatible 32-bit Microcontroller Development Platform
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Arduino requires membership for participation - click to join
Blog Post Actions
  • Subscribe by email
  • More
  • Cancel
  • Share
  • Subscribe by email
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: GardenState
  • Date Created: 22 May 2011 8:11 PM Date Created
  • Views 302 views
  • Likes 2 likes
  • Comments 6 comments
  • microchip
  • digilent
  • 32
  • arduino
  • pic
Related
Recommended

First Arduino Compatible 32-bit Microcontroller Development Platform

GardenState
GardenState
22 May 2011

 

image

 

 

Noting that “hobbyists basically made Micrcchip who we are today,” Microchip and Digilent have launched the first 32-bit-microcontroller-based, open-source development platform compatible with Arduino hardware and software. 

 

Manufactured by Digilent, the chipKIT consists of two PIC32-based development boards and open-source software that is compatible with the Arduino programming language and development environment. The platform provides four times the performance of any existing Arduino solution and. equally good news, the boards start at just $26.95 each.

 

Apart from hobbyists Microchip expects users of the Arduino compatible dev platform to come from academia – everything from after school robotics assignments all the way to biomedical engineers’ final year projects—and the embedded engineering community, for those who wish to make a very quick rapid prototype of an idea.

 

The chipKIT hardware is compatible with existing 3.3V Arduino shields and applications, and can be developed using a modified version of the Arduino IDE and existing Arduino resources, such as code examples, libraries, references and tutorials. Aside from a small number of shields that require 5V operation, many existing Arduino hardware and software sketches are compatible with the chipKIT platform, without modification.Arduino standard libraries have been also been modified to support chipKIT boards. All of this work has been contributed back to the open-source Arduino community. 

 

The PIC32-based chipKIT boards enable 80 MHz performance, and provide up to 512 KB Flash, with up to 128 KB RAM.  The boards feature connectivity peripherals, including Ethernet, CAN, and USB (Full-Speed Host, Device and OTG); plus peripherals such as multiple timers, a 16-channel 1 MSPS Analog-to-Digital Converter (ADC), two comparators, and multiple I2CTm, SPI, and UART interfaces.

 
The chipKIT Uno32 (part # TDGL002TDGL002) development board is a clone of the Arduino Uno board, and features 128 KB Flash program memory and 16 KB RAM, with two each of the I2C, SPI and UART peripherals.  This board is priced at $26.95 each.  A clone of the Arduino Mega board, the chipKIT Max32 (part # TDGL003TDGL003) development board features 512 KB Flash program memory and 128 KB RAM, with USB, CAN and Ethernet communication, as well as 5 each I2C, 4 each SPI, and 6 each UART peripherals.  The chipKIT Max32 board is priced at $49.50 each. 
 
Both chipKIT boards can be ordered today. chipKIT Network and I/O Shields are expected to be available in June 2011. 

  • Sign in to reply
  • DAB
    DAB over 11 years ago

    I used the UNO32 as part of my testing for the Wolfston MEMS microphones and it was as easy to program as the standard Arduino, except it is fast.  The download includes and updated IDE that supports the Arduino line, plus the two new 32 bit versions.  I had no trouble copying old Arduino code into the compiler and downloading the code into the board.

     

    If you need the extra processing speed, you can't beat the price for this level of upgrade.

     

    DAB

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • WestfW
    WestfW over 11 years ago

    Well, I've done this for Arduino and Arduino Mega, so I might as well continue.   Here is an "annotated" picture of one of the Uno32 boards, with notes describing most of the significant features (and some of the insignificant features as well.)    http://www.flickr.com/photos/58843278@N00/5779577182/

    http://farm4.static.flickr.com/3563/5779577182_966c524a28_b.jpg

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • WestfW
    WestfW over 11 years ago in reply to SunRiver

    It apparently uses AVRDUDE.  (neat trick!)  However, the "verbose upload" buffer (which you see when you hold SHIFT as you click the upload button) doesn't seem to be big enough to hold the full dialog, so I can't tell what CPU it tells AVRdude it is using...)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • SunRiver
    SunRiver over 11 years ago

    Whats download bootloader for chip-kit uno32  ??

    Good Jobs

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • WestfW
    WestfW over 11 years ago

    This is neat.  Microchip (et al; I'd love to hear which ideas came from where) seems to have done a lot of things that other would-be Arduino-like platforms have neglected (like: contributing to the open source IDE!)  It will be interesting to see how things work out.  (I guess the most surprising thing is that none of the ARM vendors did this first.  Perhaps there are disadvantages to having a multi-vendor platform.)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
>
element14 Community

element14 is the first online community specifically for engineers. Connect with your peers and get expert answers to your questions.

  • Members
  • Learn
  • Technologies
  • Challenges & Projects
  • Products
  • Store
  • About Us
  • Feedback & Support
  • FAQs
  • Terms of Use
  • Privacy Policy
  • Legal and Copyright Notices
  • Sitemap
  • Cookies

An Avnet Company © 2023 Premier Farnell Limited. All Rights Reserved.

Premier Farnell Ltd, registered in England and Wales (no 00876412), registered office: Farnell House, Forge Lane, Leeds LS12 2NE.

ICP 备案号 10220084.

Follow element14

  • Facebook
  • Twitter
  • linkedin
  • YouTube