Difference between revisions of "Workshop one"

From Interaction Station Wiki
Jump to navigation Jump to search
(Created page with "=Microcontrollers= Computer and processor are generic terms for anything that can run a program, basically. <br> A controller or microcontroller usually refers to a simple pro...")
 
Line 24: Line 24:
 
The pins on your Arduino are the places where you connect wires to construct a circuit (probably in conjunction with a breadboard and some wire. They usually have black plastic ‘headers’ that allow you to just plug a wire right into the board. The Arduino has several different kinds of pins, each of which is labeled on the board and used for different functions.
 
The pins on your Arduino are the places where you connect wires to construct a circuit (probably in conjunction with a breadboard and some wire. They usually have black plastic ‘headers’ that allow you to just plug a wire right into the board. The Arduino has several different kinds of pins, each of which is labeled on the board and used for different functions.
 
<br>
 
<br>
=='''Adafruit Circuit Playground Express & Blue Fruit'''==
+
=='''Adafruit Circuit Playground Express'''==
  
 
How's that different?
 
How's that different?
Line 30: Line 30:
 
The Circuit Playground Express is also a microcontroller, produced by Adafruit, just like the Arduino Uno, however, it includes a bunch of build-in sensors to detect motion, temperature, light, and infrared light, and also has neopixel lights, and mini speakers. Circuit Playground Express can be programmed using Arduino IDE, CircuitPython, and Microsoft MakeCode.
 
The Circuit Playground Express is also a microcontroller, produced by Adafruit, just like the Arduino Uno, however, it includes a bunch of build-in sensors to detect motion, temperature, light, and infrared light, and also has neopixel lights, and mini speakers. Circuit Playground Express can be programmed using Arduino IDE, CircuitPython, and Microsoft MakeCode.
  
+
On the hardware side, Circuit Playground Express(we call it CPX in short) has connection pads while Arduino has pin headers.
  
Thus, is a little different from the normal boards from the hardware side, since the pins go out to those big wide sewable pads, instead of normal pin headers (like on the Uno)
+
Alligator/Croc Clip Pads:
  
 +
To make it super-easy to connect to the microcontroller, cpx has 14 connection pads. You can solder to them, use alligator/croc clips, sew with conductive thread, even use small m3 metal screws!
  
[[File:Da1d-ADA-3333-1-0-2-1000x667.jpg|450px]]
 
=='''Adafruit Circuit Playground Express '''==
 
 
How's that different?
 
 
 
 
The Circuit Playground Express produced by Adafruit, are microcontrollers, just like the Arduino Uno, but designed for wearable projects.
 
 
Thus, is a little different from the normal boards from the hardware side, since the pins go out to those big wide sewable pads, instead of normal pin headers (like on the Uno)
 
 
because Circuit Playground Express running on a faster processor compared to Arduino Uno. We can also use it for audio-based projects.<br>
 
 
[[File:Da1d-ADA-3333-1-0-2-1000x667.jpg|450px]]
 
[[File:Da1d-ADA-3333-1-0-2-1000x667.jpg|450px]]

Revision as of 09:35, 30 March 2021

Microcontrollers

Computer and processor are generic terms for anything that can run a program, basically.
A controller or microcontroller usually refers to a simple processor that does only one task, like listening to sensors.
In explaining microcontrollers, we’ll distinguish them from computers, which contain more powerful processors that can run an operating system.

Arduino

what is an Arduino?

Arduino is an open source physical computing platform based on a simple input/output (I/O) board and a development environment that implements the Processing language. Arduino can be used to develop standalone interactive objects or can be connected to software on your computer.

Arduino is composed of two major parts: the Arduino board, which is the piece of hardware you work on when you build your objects;
and the Arduino IDE, the piece of software you run on your computer. You use the IDE to createa sketch (a little computer program)
that you upload to the Arduino board. The sketch tells the board what to do.

In the meantime, HERE you can find ANYTHING about Arduino, including download the software

find a detailed introduction here [[1]]

Arduino-uno.png
The pins on your Arduino are the places where you connect wires to construct a circuit (probably in conjunction with a breadboard and some wire. They usually have black plastic ‘headers’ that allow you to just plug a wire right into the board. The Arduino has several different kinds of pins, each of which is labeled on the board and used for different functions.

Adafruit Circuit Playground Express

How's that different?

The Circuit Playground Express is also a microcontroller, produced by Adafruit, just like the Arduino Uno, however, it includes a bunch of build-in sensors to detect motion, temperature, light, and infrared light, and also has neopixel lights, and mini speakers. Circuit Playground Express can be programmed using Arduino IDE, CircuitPython, and Microsoft MakeCode.

On the hardware side, Circuit Playground Express(we call it CPX in short) has connection pads while Arduino has pin headers.

Alligator/Croc Clip Pads:

To make it super-easy to connect to the microcontroller, cpx has 14 connection pads. You can solder to them, use alligator/croc clips, sew with conductive thread, even use small m3 metal screws!

Da1d-ADA-3333-1-0-2-1000x667.jpg