Advanced Search
Search Results
107 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 ...s. These displays mimic the appearance of traditional ink on paper, ... 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...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...store long animation. File Preparation - Adobe Premiere Pro Resiz ...e the folder e-Paper. File Preparation - Raspberry Pi We will need ...port logging import random from waveshare_epd import epd7in5_V2 im...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Position-based Tracking using a Webcam
... and select your DEVICE in the parameters window - you can read mor ...e about operators and the parameters window here. Connect this ...hreshold TOP and change the COMPARATOR to Greater, then alter the T ... object from it's background we want to look for the white pixels ...
Using a Monochrome 1.3" 128x64 OLED display
...splay height, in pixels // Declaration for an SSD1306 display conn ...mage into bitmap code image2cpp was created by GitHub user javl an ...d provides a handy way to create bitmaps without inst ...alling any additional software. Know more here. Upload your ...
Adding content - 3D model from the internet
...? Depending on the model you want you might need to look for it ...- plants & vegetation, or characters for example. A list of li ...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 ...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...ses contain three statements separated by semicolons, rather than a ...riables can be used in the same way as you use any other variable. ...our own objects is a very handy way to encapsulate related functio...
Web App Template for Beginners
...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ction. You can think about this way: HTML file is like the frame o ...{ background(100); rectMode(CENTER); strokeWeight(3); stroke(2...
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...
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...
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 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 imple...
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)) { /...
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 ...
Variables
... result of 2. However, you may want to use a certain value more t ... or contain spaces or special characters. Self-Documenting Code It' ...h those names. This is almost guaranteed to make your program misbe ... action, we'll keep things this way for now in order to better und...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...