Advanced Search
Search Results
152 total results found
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...please reference this tutorial. 3.3V Logic This OLED displays have ...a logic level of 3.3V. If you use any classic Arduin ...gic, the display may misbehave. 3.3V Arduino includes Due, Zero, ...
Pi War 2024 Log
Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...
How to create 360 Video for the Igloo system
... you the steps needed to create 360° video for the Igloo system T ...ng steps will be using an Insta360 X2 camera. You can recreate t ...he same steps with any 360° camera of your choice. Howev ...ferent when using different hardware. Step 1 Set up your 360 ca...
Using a Monochrome 1.3" 128x64 OLED display
..., we will be using Adafruit SSD1306 128 x 64 OLED with I2C commun ... you will need the Adafruit_SSD1306 Library. We have a tutorial o ...t_GFX.h> #include <Adafruit_SSD1306.h> #define SCREEN_WIDTH 128 ...xels // Declaration for an SSD1306 display connected to I2C (SDA...
How to use Raspberry Pi Camera Module 3
...t is Raspberry Pi Camera Module 3? This tutorial will walk you through setting up and us ... the Raspberry Pi Camera Module 3 Noir on a Raspberry Pi 5, but o ...ther Pi like Pi 3 and Pi 4 will work as well. Ca ...mera Module 3 — Key Features F...
Arduino Nano 33 Sense Rev2
What is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense Rev2 (often called Na ...no 33 Sense Rev2) is a compact, low-p ... successor to the original Nano 33 BLE Sense, improving performanc ... BMI270 (6-axis) + BMM150 (3-axis) Temp & Hu...
Importing and Placing 3D Models
...u have a basic understanding of 3D work but no prior experience i ...b for questions or assistance. 3D Models 3D Models are objects that can be ... placed in a 3D scene. They can also be called ... 3D Assets. You can either create ...your own 3D model or use models that have ...
360 Video
How to create 360 video for the Igloo system
Importing 3D content from different sources
3D Scanning
Arduino Nano 33 Sense Rev2- IMU sensor
... IMU system on the Arduino Nano 33 BLE Sense Rev2 is a combination ...les, the 6-axis BMI270, and the 3-axis BMM15. To use the IMU (ine ...rtial measurement unit) in Nano 33 BLE Rev2 and Nano 33 BLE Sense Rev2, you need to use ...mation about libraries for NANO 33 SENSE REV2, please visit here. ...
How to use Waveshare E-Paper Display with Raspberry Pi
What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...erry Pi 3 and Python as the programming l ...date sudo apt-get install python3-pip sudo apt-get install python...
3D Scanning a face for MetaHuman
...s you have a basic knowledge of 3D modelling but will cover most ...se a hairband to hold any hair away from the forehead. Note: This ...ong facial hair or accessories. 3. Begin your scan. Once your sub ... from different angles. The software will then build a model from ...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ..., depends on the Pi you use, Pi 3 may not be powerful enough to d ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback loggin...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Week 3 - Iteration, arrays, objects and pixel arrays
..._and_loops/ 12_iteration_02/ 13_loops_and_arrays/ 14_pixel_arr ... is only performed once. If we want to perform a conditional oper ... setup() { createCanvas(400, 300); } function draw() { ...e(250, 225, 20, 20); ellipse(300, 225, 20, 20); ellipse(350...