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

160 total results found

Using a Sparkfun MP3 Trigger

Physical Computing Tutorials

...fun electronics that provides a way to play MP3 files from a Micro ... SD card via either one of 18 TRIG inputs on the board, or s ...p to 32GB) card formatted in FAT16 or FAT32. After inserting the ...no. EXT: means power via the 2.1mm connector to the left of the ...

How to use MatrixPortal M4

Physical Computing Tutorials

.... It is equipped with an ATSAMD51 microcontroller (Cortex M4) and ...al M4: Microcontroller: ATSAMD51, Cortex M4 processor running at ... 120 MHz. Coprocessor: ESP32 handl ...network communication. Memory: 512KB of RAM, 8MB of QSPI flash st ... without needing additional hardware. Power: Can be powered via US...

How to control Raspberry Pi Pico via Wifi

Raspberry Pi Tutorials

...ome a ubiquitous and convenient way for people to access the inter ...nd type in ipconfig getifaddr en1 Get started The example code ...onny Shell, something like ip = 10.3.15.120 open up a web browser go to ... W</title> </head> <body> <h1>Pico W</h1> <p>%s</p> ...

Using the serial monitor and serial logger

Physical Computing Tutorials

...quence of binary digits (0s and 1s) that convey information. Ser ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using this method). Yo ...lotter The serial plotter is a way to visually graph the data bei...

Position-based Tracking using a Webcam

Touchdesigner Interactive Media

...d select your DEVICE in the parameters window - you can read more abo ...ut operators and the parameters window here. Connect this oper ... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal...

Touch sensor - with No Sensor!

Physical Computing Tutorials

...curacy without ANY external hardware. CapacitiveSensor library wil ...ing Wiring is super simple with 1 wire: jumper wire to A0, anoth ...essing times #define RESOLUTION 100 #define SMOOTH 100 // determine how many reading ...or smoothing float multiplier = 1.2; // determine when the sensor...

How to use a Servo Motor

Physical Computing Tutorials

...gular (Standard) Servo 0°–180° (sometimes 270°) Angul ...we’ll be using the Seeed Studio 16-channel PWM driver for more st ...es to the GND Library Grove-16-Channel_PWM_Driver-PCA9685 lib ...ervos in turns for (int i = 1; i < 9; i++) { serv...

Hello World

Python for Beginners

...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...

How to make Animation on NeoMatrix with Processing

Physical Computing Tutorials

Controlling NeoMatrix with Processing This ...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ... new Serial(this, Serial.list()[1], 115200); // Change baud rate ...

(MAC) Automatic printing with Automator

Physical Computing Tutorials

... programming knowledge or don't want to do a lot of coding. One of ...le for other operating systems. 1. Launch Automator Search for "A ...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...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...when they are within a few centimeters of each other. It’s most commo ... involving Arduino. If you only want a simple read and write funct ...ial, we are using NTAG203, NTAG215 or NTAG216 should work fine as well. You ...tube.com"; // Keep short due to 144 byte limit & omit the "https:...

Raspberry Pi Image: Video Looper

Raspberry Pi Raspberry Pi Image

...rry Pi Video Looper is a simple way to display seamless looping vi ...ed tutorial for imaging the Pi. 1. Download the Video Looper Imag ...compressed 4K video format on a 1080p HD display. 4. Plug and Pla ...t will encourage the display to wake up. When you are asked if you...

Using Quixel Materials

Unreal Engine Basics Creating Virtual Worlds

...assets called Asset Libraries. 1) Using Quixel Quixel is a Mater ...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...scape Material section. After scrolling to this section, we can click o...

How to hack a brainwave EEG toy - Force Trainer II

Physical Computing Tutorials

What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...

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 ...rduino pin through a high value 10KΩ resistor to ground, this all...

Arduino Nano 33 Sense Rev2- IMU sensor

Physical Computing Tutorials

... using a combination of accelerometers, gyroscopes, and oftentimes ma ...gnetometers. Know more. Library The IMU s ...-axis BMI270, and the 3-axis BMM15. To use the IMU (inertial meas ...ed to use the Arduino_BMI270_BMM150 library instead of Arduino_LS...

Using a Vibration Motor

Physical Computing Tutorials

...at the motor may produce. The 0.1µF capacitor absorbs voltage spi ...t of the transistor, we place a 1KΩ (or up to 5KΩ) in series with ...(or any other NPN transistor) 0.1µF capacitor 1N4001 diode 1KΩ resistor It is a quite compl ... the pins go as the following. 1. Emitter (E) to Ground (GND) 2....

Using a HC-SR04 distance sensor

Physical Computing Tutorials

...if the ping sound is reflected away from the sensor by an a diverg ...le more accurate ones are over £100. Wiring Wiring up the sensor ...GND to GND) Echo to digital pin 12 Trigger to digital pin 13 Getting started To use this ...e sensor that uses digital pins 13 and 12. UltraSonicDistanceSens...