Advanced Search
Search Results
146 total results found
Pi War 2024 Log
Documentation of Pi War 2024 Pi Wars is an international, challeng ...re the same ground. We used an L293D IC for controlling two motor ...of the right motor. More about L293D IC. Controller Circuit We u ...ticks's data pins with pins GPIO26 and GPIO27. One joystick contr...
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 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
...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
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...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
How to build to a Meta Quest 2
...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
... 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
...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
...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
...I am using an UNO which has pin 2 & 3 as the interrupts pins. Che ...(Arduino TX) TX (Yellow) to pin 2 (Arduino RX) Button to GND Butt ...(Arduino TX) TX (Yellow) to pin 2 (Arduino RX) Code - Master Th ...io Grove FM * * Copyright (c) 2012 seeed technology inc. * Web...
Arrays
...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
...? 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...
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 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)...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
... on devices such as sensors, wearables, and IoT devices, enabling i ...rning. It is built upon the nRF52840 microcontroller and runs on ... the IMU sensor on the SENSE REV2 to record some gestures data, t ...s modified for NANO 33 SENSE REV2 board. If you are using other N...
Unity for Beginners Workshop
...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...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...is now an emulator ready to go! 2. Controller Configuration Retro ...is not supported at the moment(02/2024). You will see the Welcome pag ...ccordingly, one by one. If you want to skip any button configurat...
Using a Monochrome 1.3" 128x64 OLED display
...will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. It can support ... must be soldered 'closed' for I2C to work! Wiring Wiring up th ...D1306.h> #define SCREEN_WIDTH 128 // OLED display width, in pixe ...n SSD1306 display connected to I2C (SDA, SCL pins) // The pins fo...
Radio Communication: How to use RFM69HCW Radio Data Module
... UART-based modules like the APC220, the RFM69HCW offers SPI commu ...s tutorial. Differences from APC220 Feature ...APC220 RFM69HCW ...) 500 m – 1500+ m (configurable) Data Rate ...
Mobile VR -Setting Up Unity
...y 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 the following ... when you start running the software. Android and/or IOS buil ...e IOS build support. Please be aware that both Windows and IOS com...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ... Resolution 12MP (4608 × 2592) Autofocus ... Interface CSI-2 via 22-pin MIPI ribbon cable ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...
Transporter Documents
...ferent kinds of content for the 270 projection space. Although th ...be relevant to your project. 2) Fill in the Project Proposal Form after reading the CCG. Aim to provide as much detail as possible about your project. While we understand that you may ...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
Unity AR
AR projects allow you to show content by pointing your camera onto an image or a 3D object that will act as an anchor point for your 2D/3D to be displayed on top of.