element14 Community
element14 Community
    Register Log In
  • Site
  • Search
  • Log In Register
  • About Us
  • 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 Boards Community
    • Dev Tools
    • Manufacturers
    • Multicomp Pro
    • Product Groups
    • Raspberry Pi
    • RoadTests & Reviews
  • 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
Project14
  • Challenges & Projects
  • More
Project14
Polls Project14 | Poll to Decide July 18' Competition
  • Blog
  • Forum
  • Documents
  • Theme Suggestions
  • Polls
  • Members
  • More
  • Cancel
  • New
Join Project14 to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 14 May 2018 2:39 AM Date Created
  • Last Updated Last Updated: 11 Oct 2021 2:58 PM
  • Views 1072 views
  • Likes 0 likes
  • Comments 10 comments
Related
Recommended

Project14 | Poll to Decide July 18' Competition

  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • 14rhb
    14rhb over 7 years ago +9
    Hi Tariq, For an upcoming Project14 how about a 1K MCU challenge . Essentially any idea is allowed but must include a single 8-bit microcontroller using no more than 1KByte of program memory/internal flash…
  • 14rhb
    14rhb over 7 years ago in reply to jomoenginer +4
    Hi Jon, I was narrowing it down in my suggestion as that would force entrants to be really clever with code use...a skill that is gradually lost as we compile in higher level languages & get spoilt by…
  • tariq.ahmad
    tariq.ahmad over 7 years ago +3
    Like 14rhb ! Will be in the next poll!
  • 14rhb
    14rhb over 7 years ago in reply to ntewinkel

    Hi Nico,

     

    When I suggested that theme I didn't really think about the fact most devices have greater than 1KB - so a good point made. If this were selected as a future Project14 theme then I guess we could mandate that the program listing or HEX is supplied to ensure it falls within any set limit (or build log as you rightfully suggest).

     

    Out of interest I just looked at my preferred manufacturer as see they only make one 8-bit device with less than 1KBytes (PIC10F322) and only two with 1.75KBytes.

     

    I remember there were 1K games for the ZX81 so was hoping to rekindle some of the clever techniques people used to know for extracting the absolute maximum from bytes and assembly instructions. Again, maybe another theme could be "80's technology - (1)build something replicating technology from the 1980's (using modern components) or (2) build something using components from the 1980's". tariq.ahmad

     

    Rod

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to 14rhb

    Very interesting! I like the idea of a challenge to see what the biggest project is that can be fit into 1kb image

     

    I just looked a little closer at device specs - for 1kb we would be down to ATtiny13 or similar. Even the Digispark or Trinket have ATtiny85 which already jumps up to 8kb.

    What microcontroller(s) did you have in mind, or was it more of taking a regular board and just keeping code size small? (I think the build log shows code size?)

     

    Cheers,

    -Nico

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • ntewinkel
    ntewinkel over 7 years ago in reply to neilk

    Just grab an ATtiny13 and rebuild the whole thing from there image

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • neilk
    neilk over 7 years ago in reply to 14rhb

    Thanks Rod, nice suggestion!

     

    I'm not sure it would qualify, being nearly 40 years old!!

     

    Main problem would be lack of evidence: several house moves mean that my archives have been progressively thinned. I know I still have a printout of the source code for a later model - targeted at an 8051 or 8052. I may also have some of my old development log books - I need to look. I also have a few sample chips and parts of my development rig. However, what I don't have are any working examples of the echo sounder and later models - wind speed and log.

     

    Neil

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • 14rhb
    14rhb over 7 years ago in reply to neilk

    Neil,

     

    Your echo sounder is the ideal project entry. Sounds like you did a good job of the changes as well.

     

    As an aside I've recently seen code routinely using a 4-byte unsigned integer to hold a boolean value...then again it was for the x86-64 which had 8GByte of RAM. Old school would have utilised every single bit separately.

     

    Rod

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • neilk
    neilk over 7 years ago in reply to 14rhb

    In the late 70s I designed an echo sounder for pleasure boats, based around an Intel 8048 - 8bit, 1K of RAM, one time programmable chips (at first). It went into commercial production.

     

    My heart sank when the company asked for a couple of extra features - I spent hours going through the code until I found a few adjustments that saved a handful of bytes and allowed me to shoehorn in the tweaks.

     

    Neil

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • tariq.ahmad
    tariq.ahmad over 7 years ago

    Like 14rhb !

     

    Will be in the next poll!

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

    Hi Jon,

     

    I was narrowing it down in my suggestion as that would force entrants to be really clever with code use...a skill that is gradually lost as we compile in higher level languages & get spoilt by the available program memory sizes (if your code doesn't fit then you can usually upgrade to the next part with the same footprint for £0.02 extra).

     

    But good point; it would be a shame to exclude people form taking part just because they are geared up for 16-bit or 32-bit MCU.

     

    Perhaps your suggestion of multiprocessors could be a different month's Project 14 - "Clustered MCU's - design something that uses two or more MCU". tariq.ahmad

     

    Rod

    • Cancel
    • Vote Up +4 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • jomoenginer
    jomoenginer over 7 years ago in reply to 14rhb

    Man, talk about putting a restrictor plate on a dev. I like the idea though.  Would this be restricted to just a single 8-bit 8/6 pin MCU or could one cluster a set of similar chips to expand functionality? 

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • 14rhb
    14rhb over 7 years ago

    Hi Tariq,

     

    For an upcoming Project14 how about a 1K MCU challenge. Essentially any idea is allowed but must include a single 8-bit microcontroller using no more than 1KByte of program memory/internal flash. No other external flash or program storage is allowed but you can use as much of the data memory/non-volatile RAM as you want. Therefore the Arduino Uno could be used if members want to test out their C skills; but some will just jump into assembler with their favourite MCU.

     

    Along a similar track we could also have an Eight Pin MCU challenge (or 6 pin even !). e.g. using a device that has only 8/6 pins in total.

     

    Rod

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