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

149 total results found

How to control Arduino without using delay()

Physical Computing Tutorials

...) There is an example that is modified from the built-in example B ... void setup() { // Initialize digital pin LED_BUILTIN as an outp ... // Toggle the state digitalWrite(LED_BUILTIN, ledState ... void setup() { // Initialize digital pin LED_BUILTIN as an outp...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...nent here. Wiring (Master - Sending data) Interrupt Pins for RX/T ... using and change the pins accordingly. VCC (Red) to 5V GND (Bla ...* FM.h * A library for SeeedStudio Grove FM * * Copyright (c) 2 ...me: JULY 2014 * Change Log : Modified by loovee 2013-10-29 , M...

How to make the Raspberry Pi display a web page fullscreen at power on

Raspberry Pi Tutorials

... mode and auto login enabled to disable a web page full screen aut ...reen.sh full-screen.sh export DISPLAY=:0.0 xset s off xset -dp ...oblank chromium-browser --noerrdialogs --kiosk https://google.co. ...sktop cd /home/pi/.config mkdir autorun kiosk.desktop [Deskt...

Variables

Python for Beginners

... ints. Consider a basic task: adding two whole numbers using Pytho ...beled boxes where you can store different types of data. This data ...d a sum of two integers like we did before, except this time we ar ...eger of the value 2. Now we can display this by giving our my_sum ...

What is a Raspberry Pi?

Raspberry Pi

...rry Pi OS, a Debian-based Linux distribution for download. It prom ...aspberry Pi comes with a lot of different models and each of them ...y for the screen. 2. HDMI cable Different models have different types of HDMI ports, you ...use & keyboard. 4. Power Supply Different models have different ne...

How to use a relay module

Physical Computing Tutorials

...by a signal between low-powered digital electronics and high-power ...one you have. Relay module has different models providing 1/2/4/6/8 channel(s). An 8-ch ...nput/ signal, microcontroller's digital output pin COM - Common, C ... void setup() { // initialize digital pin as an output. pinMod...

Intro to Touchdesigner

Touchdesigner Basics of Touchdesigner

...art we won't be dealing with tradition coding, instead we will be using nod ...locks of code", each performing different functions. Linking nodes ...licking will open the OP Create Dialog, while a right-click will r ...to families, each marked with a different heading and color. TOPS...

Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33

Physical Computing

...and community resources for building and deploying machine learnin ... offers high-level APIs for building and training models, as well ...n small machine-learning models directly on microcontrollers, allo ...t machine learning capabilities directly on devices such as sensor...

Importing and Placing 3D Models

Unreal Engine Basics Creating Virtual Worlds

...sumes you have a basic understanding of 3D work but no prior exper ...s. We will use a model of a building that can be downloaded from h ...UE Workshop Assets After downloading the Building.fbx, diff, and diff wood files, we can then impor ...s: You can then drag the building asset into your scene and pla...

Using a Vibration Motor

Physical Computing Tutorials

...rial, we are using 2N2222. The diode acts as a surge protector ag ...lectric current to the motor windings, open and close. To make sur ...nsistor) 0.1µF capacitor 1N4001 diode 1KΩ resistor It is a quite ... tutorial, BUT, they may have a different pinout with 2N2222. Chec...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

What are GPIO pins on Raspberry Pi?

Raspberry Pi

...n then be programmed to perform different tasks using different languages, such as C++, ...the Pins Each pin on the pi has different functions and their phys ...t more details of each pin. Building Circuit with Raspberry Pi UNP ... In general, I will not suggest direct soldering on a Raspberry Pi...

Controlling an actuator with TinkerKit Mosfet

Physical Computing Tutorials

... board it can be controlled via digitalWrite just like an LED. The ...et operates just like any other digital device. #define actuatorPi ...n, OUTPUT ); } void loop() { digitalWrite( actuatorPin, HIGH ); ... delay( 1000 ); digitalWrite( actuatorPin, LOW ); ...

How to use a PIR sensor

Physical Computing Tutorials

...tect movement of objects that radiate IR light (like human bodies). It is very commonly used fo ...tection sensor can be connected directly to one of the Arduino (or ... any microcontroller) digital pins. If any motion is det ...} void loop(){ pirStat = digitalRead(pirPin); if (pi...

How to use a Rotary Encoder Button

Physical Computing Tutorials

... encoder — to detect rotational direction (clockwise/counterclockw ...way around continuously and are divided up into 24 'segments'. Eac ...ze interrupts attachInterrupt(digitalPinToInterrupt(pin1), inter ...upt, CHANGE); attachInterrupt(digitalPinToInterrupt(pin2), inter...

Project Proposal Form

Transporter Documents

Fill in the Project Proposal Form after reading the CCG. Aim to provide as mu ...can the following QR code to be directed to the form. You will nee ...ccess the Project Proposal Form directly.<

Projection Mapping in MadMapper

Projection Mapping Intro to Projection Mapping

...es — like projecting onto a building facade. Unlike TouchDesigner, ...ching MadMapper, make sure your displays are not mirrored: ma ...cOS: Go to System Preferences > Displays, and uncheck "Mirror Displays". Windows: Go to Display Settings, and choose "Exte...

How to build to a Vive Pro or Vive Pro Eye

Unreal Engine Basics Building to a VR headset

Building a VR app for the Vive Pro Eye ...ne involves several steps, including setting up the development en ...igure Project Settings: Go to Edit > Project Settings. Under Plat ...cale, seated) and controller bindings. Design VR Environmen ...s: Set up VR-specific input bindings for the headset and controll...

How to send data to Processing from Arduino

Physical Computing Tutorials

...munication is the process of sending data one bit at a time, seque ...ved from Arduino to control the degrees of rotation of a rectangle in Processing. import processing.serial.*; Serial myPort; String val; int datanum = 0; //number of data receiving from...

How to install libraries

Physical Computing Tutorials

... that are designed to provide additional, reusable functionality o ...lling a library There are three different ways to install librarie ...hich can sometimes be installed directly without restarting the Ar ...d .ZIP Library... Use the file dialog to locate and select the zi...