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
    About the element14 Community
  • 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
      •  Japan
      •  Korea (Korean)
      •  Malaysia
      •  New Zealand
      •  Philippines
      •  Singapore
      •  Taiwan
      •  Thailand (Thai)
      •  Vietnam
      • 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
CodeBug
  • Learn
  • Learning Center
  • STEM Academy
  • CodeBug
  • More
  • Cancel
CodeBug
Documents 10 CodeBug Projects in 10 Days
  • Blog
  • Forum
  • Documents
  • Events
  • Polls
  • Files
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join CodeBug to participate - click to join for free!
Actions
  • Share
  • More
  • Cancel
Engagement
  • Author Author: element14Dave
  • Date Created: 17 Sep 2015 4:51 PM Date Created
  • Last Updated Last Updated: 6 Oct 2021 8:42 PM
  • Views 15169 views
  • Likes 20 likes
  • Comments 106 comments
Related
Recommended

10 CodeBug Projects in 10 Days

imageIntroducing CodeBug!

image  What is CodeBug

image  10 CodeBug Projects in 10 Days

image  Are You a STEM Educator?

 

 

 

                        image

You don't have permission to edit metadata of this video.
Edit media
x
image
Upload Preview
image

 

 

CodeBug is a fun, low-cost, programmable wearable device that anyone can learn to use. It's designed to teach the fundamentals of programming, physical computing and electronics. While being friendly and non-intimidating for beginners. Join us every week day for the next 10 days as we post fun projects to do with CodeBug! Read each project, "like" your favorite two and get an element14 CodeBug Badge!

 

Want to get your own CodeBug? We'll be giving away a CodeBug every day during the program. Let us know what project you would create in the comments section below for your chance to WIN! Terms and Conditions apply. See attached for details.

 

 

CodeBug Project Skill Level Time to Complete Winner
Scrolling Name Badge!Beginner10 Minutesgregoryfenton
Many Faced Bug Intermediate 15 Minutes jkutzsch
Fruit KeyboardIntermediate35 Minutes notdodgy
Flashing an LEDBeginner 10 Minutes

jelektro

Pushing ButtonsBeginner 15 Minutesvincentb
Steady Hand GameIntermediate 25 Minutes jagness
Tethering CodeBug with PythonAdvanced30 Minutes calgal
A Card For All OccasionsIntermediate 30 Minutes wondergy
Raspberry Pi Controlled CodeBug with I2CAdvanced15 Minutes yjeanrenaud
CodeBug and Raspberry Pi ClockAdvanced 15 Minutestyner
Attachments:
image10 CodeBug Projects in 10 Days Giveaway_Terms and Conditions.pdf
  • students
  • code_bug
  • codebug
  • stem
  • educators
  • projects
  • Share
  • History
  • More
  • Cancel
  • Sign in to reply

Top Comments

  • element14Dave
    element14Dave over 10 years ago in reply to gregoryfenton +3
    Get ready for that spare CodeBug gregoryfenton you are our day 1 winner! Keep those ideas coming! Dave
  • element14Dave
    element14Dave over 10 years ago in reply to jkutzsch +3
    Hello jkutzsch , We will be sending an CodeBug your way!
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to notdodgy +3
    Hey Roger, NOT a lollypop stick, just a lollypop ! (I imagine the distributor workers obliged to suck lot of lollypops a day to produce the sticks ...) Enrico
  • Former Member
    Former Member over 10 years ago in reply to Former Member

    My boy drew a fish swimming in about 5 min with out help.  He loves the interacting web page.

     

    var count;

     

    codebug_direction('U');

    codebug_sleepafter(3);

    io_configure(0, 1);

    io_configure(1, 1);

    io_configure(2, 1);

    io_configure(3, 1);

    io_configure_pullup(0, 0);

    io_configure_pullup(2, 0);

    io_configure_pullup(3, 0);

     

     

    for (count = 0; count < 5; count++) {

      fivebyfivedisplay.sprite_scroll((sprite_build([[0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 1, 1, 0, 1], [1, 0, 0, 1, 1], [0, 1, 1, 0, 1]])), 100, 'L');

      fivebyfivedisplay.sprite_scroll((sprite_build([[0, 0, 0, 0, 0], [0, 1, 1, 0, 1], [1, 0, 0, 1, 1], [0, 1, 1, 0, 1], [0, 0, 0, 0, 0]])), 100, 'L');

      fivebyfivedisplay.sprite_scroll((sprite_build([[0, 1, 1, 0, 1], [1, 0, 0, 1, 1], [0, 1, 1, 0, 1], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]])), 100, 'L');

      fivebyfivedisplay.sprite_scroll((sprite_build([[1, 0, 0, 1, 1], [0, 1, 1, 0, 1], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0], [0, 0, 0, 0, 0]])), 100, 'L');

    }

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    How about a remote control--light or plugload?

    Or add a sensor--like temperature or motion.

    Combine the two to get something that turns on when someone walks in, or other trigger.

     

    Get data from smart meter and display.

    • Cancel
    • Vote Up +1 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    interesting idea, with Python and the codebug. Well I am thinking of a project to illustrate it in a python class (just bought a bunch of python for dummies books from Wiley's) and show how to access Google Analytics data and display it's data on the CodeBug.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • balearicdynamics
    balearicdynamics over 10 years ago in reply to Former Member

    At least partially I agree with you; as impaired children has limitations, the better way is to make something working, a strong representation of one or more concepts in the reality then move to a next level, sure ore complex.

     

    Enrico

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    I think, I would first work my way thru all the proposed projects and then, I think using it as a way to integrate yourself to your house or a certain area. You walk in and certain music would play, the lights would set or different things, depending on its potential and what it could "talk " to and interface with. I might be over-thinking it capabilities but I am sure it could work  if maybe combined with other codebugs programmed to run other devices.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago

    I think it would be very useful to hearing impaired children. It could be used in classrooms at hearing impaired schools as a fun way for the children to interact with one another by sending messages or playing games as well as sparking an interest in programming. A  20 questions style game could be created where questions are asked and answered on the codebug. Attaching two buttons to the legs, you could press one for a negative response and the other for a positive. A very simple way to learn about coding and getting to know one another.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • element14Dave
    element14Dave over 10 years ago in reply to jagness

    Great Idea! You have a CodeBug coming your way. Please DM me with your address and phone number to be sent out.

    • Cancel
    • Vote Up +2 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gadget.iom
    gadget.iom over 10 years ago in reply to Former Member

    yjeanrenaud wrote:

     

    true. please excuse my typo

    No worries. image

     

    Have fun coding. Just shout up if you have any issues or need people test it. The community is always happy to help.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • Former Member
    Former Member over 10 years ago in reply to gadget.iom

    true. please excuse my typo image  I'll start to play with the emulator for the mini minesweeper. I think it might be a quite interesting project to show several concepts: not only game loop logics but also the ui and controlls have to be handled in a proper way.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • gadget.iom
    gadget.iom over 10 years ago in reply to Former Member

    Hi yjeanrenaud

     

    Nice concepts there. In fact your minesweeper playing area would be slightly larger, because the grid is 5x5.

    • 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 © 2026 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