Advanced Search
Search Results
158 total results found
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 ...to insert the ribbon cable (the golden one) from the display to th ... Gently pull up the black clip (green arrow) Insert the golden cable ...
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...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...e variable i is increased by 1 Go back to point 2 and repeat unti ...our own objects is a very handy way to encapsulate related functio...
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 Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Week 1 - Coordinates, shapes and colour
...urce, creative coding libraries going back to the early 2000s. It ...video from Daniel Shiffman is a good introduction to p5.js and the ...or expertise, you will almost always encounter bugs. Writing code ...m HTML5Rocks. p5.js has a very good Field Guide to Debugging. It ...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...or beginner programmers. Course Goals and Structure The primary goal of this course is to equip yo ...cepts are relatively straightforward to grasp. Getting Started To ...nd more efficient. Whether your goal is to use Python in your proj...
Variables
...variables." This can be done by going to the project tool window o ...hat appears. In this case, I've gone with the name variables.py. W ... result of 2. However, you may want to use a certain value more t ...lf-Documenting Code It's also a good idea to make sure your variab...
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 ... made from a huge amount of polygons. Although these models can lo...
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...
Web App Template for Beginners
...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ... line on your computer. On Mac, go to Applications/Utilities/Termi ...to this project folder (we only want it to live in this folder, no ...verywhere on your computer). 8) Go to your empty server.js file. A...
Making a website for your HTML, JS, CSS or p5.js files
We are going to make a website using some ...d of tech, because if something goes wrong, you can always go back to when it did work! Step ... 1: Signing up for GitHub Go to https://github.com and sign ...e. Very important!!!1!!1! The way that GitHub pages work is that...
Workshop exercise: Clone, commit, pull, push
...Step 1: Get yourself on Github! Go to https://github.com/ and make ...e interface - it's a text-based way of navigating our folders and ...ed to navigate to the folder we want to put the documents in. Let' ...Workshop.git Wondering where I got that URL? There's a button on ...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ... Pi is now an emulator ready to go! 2. Controller Configuration Re ...ccordingly, one by one. If you want to skip any button configurat ...SB stick is the most straightforward method. You can find other wa...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...ion. How to find my IP address Google Search - "What's my IP addr ...ess?" Go to Network Preferences (MAC), W ...ifi Properties (Windows) Go to Terminal (MAC) or Command Pr ...to set up your Pico. Before you go ahead, there are some things th...
How to use MatrixPortal M4
... without needing additional hardware. Power: Can be powered via US ... by Adafruit, optimized for hardware projects like controlling sen ... colour (usually pulsing red or green) A new USB drive will appear on ...layio import Bitmap # If there was a display before (protomatter,...
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 ...d // 4 bits per color with Blue/Green/Red ordering while neomatrix //...