Advanced Search
Search Results
108 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 Raspb ...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...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logging.basicConfig(level=logging.DEBUG) try: logging.info("epd7in5_V2...
8th Wall
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
...er and over on the same data in order to achieve a desired outcome. T ... is only performed once. If we want to perform a conditional oper ... Arrays Arrays are essentially ordered lists of things and each item ...riables can be used in the same way as you use any other variable....
Week 1 - Coordinates, shapes and colour
...unctions for us in a particular order. The setup function runs first ...or expertise, you will almost always encounter bugs. Writing code ...mmers we need debug our code in order to identify and fix problems. T ...ime to observing the problem in order to understand it. Exercise ...
Steam VR setup Tutorial #3 - Interactable object setup
...d a blue material to a plane in order to make it easier for us to see ...to learn how to create two "throwable" objects but first, we are g ... create a plinth to put the throwable objectS on so it is easier t ...now see a cube intersecting the walking plane. Now let's chan...
How to use DFPlayer mini to play MP3
...ND (Ground) File handling The order you copy the mp3 onto the micro ... SD card will affect the order mp3 played, which means the pla ...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP...
AR with Unity - Step #2 - Unity project setup
...loping environment setup. In order to continue with this project y ...o be displayed on top of. In order to set up your Unity project yo ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui...
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 ...f the specifications of the hardware involved. You might need to t...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for an external resistor—the internal pull-up does the job. Makes circuits simpler and saves space, especially on a breadboard. Stable Def...
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 ... and single (=) equals signs Always be sure to use the double equ ...he ball when it bounces off the wall Move up and down instead of le...
Variables
... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better understand how errors ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a basic...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other ways of transferring in RetroPie D ...g the USB stick into the Pi and wait for 5-10 minutes. Remove the ...
Arrays
...tion : The What and the Why In order to understand why So far we've ... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le...
Steam VR setup Tutorial #2 - Teleporting around your scene
...ease drag both white circles in order to get the desired shade of blu ...n top of our plane, the easiest way to achieve this is by duplicat ..." and select duplicate. In order to keep things tidy, let's rename our new game object and place it undernea...
Raspberry Pi Image: Video Looper
What is Raspberry Pi Video Looper? Raspberry Pi Video Looper is a simple way to display seamless looping vi ... will be played in alphabetical order by filename and will loop back ...eo and play all videos again in order repeatedly.
How to make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...s per color with Blue/Green/Red ordering while neomatrix // uses nati...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.