Advanced Search
Search Results
147 total results found
Installation and Setup
How to install and setup Spark AR for the first time.
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 ...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...
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...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...ll light up accordingly. Before setup(), you will need to change the ...ber of NeoPixel matrix rows int totalLEDs = cols * rows; int pixelSiz...
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 use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
Steam VR setup Tutorial #3 - Interactable object setup
... the Steam VR plugin. Steam VR setup tutorial# 1 Setting up te ...g feature (Optional). Steam VR setup tutorial# 2 Getting start ...ed In Steam VR setup tutorial #2 we added a blue ma ...to learn how to create two "throwable" objects but first, we are g...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...rom the x coordinate. function setup() { createCanvas(400, 300); ...y using a while loop. function setup() { createCanvas(400, 300); ...r than a simple test. function setup() { createCanvas(400, 300);...
Steam VR setup Tutorial #1 - Player camera setup
... might also work, this tutorial was made using Unity 2018.2.21f ... when you start running the software. Download and install Steam. Steam platform will install additional components needed to run the HTC VIVE on your computer. Click here to go to...
Using Smartphont to Read NFC tag
... involving Arduino. If you only want a simple read and write funct ...01; // 0x01 = http://www. void setup(void) { Serial.begin(115200) ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata) ... to read RFID Serial.println("Waiting for an NFC tag..."); } vo...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...Library HCSR04. Only one void setup() and void loop(), that means ... have to copy everything from 1 setup to another setup, from 1 loop to another loop. ... void setup () { Serial.begin(9600); ...
AR with Unity - Step #2 - Unity project setup
...sites Developing environment setup. In order to continue with ...tep #1 - Developmen environment setup Understanding Image targe ...9.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui...
Radio Communication: How to use RFM69HCW Radio Data Module
...er-friendly Requires more setup/code Wiring (same wir ...RH_RF69.h> /************ Radio Setup ***************/ // Change to ...we increment per xmission void setup() { Serial.begin(115200); ...//while (!Serial) delay(1); // Wait for Serial Console (comment o...
Steam VR setup Tutorial #2 - Teleporting around your scene
... the Steam VR plugin. Steam VR setup tutorial# 1 Getting start ...ed In the Steam VR setup tutorial #1, we downloaded the ...n top of our plane, the easiest way to achieve this is by duplicating our existing plane so right-click over the plane gameO...
Web App Template for Beginners
...or Python. Here we use Node.js. Setup 1) Get a code editor if you do ...r and create the following file setup by clicking the folder and fil ...lternatively you can create the setup outside your code editor, howe ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...
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 ... build support includes the Software Development Kit (SDK), the Na...