Advanced Search
Search Results
119 total results found
Physical Computing Components List
How to borrow components from CTH? Please discuss which components you would like to use with the technicians. We will assist you with checking out and collecting the components at the WG14 Creative Technology Hub. When collecting the components, kindly p...
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 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 im ... sorted( [f for f in os.listdir(animation_dir) if f.endswith('.bmp')], key=lambda x: int(os.path.splitext(x)[0])) if...
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...
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
... is only performed once. If we want to perform a conditional oper ... Arrays are essentially ordered lists of things and each item in tha ...t list can be accessed individually. T ...riables can be used in the same way as you use any other variable....
Adding content - 3D model from the internet
...as there are many out there. A list of libraries and the types of m ...? Depending on the model you want you might need to look for it ..., or characters for example. A list of libraries and the types of m ...uses and this often affects the way in which the model has been pr...
Mobile VR - Getting Started Guide
...piration Below you will find a list of online resources that you ca ...vice. click here to visit Software There are many different t ... more effort, here we provide a list of different tools along with a ...cts on their webpage. This is a list of useful links if you want to ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ... press Enter - you should get a list of all the folders git can see ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git...
What equipment is available?
...val prior to booking. Equipment list Arduino Packs containing: Arduino Uno or Leonardo USB Cable (or TypeC USB) Breadboard (Short) HD Projectors Short Throw LED Projector Standard Throw LED Projector Laser Projector VR Headset HTC Vive VR Pro He...
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 ...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for connection...') ti...
Arrays
... 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 ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...
Hello World
...t the "type" of Python file you want PyCharm to create. For this e ... creation by checking the files listed in the project tool window. T ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I ...
AR with Unity - Step #1 - Development environment setup
...so work, however, this tutorial was made using Unity 2019.2.0f1 (p ... when you start running the software. About the Vuforia Engin ...e IOS build support. Please be aware that both Windows and IOS com ...ation wizard. You will see a list of all the available Unity comp...
Other resources
This list of resources will keep on growi ...designer here at LCC. The best way to grow in your visual program ...ner:https://www.youtube.com/playlist?list=PLFrhecWXVn5862cxJgysq9PYSjLdfN ...signer: https://youtube.com/playlist?list=PLpuCjVEMQha9_WchDzqG878Gt...
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 ...nt is true or false. Below is a list of conditional statements using ... and single (=) equals signs Always be sure to use the double equ...
Radio Communication: How to use RFM69HCW Radio Data Module
... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait for a reply uint8_t buf[RH_ ... len = sizeof(buf); if (rf69.waitAvailableTimeout(500)) { /...
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 bas...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.