Hero image

Happy Learner

Average Rating4.58
(based on 29 reviews)

Design and Technology resources for A'Level, GCSE and Key Stage Three.

33Uploads

30k+Views

13k+Downloads

Design and Technology resources for A'Level, GCSE and Key Stage Three.
The mood maker- an Arduino UNO project
alex_teccyalex_teccy

The mood maker- an Arduino UNO project

(0)
A classroom worksheet to learn about potentiometers and servos. A servo is different from a motor in important ways. It does nor continuously rotate when current is applied. Instead you can set the position of the rotor to any direction. This makes servos important in robotics, model aeroplanes and cars, for example. Arduino is a great option for teaching kids about programming, robotics, real-world computing and the like. Arduino boards are cost-effective which makes them ideal for use in schools. This workbook is designed with classroom teaching in mind, with printable worksheets that pupils can use to build projects in the classroom lab or workshop, as part of a program of teaching on electronics and coding.
Pet Smart
alex_teccyalex_teccy

Pet Smart

(2)
This is a mini graphics activity, which can be used as a test or discrete activity.
Mechanical bible teaching aid
alex_teccyalex_teccy

Mechanical bible teaching aid

(1)
A complete booklet for a mechanical teaching aid. This has a biblical theme so is suitable for Christian or church schools. Constructive coments welcome, please email if you would like the Publisher original or TecSoft support files, Alex
Just go!
alex_teccyalex_teccy

Just go!

(0)
This s a GCSE/A' level exam style question based on a camera. You could expand it to include some design ideas or CAD. I'm including the original full res. images in the publisher file - cause I'm a great guy :-/
Arduino UNO and joystick control of an RGB LED
alex_teccyalex_teccy

Arduino UNO and joystick control of an RGB LED

(0)
This Arduino UNO project uses a joystick to control an RGB LED. When the joystick is at a certain position, the LED changes colors. An RGB LED is a type of LED that can reproduce almost any colour. They are used in many applications such as LED matrix displays, home lighting, stage lighting and more. RGB LEDs have three internal LEDs (Red, Green, and Blue) that can be combined to produce almost any color output. In order to produce different kinds of colors, we need to set the intensity of each internal LED and combine the three color outputs. This worksheet is based on a common cathode RGB LED.
Light following sunflower
alex_teccyalex_teccy

Light following sunflower

(0)
Light following sunflower. This is a great project for teaching about potential dividers. As the light falling on the LDRs changes, the voltage at pin AO changes, allowing the flower attached to the servo to follow the light. Arduino is a great option for teaching kids about programming, robotics, real-world computing and the like. Arduino boards are cost-effective which makes them ideal for use in schools. This worksheet is designed with classroom teaching in mind, with printable worksheets that pupils can use to build projects in the classroom lab or workshop, as part of a program of teaching on electronics and coding. Copy and paste the code from the activity from these slides into your Arduino IDE
Arduino for schools Light Dependent Resistors
alex_teccyalex_teccy

Arduino for schools Light Dependent Resistors

(0)
Light Dependent Resistor light levels This is a great project for teaching about potential dividers. Pupils can see the LDR output in the serial plotter. As the light falling on the LDRs changes, the voltages change for each LED, giving a groovy wave effect. Extension work– add extra LEDs.