π Formula β Ohmβs Law relates voltage, current, and resistance as , so resistance can be calculated as .
Voltage is pressure, current flows, and resistance opposes.
β Must-know
π A microprocessor is only a processing brain that needs separate motherboard, memory, and I/O controllers, whereas a microcontroller combines a processor, memory, and I/O ports on one self-contained chip.
Further detail
A microprocessor needs separate parts; a microcontroller combines them.
π Digital ports use only HIGH (5V) or LOW (0V), whereas analog ports handle a wide range of values.
Input β Processing β Output.
π An LED must be connected in series with a current-limiting resistor because its low internal resistance could otherwise allow excessive current to damage the LED or Arduino pin.
π Formula β For a 5V Arduino pin, a 2V LED drop, and a target current of 20mA (0.02A), the resistor value is .
Low LED resistance β excessive current β component damage; the resistor prevents it.
β Must-know
π A 10kΞ© pull-down resistor holds an unpressed pushbutton input at LOW, while pressing the button connects the input to 5V and makes it HIGH.
Further detail
π Arduino setup() runs once when the board powers on, while loop() runs continuously and contains the repeated input and output logic.
Button pressed gives HIGH; button released is held LOW by the pull-down resistor.
β Must-know
π An analog input from 0β1023 must usually be mapped to the analog output range 0β255, for example by dividing the input value by four, before controlling brightness.
Further detail
π An LDR changes resistance with light level, whereas a potentiometer changes its resistance ratio through a movable central wiper.
Digital uses two states; analog measures or produces a range.
Workbench β Body β Sketch β plane.
To find the centre of a 60 mm wide object, draw a 30 mm construction line from the origin and add a perpendicular construction line to mark the other centre direction.
The point, line, arc, and circle tools create basic 2D elements, with arcs and circles available through centre-based or three-point methods.
Blue construction lines act like invisible scaffolding around the final model.
β Must-know
π A polyline creates connected straight-line segments in one continuous action, whereas separate line operations require selecting the line tool again.
Further detail
Examples of regular polygon shapes include:
An ellipse is a stretched circle, while a spline is a smooth freeform curve that can be adjusted by dragging its points.
β Must-know
The four degrees of freedom are:
A single line can be fully constrained by fixing vertical position, fixing horizontal position, setting its length, and fixing its angle.
π A fully constrained FreeCAD sketch has zero degrees of freedom and turns green, showing that it cannot move accidentally.
Further detail
Constraints remove degrees of freedom β the sketch turns green and becomes stable.
To apply a fillet, select one or more edges, choose Fillet in the Tasks panel, and enter a radius such as 1.5 mm or 5 mm.
π The datum-plane process is:
A fillet changes an edgeβs shape; a datum plane changes where you can sketch.
β Must-know
Further detail
π A FreeCAD project should be saved regularly, with Save As used for the first save, a dedicated project folder, and a clear filename such as Mounting_Bracket_v1.
Start β outline β constrain β fillet β slot β datum-plane hole β save.
| Port type | States or range | Typical uses |
|---|---|---|
| Digital | HIGH (5V) or LOW (0V) | Switches, pushbuttons, LEDs, buzzers |
| Analog | A range of values | Sensors, motor speed control, dimming lights |
| Sketch state | Degrees of freedom | Appearance |
|---|---|---|
| Unconstrained | One or more DOF remain | Can move or change |
| Fully constrained | Zero DOF | Turns green and remains fixed |
Test your knowledge on Grade 8 Coding and Robotics with 33 multiple-choice questions with detailed corrections.
1. What does voltage represent in an electrical circuit?
2. Which quantity describes the flow of electrons through a circuit?
Memorize the key concepts of Grade 8 Coding and Robotics with 78 interactive flashcards.
What is voltage in electrical terms?
Voltage is the electrical potential difference between two points.
How is current defined in an electrical circuit?
Current is the flow of electrons through a circuit.
What does resistance measure in a material?
Resistance measures a materialβs opposition to current flow.
Import your course and AI generates sheets, quizzes and flashcards in 30 seconds.
Sheet generator