Advanced Search
Search Results
153 total results found
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 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 Raspberry Pi 3 and Python as ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...
Week 3 - Iteration, arrays, objects and pixel arrays
...file in your browser, which results in an absolute file path in th ...mepage and download/install the LTS version and repeat the command ... is only performed once. If we want to perform a conditional oper ...8); var x = 50; while (x <= 350) { ellipse(x, 225, 2...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...s Lower the framerate to 10 or 12 fps Export the video to jpg se ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Ima ...try: logging.info("epd7in5_V2 Animation") epd = epd7in5_V...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... will be using Nano 33 Sense Rev2. OLED vs LCD OLED vs LC ...elvetica Neue", Arial; padding: 24px; background:#fafafa; color:# ...ground: #fff; box-shadow: 0 6px 20px rgba(20,20,30,0.06); border-...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
How to build to a Meta Quest 2
...ing a VR app for the Meta Quest 2 from Unreal Engine involves a s ... Enable Developer Mode on Quest 2: On your Meta Quest 2, navigate to Settings > Oculus ...Quest 2 > More Settings > Developer Mod ...rting point for your Meta Quest 2 project. Configure Proje...
Transporter - 270 Projection Area
270 Projection Space
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...are retrieved from memory and multiplied using the multiply operator (*). This is immed ...a variable named rectHeight Multiply the values in rectWidth and...
Week 1 - Coordinates, shapes and colour
...braries going back to the early 2000s. It is supported by the Pro ...ject code. Note the use of the <script> tag to import two Ja ...will not produce any visual results. To summarise, we now know th ...or expertise, you will almost always encounter bugs. Writing code ...
AR with Unity - Step #1 - Development environment setup
...s Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions b ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufo...
How to use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
Adding content - 3D model from the internet
...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...rom a huge amount of polygons. Although these models can look real...
Arrays
Arrays Difficulty : Beginner-Intermediate This ...ode, as so: var myVariable = 200; console.log(myVariabl ...function draw() { background(220); ellipse(x, y, 20,20); } p5 Editor Now what ...if we wanted to have a lot of circles, l...
How to connect a Push Button with Digital Input Pull-Up resistor
...put pins to ensure a known default voltage level (HIGH) when the pin is ... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...on a breadboard. Stable Default State (HIGH) Ensures the input...
Using a Joy-IT TFT LCD Display
... will be using Nano 33 Sense Rev2. Wiring Wiring up the sensor is ...); void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRotation(1); delay( ... and a String lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); lcd.setTextColor(ST77X ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...
Unity for Beginners Workshop
...Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...all Unity Installing Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...