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 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
Time and Space
  • Challenges & Projects
  • Project14
  • Time and Space
  • More
  • Cancel
Time and Space
Blog Project14 | Winners Announcement: A Journey Through Time and Space!
  • Projects
  • Blog
  • Forum
  • Leaderboard
  • Members
  • Mentions
  • Sub-Groups
  • Tags
  • More
  • Cancel
  • New
Join Time and Space to participate - click to join for free!
  • Share
  • More
  • Cancel
Group Actions
  • Group RSS
  • More
  • Cancel
Engagement
  • Author Author: tariq.ahmad
  • Date Created: 27 Jun 2024 9:51 PM Date Created
  • Views 1770 views
  • Likes 17 likes
  • Comments 20 comments
  • Time and Space
  • winners announcement
  • project14
Related
Recommended

Project14 | Winners Announcement: A Journey Through Time and Space!

tariq.ahmad
tariq.ahmad
27 Jun 2024

The Time and Space competition challenged you to build time and space projects such as an astronomical clock, timer, or capture sounds of space via radio, gravity measuring, or a GPS clock using an Arduino board of your choice.

This will be the last Project14 contest that I will host and having been there for the very first one, I can't think of a more appropriate way to close out my time hear than with a Project14 contest.   It's fittingly on the anniversary of the birth of the program in April of 2017.  Because its the birthday celebration and our annual Arduino Day contest, participants had a chance to win double the shopping cart prizes.  On the birthday of this program, which happens to be my final Project14 contest,  having been a part of every contest,  since the first one,  it's only fitting that we go full circle with a theme around Time & Space.      

The Grand Prize goes to shabaz and he's the winner of a two way tie with himself for  StarMap: Charting the Stars with Arduino and Fun With Arduino, Global Navigation Satellite Systems (GNSS) and Teseo III .  As the Grand Prize Winner he deservedly wins a shopping cart of $400!

The three runner ups each win a prize of $200.

The winners are ntewinkel for  Rocket Cat Goes To Space,

 balajivan1995 for  Enhanced Digital GPS Clock with satellite tracking ,  and

 Steve524 for  Nixie Tube Clock With Arduino Mega 2560 .

Without further ado here are your winners....

Grand Prize:

     

 StarMap: Charting the Stars with Arduino by  shabaz 

image             

The Time & Space theme inspired shabaz to do an exploration into whether a modern Arduino could chart the stars. His goal was to create a standalone planetarium device using an Arduino, enabling users to view real-time positions of stars, the moon, and planets. The project was broken into four parts: developing an Arduino library called Starmap for star positions, setting up a circular TFT display, figuring out storage for large star data, and incorporating a GPS module to automatically set the location and time. The result is a portable star charting device that works independently, without needing internet access. Although the initial prototype used a small, watch-sized circular display, the project has potential for expansion, such as using larger screens or even controlling telescopes. The code and libraries are available for further development, with future plans including creating a desktop star chart clock and refining the display for better usability.

 Fun With Arduino, Global Navigation Satellite Systems (GNSS) and Teseo III by  shabaz 

image

This second project from shabaz  involved creating a GNSS receiver using a Lantronix Teseo III module and an Arduino Uno R4 Minima. The author, new to GNSS and GPS technology, explored how satellite navigation systems work and documented the process of building a prototype. Satellites transmit timing and positional data, which are decoded by a GNSS receiver using a method called Spread Spectrum communication. The project required choosing a suitable GNSS module and antenna, and building a prototype on a copper-clad board. Despite initial challenges, the prototype successfully received satellite signals and provided location data. The author created a custom Arduino library to decode NMEA sentences from the GNSS module, which provided information such as time, location, and satellite details. The next step involved designing a PCB to replace the makeshift prototype, aiming for improved performance and ease of use. The project highlighted the complexities of satellite navigation and the hands-on approach to learning and development in electronics.

First Place Winners:

 Rocket Cat Goes To Space by  ntewinkel 

image

