element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • Community Hub
    Community Hub
    • What's New on element14
    • Feedback and Support
    • Benefits of Membership
    • Personal Blogs
    • Members Area
    • Achievement Levels
  • Learn
    Learn
    • Ask an Expert
    • eBooks
    • element14 presents
    • Learning Center
    • Tech Spotlight
    • 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 Projects
    • Project14
    • Arduino Projects
    • Raspberry Pi Projects
    • Project Groups
  • Products
    Products
    • Arduino
    • Avnet & Tria Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • About Us
  • 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
  • Settings
Robotics
  • Technologies
  • More
Robotics
Forum Ideal development board?
  • Blog
  • Forum
  • Documents
  • Quiz
  • Events
  • Polls
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Robotics to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Forum Thread Details
  • State Not Answered
  • Replies 5 replies
  • Subscribers 62 subscribers
  • Views 730 views
  • Users 0 members are here
Related

Ideal development board?

Former Member
Former Member over 10 years ago

Hello

 

I'm looking for a cheap development board to use as a small part of my final year project.  I need to use the GPIOs to read a distance sensor and control a motor at various speeds.  I need a package that is all in with programming suite etc and I would like to code in C.  However, I need something that doesn't have all the header files etc for all the functions like Arduino does, I would like to attempt to do this from scratch.  Any help would be much appreciated.

 

Thanks

 

Rob

  • Sign in to reply
  • Cancel

Top Replies

  • shabaz
    shabaz over 10 years ago +4
    Hi Rob, Most (all?) microcontrollers can be programmed from scratch without relying on support packages of source code from manufacturers, provided you're willing to trawl through their multi-hundred-page…
  • shabaz
    0 shabaz over 10 years ago

    Hi Rob,

     

    Most (all?) microcontrollers can be programmed from scratch without relying on support packages of source code from manufacturers, provided you're willing to trawl through their multi-hundred-page user guides to figure out what registers need programming. To save you time, the supplied source code libraries should simplify things but is unnecessary if you want to go it alone.

    'Going it alone' is easier with simple 8-bit microcontrollers than (say) Cortex-M, but still possible with both.

    An Arduino is a simple microcontroller with software surrounding it. Nothing stopping you from programming it without the

    Arduino software environment.

    You could use something like a Raspberry Pi but although you can do so-called 'bare metal' programming for it, it is underusing it's resources (since Linux comes with a kernel, memory management, well-proven code such as network drivers etc - difficult to re-do all of this from scratch in a reasonable time).

    You'd need to examine your requirements in detail (every microcontroller can read a generic sensor and control an output for a circuit to control a motor in theory) and then pick a suitable platform. The programming tools are usually cheap. The compilers are often free. This means that you can comfortably select based on technical criteria rather than cost of dev tools and IDEs.

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • gadget.iom
    0 gadget.iom over 10 years ago

    I think shabaz  sums it up pretty well.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • johnbeetem
    0 johnbeetem over 10 years ago

    If you don't mind having to use Windows, I'd recommend looking into Cypress PSoC 4 or 5LP.  PSoC is a Programmable SoC that has a processors (ARM Cortex-M0 or -M3 in this case) along with digital and analog peripherals, with everything programmable in C.

     

    You can get a PSoC 4 prototyping board for US$4: http://www.cypress.com/documentation/development-kitsboards/psoc-4-cy8ckit-049-4xxx-prototyping-kits

    or a PSoC 5LP for US$10: http://www.cypress.com/documentation/development-kitsboards/cy8ckit-059-psoc-5lp-prototyping-kit

     

    You need a Windows machine to run the Cypress software.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • dougw
    0 dougw over 10 years ago

    Presumably you can always write your own header files whether it is arduino or some other development environment.

    Check these out to see if they meet your needs:

    mbed

    PSoCRegistered CreatorTm | Cypress

    AtmelRegistered Studio 6

    Energia

    MPLABRegisteredX IDE | Microchip Technology Inc.

    8 Best and Free IDE for C and C++ Programmers

     

    I don't know much about all of these environments, but Cypress has some very low cost system-on-chip evaluation modules that could likely handle your application (ARM Cortex M0 and M3)

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • Cancel
  • sunnyiut
    0 sunnyiut over 10 years ago

    Hello Robin,

    I think shabazhas suggested the best way to go for it, if you want to do it from scratch.

    However, you said that you need 'a package' and by any means if you are looking for ready-made solution and want to code in C - then you can go for development boards from mikroelektronika.

    like -

    PIC Clicker [PIC Clicker - Low Cost PIC Development Board supporting Click boards] or Clicker 2 for PIC [clicker 2 for PIC18FJ - Small PIC18F87J50 development board with two mikroBUS sockets for click board]

    these boards contain PIC MCU [8bit] and mikrobus socket to connect different modules.

    like - DC motor driver click for controlling the motor and light ranger click for measuring distance

    you can code using MikroC, and directly program the controller. you can use the example code and the builtin library which will ease the process.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • Verify Answer
    • 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 © 2025 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

  • X
  • Facebook
  • linkedin
  • YouTube