Here are the categories for our electronics stock or browse the entire list below:
- Micro Processors
Small computers that run and control your devices. The ‘brains’ of your project. - User Inputs
Switches, dials, etc. Ways for people to interact physically with your project. - Connectors
Wires and plugs. - Sensors
Components that sense and detect specialised variables. These can range from light intensity, to moisture, heat, pressure, and sounds levels. - Switching Power
Relays and amps. - Motors
Motors, drivers, and driver boards. - Lights
LEDs, etc.
- Power
Batteries, voltage adjusters and supply. - Displays
Visual displays, monitors. - Communication
components that enable Bluetooth, Wi Fi communication. - Sound
Speakers, amps, samplers. - Cameras
Cameras. - Enclosure
Physical housing/protection for the electronics. - Passive Components
Resistors, capacitors, other little bits.
link to circuit.io app hereĀ video hereGoogle sheets list link
Related Projects
STM32 (“Blue Pill”) Arduino programming
This will show you the way to program an STM32F1xx series microcontroller with the Arduino IDE (integrated development environment). Hardware needed: ST-link V2 - USB SWD (serial wire debug) programmer STM32F1xx series microcontroller based board (i.e. "Blue...
RFID and Arduino
This is a basic access control project to read and use the unique IDs of RFID cards including the University of Auckland ID cards. It uses an RFIDRC522 module that can read 13.56MHz cards and the code is based on the RC522 Arduino library found HERE. It can also write...
Interfacing Arduino and sensors with Unity
Overview For this project, we attempted to interface hardware sensors with Unity to manipulate virtual objects and give feedback to hardware. Goals for this project; To use a sensor to control the camera position in a basic Unity 3D scene, and to turn on and off a...