Advanced Search
Search Results
106 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 ...erry Pi 3 and Python as the programming language. The display is al ...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 ...k is Black and White only Low framerate animation, such as hand-dr ...lay - 800x480 pixels Lower the framerate to 10 or 12 fps Export th ...ill display the animation from frame 1 to the end frame. !/usr/bin/...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
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...
Week 3 - Iteration, arrays, objects and pixel arrays
...ver: cd ~/Desktop/intro-to-programming-2017/15_image_pixel_array/ ... is only performed once. If we want to perform a conditional oper ... code. This is because most programming languages provide us with a ...riables can be used in the same way as you use any other variable....
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ...if statement is the most common way to make a simple interaction b ... // Set pixel's color (in RAM) } strip.show();...
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 implemented di...
How to use MatrixPortal M4
...communication. Memory: 512KB of RAM, 8MB of QSPI flash storage. Mat ... without needing additional hardware. Power: Can be powered via US ... the matrix’s power supply. Programming: Supports programming via CircuitPython and Ardui ...e will use CircuitPython to program a 64X32 matrix as CircuitPython...
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 ... the background to black every frame background(0); // Draw ... this as a very simple flow diagram or decision tree. If condition ...
Variables
...tors with whole-numbers. In programming, we refer to these whole-nu ... result of 2. However, you may want to use a certain value more t ... Variables? In the world of programming, variables are like contain ...ces, or something else your program needs to work with. Variables ...
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...
Week 1 - Coordinates, shapes and colour
...o learn the fundamentals of programming. The p5.js project is the m ...or expertise, you will almost always encounter bugs. Writing code ...Therefore, to be productive programmers we need debug our code in o ... code is meant to be doing. The way we do this is by adding commen...