For the Time and Space contest, ntewinkel  teamed up with my artistically inclined wife, SuperArtGirl, to create a whimsical project that sends a cat into space using an Arduino R4 Minima and assorted hardware. The concept was sparked when he casually mentioned the contest, and she eagerly produced a detailed prototype. The project employs various components, including a dual 7-segment display, a servo motor, and a repurposed motor from a robot-worm kit to lift a cardboard rocket. The construction involved a lot of experimentation, particularly with finding the right motor to elevate the rocket. His wife’s artistic talent brought the scene to life with a beautifully painted and creatively assembled box. The countdown timer and motor control were managed using simple yet effective Arduino code, creating a fun, time-sensitive setup. The result is a charming blend of art and technology, where a countdown clock ticks away, and a rocket complete with a waving alien launching into space. This collaborative effort not only met the contest's theme of "Time and Space" but also underscored the joy of combining artistic creativity with technical skills.

 Enhanced Digital GPS Clock with satellite tracking by  balajivan1995 

image

In this project, balajivan1995  developed an enhanced digital GPS clock that not only displays the current time and date but also tracks the number of satellites overhead and can show the time across different time zones. Utilizing a GPS receiver integrated with a Waveshare SIM7600 LTE module and an ESP32 microcontroller, the clock ensures precise timekeeping by leveraging satellite data, eliminating the need for manual adjustments. A visually appealing DWIN HMI display presents the information, while a 3D-printed pen stand serves as a custom enclosure. The clock includes features like satellite tracking, showing the number of GPS, GLONASS, and BEIDOU satellites in orbit, and the capability to display geographic coordinates and altitude. The project also explores the addition of an alarm system, though this feature is still under development. Overall, this DIY GPS clock project combines technology and customization to offer a unique, accurate, and visually engaging timekeeping solution.

 Nixie Tube Clock With Arduino Mega 2560 by  Steve524 

image

This project by  Steve524  repurposes an old Nixie tube display rack by integrating it with an Arduino Mega 2560 and a DS1307 Real-Time Clock (RTC) to create a vintage-style clock with additional functionalities. The Nixie tubes, driven by SN74141 BCD to Nixie drivers, display the time with hours and minutes in the frequency section and seconds in the noise section. A DHT11 sensor adds the capability to measure and display temperature and humidity in the level section. The clock features two LEDs that blink alternately driven by the RTC's 1 Hertz square wave output, indicating AM/PM and temperature trends. The setup includes a 5V power supply, a high voltage supply with a heat sink, and a thumb wheel for setting the time. The Arduino Mega is connected to the Nixie tubes via a breadboard shield and a breakout shield, ensuring all components are neatly interfaced. The project, still in progress, awaits the installation of wiring and boards into a 19-inch rack, blending vintage aesthetics with modern technology.

Keep Being Awesome and Thank You for your continued support of Project14!

Be sure to congratulate the Winners in the Comments Below! 

  • Sign in to reply

Top Comments

  • maxpowerr
    maxpowerr over 1 year ago +1
    Congratulations to all the winners, and I also want to especially congratulate shabaz on his two cool projects, I think he deserves a double prize.
  • phoenixcomm
    phoenixcomm over 1 year ago +1
    Both are cool, and I like cats, I wonder how to get my white tiger into space?? ~~Cris H
  • DAB
    DAB over 1 year ago

    Well done everyone.

    There are all great projects.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • rsjawale24
    rsjawale24 over 1 year ago

    Congratulations to all the winners! great projects

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • colporteur
    colporteur over 1 year ago

    Congrats folks! Small projects containing great ideas.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • genebren
    genebren over 1 year ago

    Congratulations to shabaz for a grand prize project and to all the other winners and participants! Well done all.

    • Cancel
    • Vote Up 0 Vote Down
    • Sign in to reply
    • More
    • Cancel
  • shabaz
    shabaz over 1 year ago

    Congratulations, everyone! All are unique projects. Thanks to tariq.ahmad and element14 for running with everyone's suggestions so that we had a theme to work towards. It's great to see the ideas and implementations that flowed from it.

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