Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

159 total results found

How to use a Heart Beat Sensor

Physical Computing Tutorials

...stable reading. Wiring Red to 5V (Power) Yellow to A0 (Signal) ...ND (Ground) Get Started This example will print the BPM on the ...// On-board LED int Threshold = 550; // Threshold for ...(LED, OUTPUT); Serial.begin(115200); } void loop() { // Read...

How to send data to p5.js from Arduino

Physical Computing Tutorials

...ation protocol to send data to p5.js from Arduino using the P5.js WebSerial Library. The p5.js sketch will be controlled by ...witches is simple: Left pin to 5V Right pin to GND middle pin to ... A0 Arduino Code This example sends the potentiometer va...

How to send data to Processing from Arduino

Physical Computing Tutorials

...witches is simple: Left pin to 5V Right pin to GND middle pin to ... A0 Arduino Code This example sends the potentiometer va ...the value to the Serial delay(100); //little delay to prevent Ar ... crazy } Processing Code This example used the data received fro...

How to Program an ATtiny85 with an Arduino Uno

Physical Computing Tutorials

What is an ATtiny85? ATtiny85 is a 8-bit AVR microcontroller ...device to upload code to ATtiny85. File - Examples - Arduino ISP - ArduinoIS ...the pinout. Arduino --> ATtiny85 5V 5V --> Vcc (8) GND --> ...n 1 (6) Pin 11 --> Pin 0 (5) Pin 10 --> Reset (1) O...

Creative Coding 101

Creative Coding Other workshops

The slides for Introduction to Creative Coding are attached as a file on the left of this page!

(MAC) Automatic printing with Automator

Physical Computing Tutorials

...m” their Macs to automatically execute certain repetitive tasks, ... programming knowledge or don't want to do a lot of coding. One of ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer...

Types of Lighting and Lighting Mobility

Unreal Engine Basics

...life. In this article, we will explore the different types of lig ...hting mobility before using it extensively in a project. Ther ...e are 5 different types of lights withi ... across large surfaces, such as walls or floors, and creating soft...

What is a Raspberry Pi Pico?

Raspberry Pi

...the Raspberry Pi Foundation. It was announced in January 2021 and ...B cable. It will show up as an external drive called RPI-RP2. Cop ...wnload here. Get Started This example code will blink the built- ...in LED every 0.5 seconds, using the machine libr...

How to build a Simple Robot Arm with Servo Motor and Joystick

Physical Computing Tutorials

...D Workshop to laser cut the hardware. In this tutorial, we will fo ...r arm. Wiring Servo: Power to 5V Servo: Ground to GND Servo: ...Signal to 6/10 Potentiometer: Right pin to 5V Potentiometer: Left pin to GN ... A1 #define servoRotation 10 #define servoAngle 6 // cr...

Making a Force Sensor/ a Button with Velostat & Conductive Fabric

Physical Computing Tutorials

...(a.k.a. Linqstat) is a thin, flexible, pressure-sensitive plastic ...plied. Conductive Fabric is a textile material (woven or non-wove ... like a wire but is soft and flexible like fabric. Assembling the ...t's doesn't matter which pin to 5V or GND. Power (one end to 5V)...

Unity for Beginners Workshop

Unity

... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...

How to Configure a Raspberry Pi for the first time

Raspberry Pi Raspberry Pi Image

...erry Pi does not turn on within 5 minutes, check the status LED, ...ble to access to the internet. 5. Brower Google Chrome and Fire ...fox are both preinstalled, you just ...start menu. 6. Recommended Software Raspberry Pi comes with many ... can start using them straight away, such as Thonny. You can go to...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...imple, however there is a complexity you might not have thought a...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

How to use MatrixPortal M4 for animation We have ...utorial for setting up the MatrixPortal board and covering the ba ... an animation to display on a 64x32 matrix. CircuitPython and libraries v ... we are using CircuitPython 9.0.5 (11/10/2024), all libraries and...

Arduino Nano 33 Sense Rev2

Physical Computing Tutorials

...ly:Arial, sans-serif; margin:20px; background:#fafafa;} table ...{border-collapse:collapse;width:100%;background:#fff;} th,td{p ...adding:10px;border:1px solid #ddd;text-align:left;font-size:14px;} th{background:#f0f0f0;fon ... IMU LSM9DS1 (9-axis) BMI270 (6-axis) + BMM1...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

...e. Typically you might find an example of a mosfet circuit online ...mall, cheap module which takes away all these headaches, on the Ar ...ts to GND) Power (+ connects to 5V) Signal (The middle pin connec ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...

Using a Force Sensor

Physical Computing Tutorials

...t's doesn't matter which pin to 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...A0) Getting started This example turns on the built-in LED ...alue; //sensor value range: 0-1023 //200 is light touch //500 i...

Using a Membrane Potentiometer (SoftPot)

Physical Computing Tutorials

...resistance. It consists of a flexible membrane with resistive and ...o the position. Thin and Flexible: Made from polymer films, t ...t's doesn't matter which pin to 5V or GND. Pin1 (the one on the ...side of the thinner strip) to 5V Pin2 (middle pin) to A0 & via ...