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
Embedded
  • Technologies
  • More
Embedded
Polls Is it worthy to build a fastest arduino compatible board?
  • Blog
  • Forum
  • Documents
  • Events
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Embedded requires membership for participation - click to join
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: mahmood.hassan
  • Date Created: 5 Apr 2019 6:15 PM Date Created
  • Last Updated Last Updated: 11 Oct 2021 2:58 PM
  • Views 962 views
  • Likes 0 likes
  • Comments 12 comments
Related
Recommended

Is it worthy to build a fastest arduino compatible board?

  • microchip
  • stm
  • maxim
  • nxp
  • arduino
  • cypress
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • jomoenginer
    jomoenginer over 3 years ago in reply to mahmood.hassan +6
    Does Arduino Compatible refer to being compatible with Arduino Style Shields or does it mean it is supported in the Arduino IDE or some variation of such like the TI Energia IDE? To me, to be compatible…
  • mahmood.hassan
    mahmood.hassan over 3 years ago in reply to dougw +4
    Yes I know that Currently the fastest Arduino compatible board HiFive and cost around 59 USD
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to mahmood.hassan +3
    mahmood.hassan wrote: Yes I know that Currently the fastest Arduino compatible board HiFive and cost around 59 USD I just checked. That's a 320 MHz clocked controller. I think it's faster than any microcontroller…
  • jamesw2965
    jamesw2965 over 3 years ago

    The answer to this question is depends if feel you build will be better, more dependable and maybe have some add features.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mahmood.hassan
    mahmood.hassan over 3 years ago in reply to fmilburn

    Even though the NXP processor is clocked at 600Mhz the trough put of STM processor much more than this one.

    NXP has some MCU with pretty impressive ADC specs.

    I just received these today.

    https://www.nxp.com/products/processors-and-microcontrollers/arm-microcontrollers/general-purpose-mcus/km-series-cortex-…

     

    One of the best ADC specs. 24bit delta sigma and 16bit sar

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • fmilburn
    fmilburn over 3 years ago

    You have probably seen the teensy 4.0 which recently came out.  It has a 600 MHz ARM M7 and uses the Arduino IDE. There are also lots of working libraries for it.  I ordered one out of curiosity and although the bootloader is beta  I didn’t have problems doing the standard Arduino stuff. I was mostly interested in the DAC and ADC which turned out not to be an improvement for my project than what I already have at hand.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mahmood.hassan
    mahmood.hassan over 3 years ago in reply to clem57

    I was waiting for the release of dual core stm32h7.

    But then due to some issues I couldn't continue the work.

    Pcb is almost final.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • clem57
    clem57 over 3 years ago in reply to mahmood.hassan

    mahmood.hassan Did you get this off the ground so to speak? Updates cause some others may be interested...

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mahmood.hassan
    mahmood.hassan over 3 years ago in reply to jomoenginer

    it can also be an arduino style board. Arduino IDE already support ARM mcu

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • mahmood.hassan
    mahmood.hassan over 3 years ago in reply to michaelkellett

    Yes that will be the fastest Arduino board.

    I am thinking about building a Arduino style board with STM32H7 series MCU.

    I have NUCLEO h743 and its just too fast and lots and lots of peripherals. I want to reduce the size of the board by using 100pin mcu instead of 144 or more pins

    • Cancel
    • Vote Up +3 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • michaelkellett
    michaelkellett over 3 years ago in reply to jomoenginer

    I agree it must be IDE supported to be an Arduino.

     

    Several ST ARM based processors are supported, so a design based on one of the STM32H7....  parts should be reasonably easy to add to the IDE. This would give you a 400MHz clocked ARM with 64 bit floating point and 16 bit ADC.

     

    It's not something I would want to do myself, but I think it could be made to work.

     

    MK

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • jomoenginer
    jomoenginer over 3 years ago in reply to mahmood.hassan

    Does Arduino Compatible refer to being compatible with Arduino Style Shields or does it mean it is supported in the Arduino IDE or some variation of such like the TI Energia IDE?

     

    To me, to be compatible would mean it is supported in the Arduino IDE. Otherwise it is just a knock-off.

    • Cancel
    • Vote Up +6 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Jan Cumps
    Jan Cumps over 3 years ago in reply to mahmood.hassan

    mahmood.hassan  wrote:

     

    Yes I know that

    Currently the fastest Arduino compatible board HiFive and cost around 59 USD

    I just checked. That's a 320 MHz clocked controller. I think it's faster than any microcontroller I have at home.

    • Cancel
    • Vote Up +3 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