Advanced Search
Search Results
96 total results found
Depth Camera for Mac Users: Setting Up the OAK-D Pro in TouchDesigner
...your version is older than 3.8, make sure to upgrade it. Next, install the DepthAI library by typing: pip install depthai At this point, it's good practice to restart your laptop before launching TouchDesigner. 2. Setting up TouchDesigner 2.1 Connectin...
Using an PN532 RFID reader
...the i2c communication protocol, make sure you switch to IIC on the module. D/T - SDA (Pin 14) C/R - SCL (Pin 15) GND - GND (Ground) VCC to 5V (Power) Library We will be using the DFRobot_PN532 library. Please see this tutorial to learn how to install l...
Understanding Arduino hardware
..., batteries etc. All other components that will be added to the circuit will need a power supply too, so we will make the Arduino as the "second battery" and use the power output pins to power them all. Go to the next part, Understanding Arduino software.
How to Display Animation on Waveshare E-Paper Display
...eg, sudo apt install ffmpeg -y Make sure you are at the /animation directory Start conversion, for f in *.jpg; do ffmpeg -i "$f" "${f%.jpg}.bmp"; done Remove old jpg files, rm *.jpg Now all images in the animation folder should look like 1.bmp to #.bmp ...
How to use Raspberry Pi Camera Module 3
...oading Haar Cascade classifier. Make sure the path is correct.") exit() # Start capturing frames and detecting faces while True: # Capture a frame from the camera frame = picam2.capture_array() # Check if the frame was captured successful...
How to do Basic Commands in Terminal
... chmod +x script.sh Make a shell script executable ./script.sh Run an executable shell script sudo shutdown now Shutdown the Raspberry Pi immediately sudo reboot ...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...abrics and 1 piece of velostat. Make sure the 2 pieces of conductive fabrics are not touching each other. Tape them down so they are firmly in contact. (Optional) Using a piece of non-conductive material as the base to hold everything together, prefer...
Touch sensor - Using an MPR121
... are made of metal so they will make an electrical connection. Capacitive touch is relatively complex to understand but fundamentally the sensor can detect when you are in proximity or actually touching the electrode, or any conductive part between the chi...
How to use 7-Segment LED Backpack
...ack library - sevenseg example. Make sure to have the correct i2c address. #include <Wire.h> // Enable this line if using Arduino Uno, Mega, etc. #include <Adafruit_GFX.h> #include "Adafruit_LEDBackpack.h" Adafruit_7segment matrix = Adafruit_7segment(); ...
How to use a Neopixel strip
...efine LED_COUNT 60 You have to make sure how many pixels are attached to the Arduino. For example, if you are using this Neopixel stick with 8 pixels, then you have to change 60 to 8. // How many NeoPixels are attached to the Arduino? #define LED_COUNT 8...
Where to buy components
... Active Robots Robot Shop MakerBeam (European) International Adafruit (USA) Sparkfun (USA) Seedstudio (China) DF Robot (China) DealExtreme (China) Digikey (USA) Ali Express (China) Materials Hamar Acrylic Hindleys Mindsets Craft mat...
Systems in art & design
...The idea becomes a machine that makes the art. Sol LeWitt John Cage - Music of Changes and Chance Kerry Strand - California Computer Products Inc John Albers - The Responsive Eye (1965) & Michael Noll an inte...
Types of Lighting and Lighting Mobility
...ing real-time reflections. This makes them suitable for indoor environments or areas with a fixed light source. 3) Moveable Lights: Movable lights provide greater flexibility than stationary lights. They can be freely moved and rotated within the game worl...
What is the MetaHuman Creator?
...mation system. This integration makes it easy for students and creators to bring their virtual humans to life. They can import their creations into Unreal Engine and apply pre-made animations or create their own. This saves time and effort while maintainin...
How to connect a Push Button with Digital Input Pull-Up resistor
... internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Default State (HIGH) Ensures the input pin has a known state (HIGH) when the button is not pressed. Prevents floating inputs, which can cause ran...
What equipment is available?
...gle Board Computers including: MakeyMakey Raspberry Pi Pico Raspberry Pi 3/4/5 Arduino (various models) Feather Board Bare Conductive Board Sensors including: Load Cell Colour Sensor IR, Ultrasonic and LIDAR Range Finders PIR Motion Sensor Moisture Se...