Advanced Search
Search Results
102 total results found
How to use a Servo Motor
...ending on your needs. Wiring 5V Power Supply on the Left: + ...to 5V - to GND i2C to Arduino on ... the Right: GND to GND 5V to 5V SCL to SCL SDA to SDA Servo ...ove-16-Channel_PWM_Driver-PCA9685 library will be used. We have a ...es, one by one. #include "PCA9685.h" #include <Wire.h> ServoDriv...
Setting up Kinect in Touchdesigner
... are now presented with a depth map, from the heading select Record and hit the record button. Once you've stopped recording move to the Play section of the interface and change the count to loop your video. Your recording is now ready! Launch Tou...
What is the Creative Technology Lab?
... Physical Computing, Projection Mapping, Games, and Virtual Reality. Students come to this area with an idea and the technical team support students in breaking down their initial ideas, identifying what skills they need to learn, suggesting how to get sta...
Student works
...19) Arduino, stepper motors, LDR sensors Projection Mapping Projection-mapped suitcases by Bufeng Zhang, M ...Design Communication (2019) MadMapper, Arduino, microswitch VR and AR The Phone by Ryan Yuen, BA Information and Interface Design (2019) Unity
AR with Unity - Step #3 - Adding content to your project
... and it will rate it (from 0 to 5 stars) based on the amount of " ...scale so if your image width is 50cm you should type 0.5 Usually, it doesn't take long for your image to upload and get rated, be patient, if it does not refresh automatically, just cl...
Making Breathing Light with LEDs
...nt of it. For example, pin D3, D5, D6, D9, D10 and D11 on Arduino ...d we can give the value from 0-255 using this function. analogWr ...logWrite(127) means a signal of 50% duty cycle. (turns somthing h ...g. dimmed light) analogWrite(255) means a signal of 100% duty cy...
How to power the Raspberry Pi Pico
...oltage can vary between 1.8V to 5.5V. This voltage is used by the o ...d not drain the battery. LM7805: The LM7805 is a popular voltage regulator ...le and fixed output voltage of +5 volts. It is widely used in ele ... voltage in the range of 7V to 35V, depending on the specific mod...
Using a Monochrome 1.3" 128x64 OLED display
...ensor is simple: Power (VIN to 5V) Ground (GND to GND) Data to A ...rduino SDA pin (A5 on Uno) CLK to Arduino SCL pin ...d This code will display two bitmap images at intervals of 1 second ...an arduino UNO: A4(SDA), A5(SCL) // On an arduino MEGA 2560...
How to use MatrixPortal M4
...s. It is equipped with an ATSAMD51 microcontroller (Cortex M4) an ...tal M4: Microcontroller: ATSAMD51, Cortex M4 processor running a ... network communication. Memory: 512KB of RAM, 8MB of QSPI flash s ...ctors for RGB LED matrices (HUB75 interface), allowing direct con...
How to use DFPlayer mini to play MP3
.... DFplayer Mini Wiring VCC to 5V (Power) RX to D2 via 1K resist ...entiometer Wiring right pin to 5V (Power) middle pin to A0 (Sign ...nalogRead(pot); if(potValue > 500 ){ static unsigned long t ...void setup() { Serial.begin(115200); mySerial.begin(9600); ...
How to use a relay module
...ive. Arduino can only give max. 5V and 40 mA. In this tutorial, I ...se a water pump and a 1-channel 5V relay module as an example, bu ...microcontroller Wiring VCC/+ - 5V GND/- - GND IN/SIG - pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ...
Web App Template for Beginners
...owser, on user’s own computer. P5.js sketches are frontend. Backe ...de and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. o ...sed, check the tutorial on step 5. When done, type npm install ex ...y serving html. Let’s add the p5 library to serve some p5.js , i...
A circle following the mouse
...may seem slightly off. We can remap our mouse values to match those ...Names; This allows us to only remap the tx values. Add a Math CHOP ...axis extremities are between -0.5 and 0.5. Therefore your Math CHOP should now look like this: Replace the pr...
How to Program an ATtiny85 with an Arduino Uno
What is an ATtiny85? ATtiny85 is a 8-bit AVR microcontroller ...device to upload code to ATtiny85. File - Examples - Arduino ISP ...the pinout. Arduino --> ATtiny85 5V 5V --> Vcc (8) GND --> ...n 1 (6) Pin 11 --> Pin 0 (5) Pin 10 --> Reset (1) O...
What are GPIO pins on Raspberry Pi?
...er output pins, such as GND and 5VDC. Pins with a BCM number are ...sed = ResetCounter # send 0...15 to lights while True: Reset ...tly not usable for Raspberry Pi 5. If you are using Pi 4 or older ...ton, GPIO.FALLING) # send 0...15 to lights while True: reset...
Understanding Arduino hardware
...D light, light on or light off. 5. Analog Input Analog will give you something more than yes or no. For example, analog input can be something like a temperature sensor, instead of just hot and cold, it will give you degress degree celsius, a range of valu...
Understanding Arduino software
...eonardo at this specific port. 5. Upload Button We are not going into the details of each button, but the Arrow button is the upload button to upload the code to the Arduino board. In the later part of this chapter, please use this button to upload the co...
Touch sensor - Using an CAP1188
...sing I2C, you can select one of 5 addresses, for a total of 40 ca ...y 4 possible addresses (0x5A–0x5D) 3 jumpers for I2C addre ...'s relatively standard. VIN -> 5V GND -> GND SCL -> SCL / A5 SDA -> SDA / A4 Older Arduino ...uino boards used A4 as SDA and A5 as SCL. Getting started After i...
Using a Vibration Motor
... connecting electric current to the motor windings, open and close. To make sure that not too much current flow from the output of the transistor, we place a 1KΩ (or up to 5KΩ) in series with the base of t ...vibrating delay(1000); //wait 50 seconds. }
How to send data to p5.js from Arduino
...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 ...value measured from Arduino to p5.js via the serial port, you can...