From functions and state machines to data science and machine learning. See at aa.ssis.edu.vn
Unit 1: Functions and Modular Code
In our first unit we learn the basics of defining and calling functions, providing input parameters and return output values. And we define and describe the algorithms to solve our problems. Rearranging program code to become modular makes it easier to reuse code and reduce errors.
- Welcome to Advanced Automation
- Introduction to Functions
- Shock Detector Case Study
- Mastery Check - Sketch of Functions
- Making Code Modular
- Module Maker - Creating modular code yourself!
- Drink Machine Part I
- Drink Machine Part II
- Drink Machine Testing Software
Unit 2: Managing State
- Convert a binary string into a readable ASCII text to learn more about abstraction and decomposition.
- Binary Secret Code - Introduction to Abstraction
- Three Boards, Three Flavors
- Introduction to State Machine Programming - Escape to Summer Case Study
- Drink Dispenser State Machine
- Building a Physical Drink Dispenser State Machine
- Iterative Design
- Choosing your system
- Students State Program - Description
- Inputs, Outputs, Hardware
- Levels of Abstraction
- The Crane Game - Example for Abstraction
Unit 3: Collaborative code
- Create some generative art!
- Generative Art and the Circle K Project
- Design Project
- Branches, Forks, and Pull Requests
- Circular Art
- Idea Sharing for the Generative Art Project
- Project Check-In
- Design Project Submission
- Singular Collaborative Art Project
Unit 4: Control Algorithms and APIs
- Introduction Control Systems Board
- Carrier board rp2040 - physical and electrical connection
- The I2C Bus
- Activate the OLED display
- Control Algorithms
- Digital states and Pulldown Resistors
- Feedback Control Systems
- The PID controller
- VEX VR Control Systems Task
- Water Flow Controller and Landing a Rocket
- APIs and Libraries
- Sphero RVR API - see more at rvr2023
- Control Challenge 2022-2023
- Documentation on Design Decisions
- On the Field: Control Systems and API Challenge
Unit 5: Machine Learning
- Sketch Classifier
- Improving the Classifier
- Self Driving Car Activity
- Iterative Design
- Evaluating Algorithms and Standards
- Machine Learning Project - Objective and Dataset
- Machine Learning Project - Algorithm and Training Data
- Machine Learning Project - Training the Model
- Documenting Iterations
- Saving the Dataset and Model
- JSON data exchange
- Presentation of final version as a website
Unit 6: Measurement and Data Processing
- Interpreting graphs and analyze csv files
- Processing large csv files
- Determining Pulse Width
- Morse code challenge
- Sensor Calibration, Smoothing, Rate of Change
- Unit 1: JavaScript for Makecode of the microbit, example code and on makecode
- Unit 2: Python on replit, starter code and on replit
- Unit 3: JavaScript on p5js.org for collaborative code and generative art
- Unit 4: Circuitpython and JavaScript on rp2040
- Unit 5: JavaScript on p5js with machine learning, training and inference
- Unit 6: Python, Circuitpython, CSV files on replit and rp2040 or CircuitPlayground from Adafruit