Advanced Search
Search Results
53 total results found
How to build a Simple Robot Arm with Servo Motor and Joystick
...gRead(potAngle); int rotationMapped = map(rotation, 0, 1023, 0, 180); // ...o's angle (0 to 180) int angleMapped = map(angle, 0, 1023, 0, 180); // sca ...0) rotateServo.write(rotationMapped); // rotate servo motor 1 ...angleServo.write(angleMapped); // rotate servo motor 2 ...
Interactive Projections
...ons, the first step would be to map the space and track anyone/anyt ...V For most applications, your webcam and a bit of OpenCV script w ...new NullTOP, we'll rename this 'webcam'. To detect objects within a ...ook(scriptOp): image = op('webcam').numpyArray(delayed=True) ...
How to make the Raspberry Pi display a web page fullscreen at power on
...auto login enabled to disable a web page full screen automatically ... --noerrdialogs --kiosk https://google.co.uk --incognito Create a folder called autorun inside the .config folder of the home folder of the pi user: /home/pi/.config/autorun/kiosk.d...
Week 4 - Other inputs and APIs
...h Understanding the concept of web-based APIs and basic use In gr ...e an interactive sketch Local web server So far during this seri ...u will need to run a local HTTP web server that serves the files in ...wing command to install an HTTP web server: sudo npm install -g ht...
How to control Raspberry Pi Pico via Wifi
...ion. How to find my IP address Google Search - "What's my IP address? ...ike ip = 10.3.15.120 open up a web browser go to http:// **IP address**/light/on to turn the LED on go to http:// **IP address**/light/off to turn the LED off import network import...
Student works
Click the images for project websites and videos! Creative Codin ... 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 Info...
How to build to a Meta Quest 2
...real Engine from the Epic Games website (https://www.unrealengine.c ...tely from the Android developer website (https://developer.android. ...t Hub from the Oculus developer website (https://developer.oculus.c ...b or separately from the Oculus website. Build and Run the V...
Useful learning resources
...h a grasp on the basic topics. Websites Learn at Sparkfun Learn at Adafruit Kobakant DIY - Lovely guides for DIY e-textiles and conductive material-based components and projects Arduino Stackexchange - forum for asking questions Videos Jeremy Bl...
AR with Unity - Step #3 - Adding content to your project
... https://developer.vuforia.com/ website and click on the register b ...an 2MB in size ) to the Vuforia website and it will rate it (from 0 ...h back to the Vuforia developer webpage to create our database. Cli ...utton. This will display a web form that will guide you throug...
How to Configure a Raspberry Pi for the first time
...ss to the internet. 5. Brower Google Chrome and Firefox are both preinstalled, you just need to choose one as your default browser. You can still access the other run from the start menu. 6. Recommended Software Raspberry Pi comes with many essential ap...
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...
Combining codes & circuits
... strip.clear(); int j = map(distance,10, 30, 0, strip.numPixels()); Serial.println(j); for(long firstPixelHue = 0; firstPixelHue < 3072; firstPixelHue += 256) { for(int i=0; i<=j; i++) { // For each pixel in strip... int pixelHue = ...
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...
How to use Grove Serial Bluetooth v3.0
...) 2012 seeed technology inc. * Website : www.seeed.cc * Author ...) 2012 seeed technology inc. * Website : www.seeed.cc * Author : Steve Chang * Create Time: JULY 2014 * Change Log : Modified by loovee 2013-10-29 , Modified by jacob yan ...
Pi War 2024 Log
...2.168.1.115", 80) # Address of Web Server addr = ai[0][-1] ...2.168.0.100", 80) # Address of Web Server addr = ai[0][-1] # Create a socket and make a HTTP request s = socket.socket() # Open socket s.connect(addr) s.send(b"An...
How to export your p5.js as a video
...cript> <script src = "./src/webm-writer-0.2.0.js"></script> ...e({ frameRate: 60, format: "webm", }); let captureLength = 60; Go to your draw function and put this code at the beginning to start the capturing if (frameCount == 1) { c...
AR with Unity - Step #2 - Unity project setup
...erated in the Vuforia developer webpage (step #3 of this tutorial). Enabling the Vuforia plugin Enabling the Vuforia plug-in (already included in Unity 2019.2.0f1) is a quite straight forward process, first, let's create a new Unity project, please m...
What equipment is available?
... Common Electronics (resistor, capacitor, diode...) Actuators including: Servos Micro Servos DC Motors Vibration Motors Arduino Shields including: Ethernet Wi-Fi DMX Bluetooth Xbee Others Madmapper 3 License Logitech Webcam Genelec Monitors
How to make Animation on NeoMatrix with Processing
...0; // Adjust this based on your webcam's resolution int i = 0; int blue = 0; void setup() { size(400, 400); // size(cols*pixelSize , rows*pixelSize); background(0); // Set up serial communication with Arduino printArray(Serial.list()); arduin...
Switch Operator
...rea that's being tracked with a webcam, etc,. In this brief tutorial we will look at the Switch TOP, a very useful operator for interactive projects. It is easy to use: Link two MovieDeviceIn TOPs to a Switch TOP and end your network with a Null TOP -...