Coding Original Code Grades 9-12

Entry #:
636
Student:
Jolene Weaver
Entry Title:
Solar Remote Control House Lighting System
Project Description:
This is a program coded in Arduino (which is very close to C++). This program uses the Arduino Uno R3, light bulbs, a remote and an IR remote receiver, and a solar panel. The code that was written is sent into the microcontroller (the Arduino Uno R3), and then the microcontroller sends out messages to all the devices attached to it. Arduino is a great way to learn about how electronics work, and its very accessible and fun to use.
Project Directions:
Press "start simulation", in the top right corner, to see the program work. When the buttons 1, 2, & 3 are pressed, the different lights will turn on. To try it again, press on the 'stop simulation', and then the 'start simulation'.
Click the button for the full size photo or complete project.
Judging Criteria
Creativity/Originality
Original/Unique: The concept and the developer's approach to creating a computer program clearly demonstrate the use of code in interesting and unique ways. This may involve using widely available content or code in innovative manners that are not typically explored. The project could also combine content and code in a way that is different or intriguing.
Subject Matter: The project or feature is chosen thoughtfully, and its subject matter is presented effectively and innovatively using code and functionality.
Organization/Structure
Code Structure: The code is well-structured, with clear organization, modularity, and the application of appropriate design patterns, making it easier to maintain and understand.
Overall Effectiveness/Presentation
Technical Proficiency: The code demonstrates strong technical proficiency, with correct and efficient implementation that adheres to coding standards and best practices. The project effectively meets the requirements and successfully solves the problem it was designed to address.
User Experience: The application provides a smooth and intuitive user experience, enhancing user engagement and satisfaction.
Appropriate Design Techniques/Resources
Presentation: The final application makes a strong impact, with attention to user interface design, performance, and visual elements that enhance the overall presentation.
Use of Design Techniques: The project employs effective coding principles that improve the quality and maintainability of the code. Unit tests or integration tests are implemented to ensure the reliability and robustness of the code. Judges will consider the complexity, creativity, originality, and the presence of multiple functional levels in the code.