Difference between revisions of "Circuit Playground Express: Part 2"

From Interaction Station Wiki
Jump to navigation Jump to search
m (Vincent moved page Part 2 to Circuit Playground Express: Part 2)
 
(9 intermediate revisions by 2 users not shown)
Line 10: Line 10:
 
===Context===
 
===Context===
 
===Geography, pinout===
 
===Geography, pinout===
 +
 +
[https://learn.adafruit.com/adafruit-circuit-playground-express/pinouts here]
  
 
==Makecode==
 
==Makecode==
[https://makecode.adafruit.com/ A big repository of tutorials by Adafruit]
+
[https://learn.adafruit.com/makecode What is makecode]<br>
 +
[https://makecode.adafruit.com/reference The reference]<br>
 +
[https://makecode.adafruit.com/courses/maker/general/coding Same but seen in a linear way]<br>
 +
[https://makecode.adafruit.com/ A big repository of tutorials by Adafruit]<br>
 +
===Hello worlds===
 +
 
 +
[https://learn.adafruit.com/makecode/editing-blocks blink as always]
 +
 
 +
===A syren===
 +
 
 +
===Clap lights===
  
 
==Arduino==
 
==Arduino==
Line 18: Line 30:
  
 
=Small exercise=
 
=Small exercise=
 +
[[Category:Circuit Playground Express]]

Latest revision as of 12:33, 18 November 2022

Circuit Playground Express

Adafruit Circuit Playground Express is an all-in-one design board featuring a processor, sensors, LEDs, USB, and more, making it an ideal introduction to electronics and programming.

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.
Da1d-ADA-3333-1-0-2-1000x667.jpg4333-10 1024x1024.jpg

Overview

Context

Geography, pinout

here

Makecode

What is makecode
The reference
Same but seen in a linear way
A big repository of tutorials by Adafruit

Hello worlds

blink as always

A syren

Clap lights

Arduino

Circuit python

Small exercise