Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

149 total results found

Pi War 2024 Log

Raspberry Pi

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

Raspberry Pi Tutorials

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

Creative Coding Workshop: Introduction to Creative Coding

...ies: 11_iteration_and_loops/ 12_iteration_02/ 13_loops_and_arrays/ 14_pixe ... ~/Desktop/intro-to-programming-2017/15_image_pixel_array/ http- ...b: /11_iteration_and_loops/ /12_iteration_02/ Sometimes it is necessary ... is only performed once. If we want to perform a conditional oper...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

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

Physical Computing Tutorials

... 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)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

How to build to a Meta Quest 2

Unreal Engine Basics Building to a VR headset

...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

Creative Coding Workshop: Introduction to Creative Coding

... 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 ...mments at the beginning of line 20 and reload your browser Anim ... axis rect(positionX, height/2, 10, 10); // Increase the ...

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...braries going back to the early 2000s. It is supported by the Pro ...or expertise, you will almost always encounter bugs. Writing code ... code is meant to be doing. The way we do this is by adding commen ...s. Comments can be added in two ways: Single line commentUsing t...

AR with Unity - Step #1 - Development environment setup

Unity AR Image target AR tutorial

...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

Physical Computing Tutorials

...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...

Arrays

Programming Tips and Tricks

...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 ...es for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213;...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...? 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...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

... 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 #...

How to connect a Push Button with Digital Input Pull-Up resistor

Physical Computing Tutorials

... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...ring one pin to GND one pin to 2 Getting started void setup() ... { pinMode(2, INPUT_PULLUP); // Internal pul ... int buttonState = digitalRead(2); Serial.println(buttonState)...

Unity for Beginners Workshop

Unity

...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...