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 use a Servo Motor

Physical Computing Tutorials

...djust the motor’s movement accordingly. We often use RC (Radio-Controlled) Servo Motors in ph ... 360° (infinite) Speed & direction (PWM) Wheels, driv ...how how to control servo motors directly without a PWM driver. Whi ...al, we’ll be using the Seeed Studio 16-channel PWM driver for more...

Radio Communication: How to use APC220 Radio Data Module

Physical Computing Tutorials

What is APC220 Radio Data Module? The APC220 Radio Data Module is a compact, low- ... serial communication over long distances using the 433 MHz ISM ba ...ill use two Arduino, one for sending (Leonardo) and one for receiv ... (UNO). For clarity, we use two different models, but you can use ...

Using a Sparkfun Sound Detector

Physical Computing Tutorials

...e connections on the board: Audio - This is the raw audio from the microphone. Envelope ...mbient sound. Gate - This is a digital value representing if soun ... can use both at the same time: Digital Wired up in digital mode the sound detector si...

Using an PN532 RFID reader

Physical Computing Tutorials

What is the difference between an PN532 RFID r ... more options than before, including stickers, button tags etc. W ... are only for writing to and reading the data from Block 3. Write ...ta == "your message" ){ digitalWrite(13, HIGH); ...

"Hello, World!" in Node.js

Creative Coding Tutorials

...to grips with the syntax before diving into the CLI. An intro ...ror then you may need to downloading and installing again. Instal ...installing and using Atom text editor, because it is free, cross-p ...nced programmers. You will be editing JavaScript files throughout...

How to control Arduino without using delay()

Physical Computing Tutorials

...s) void setup() { // set the digital pin as output: pinMode(l ... blink the LED; that is, if the difference // between the curren ...e ledState of the variable: digitalWrite(ledPin, ledState); ... Ground LED long pin (+) to PWM Digital pin (D3), via 220Ω resisto...

How to create 360 Video for the Igloo system

How to create 360 video for the Igloo s...

...r, some steps or details may be different when using different hardware. Step 1 Set ...ugh storage for your whole recording. Set the capture resolution ...nce the content will be finally displayed at a maximum of 30 FPS. ...d for this, you can start recording your video. Step 3 Once your...

Pi War 2024 Log

Raspberry Pi

...co via the VSYS and GND pins. A diode between VSYS and 5V output t ...o present backfeeding. More about powering Pico. We ...O10 and GPIO11 pins control the directions of the left motor and G ...O14 and GPIO15 pins control the directions of the right motor. Mor...

An Introduction to 2D in Unity 5

...unity/download Resources The difference between 2D & 3D in ...e from GameObject to Main: Adding C# script to the GameObject ...the script has been added Adding code to C# script using MonoD ... MonoDevelop and we can start adding some code: The function St...

Understanding Arduino hardware

Physical Computing Workshop: Beginner Physical Computing

...Arduino Model The white label indicates the model we are using. In ... piece of information later. 4. Digital Input/ Output Digital means two states only, yes ... cold, it will give you degress degree celsius, a range of values. 6. ...n see the symbol ~ next to some digital pins, those are PWM pins. ...

Course

AR with Unity - Step #3 - Adding content to your project

Unity AR Image target AR tutorial

...on the register button, it will display an online form to register ...s, however, you could also have different licenses for different reasons that are not goi ...on you should be able to see it displayed in the License Manager, ...we have previously uploaded two different images to the Vuforia ta...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...g that they can be programmed individually. With the library creat ... for your project. They come in different sizes and shapes and you ...oMatrix from Adafruit. Wiring DIN to Pin3 +5V to 5V GND to GND ...oundary // The demo code will modify the arrays at runtime to be c...

Using a TCS34725 RGB Color Sensor

Physical Computing Tutorials

...? The TCS3472 sensor provides a digital return of red, green, blue ...ication Protocol uses only 2 bi-directional open-drain lines for d ...l. Learn more about I2C I2C on different Arduino boards The two m ...th have I2C function but have a different pinout. For UNO, the SDA...

Using the serial monitor and serial logger

Physical Computing Tutorials

...ication is a sequence of binary digits (0s and 1s) that convey inf ...nitor on the Arduino is able to display messages the Arduino board ...hardware serial, and you cannot directly monitor the hardware seri ...low is where ASCII text will be displayed which the Arduino is tra...

How to power the Raspberry Pi Pico

Raspberry Pi Tutorials

...in the range of 7V to 35V, depending on the specific model, so you ...ith a voltage higher than 5V. Diode: - A diode is a semiconductor device th ...t allows current to flow in one direction while blocking it in the ... opposite direction. In other words, it acts...

How to use 7-Segment LED Backpack

Physical Computing Tutorials

... for these big bright 7-segment displays. These 7-segment displays normally require 13 pins ...you like). The driver chip can 'dim' the entire display from 1/16 brightness up to ...ness in 1/16th steps. It cannot dim individual LEDs, only the enti...

Connecting a Potentiometer

Physical Computing Tutorials

...oltage on pin #2 would be 2.5V. Different types There are two main ...ntiometer like those found on audio mixing desks. Wiring Wiring up ...f the potentiometer rotation/sliding. In other words, using a mult ...in, INPUT ); } void loop() { digitalWrite( ledPin, HIGH ); de...

Introduction to the PyCharm IDE

Python for Beginners

...mProjects/first-pycharm-project directory. However, you can choose ...stead of just preparing a blank directory. Once the setup is compl ...ew: Project Tool Window: This displays the files comprising your ...here opens the PyCharm menu. Editor: This is where you write cod...

Using an MFRC522 RFID reader

Physical Computing Tutorials

...FRC522 RFID reader RFID means radio-frequency identification. RFID ...lds to transfer data over short distances. RFID is useful to ident ... identification and a two-way radio transmitter-receiver as a read ...Arduino UNO, if you are using a different module, please check the...

Controlling an actuator with a N-channel Mosfet

Physical Computing Tutorials

...ctronic circuits, especially in digital and analog systems. Struct ...hin insulating layer of silicon dioxide (SiO₂). Operation A small ... Drain (D) to actuator(-) & to diode(-) Gate (G) to GND via 1k r ...ower Supply(+) to actuator(+) & diode(+) Power Supply(-) to GND ...