Advanced Search
Search Results
136 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...
Week 3 - Iteration, arrays, objects and pixel arrays
... how colour data is stored in pixel arrays Accessing the webcam ...02/ 13_loops_and_arrays/ 14_pixel_array/ 15_image_pixel_array/ 16_webcam_capture/ ...de has involved opening the index.html file in your browser, whic ...e absolute file path to the index.html file: For some examples y...
8th Wa...
Using a Joy-IT TFT LCD Display
...FT) technology to control the pixels of a Liquid Crystal Display ...eed the Adafruit ST7735 and ST7789 Library and Adafruit GFX Libra ...t_GFX.h> #include <Adafruit_ST7789.h> #include <SPI.h> #define CS ...ion of RESET Pin Adafruit_ST7789 lcd = Adafruit_ST7789(CS, DC, ...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...(20,20,30,0.06); border-radius: 8px; overflow: hidden; } thea ...x rgba(20,20,30,0.03); padding: 8px; } td { border: none; p ...adding: 6px 8px; } } ...
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 ...nstall spidev Download Python Example code from Github 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 ...resolution to fit the display - 800x480 pixels Lower the framerate to 10 or ... 12 fps Export the video to jpg sequences ...usr/bin/python # -*- coding:utf-8 -*- # Display Width: 800, Display height: 480 import ...
Arrays
...ode, as so: var myVariable = 200; console.log(myVariable ...n our sketch. In the following example I create variables X and Y, and use them to as the x and y coordinates in an ellipse ... function var x = 100; var y = 100; functio ...unction draw() { background(220); ellipse(x, y, 20,20); ...
How to make Animation on NeoMatrix with Processing
Controlling NeoMatrix with Processing This tutorial i ...a follow-up to the last NeoMatrix animation tutorial. We are usin ...nteraction and push those to an 8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix, you will need an extra power s...
How to make Animation on NeoMatrix
...n this tutorial, we are using a 8x8 NeoMatrix from Adafruit. Wirin ... +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 ...
Week 1 - Coordinates, shapes and colour
...the most recent part of a complex history of open-source, creativ ...ite. A p5.js project In this exercise you will set up a p5.js p ...roject using the Atom text editor, then examine the different files and ru ... /00_empty_project/ ├── index.html ├── libraries │ └─...
Week 2 - Animation, conditionals & random numbers
... 06_conditionals/ 07_random/ 08_random_recursive_tree/ 09_map_ ... detail. A variable is simply a way of storing information in the ...y. Let's dive right in with an example... var rectWidth = 5; ...tions. 5 - The value which we want to store in the computer's me...
How to use MatrixPortal M4
What is MatrixPortal M4 The MatrixPortal M4 is a development board ... ATSAMD51 microcontroller (Cortex M4) and has built-in Wi-Fi supp ...e some key features of the MatrixPortal M4: Microcontroller: ATS ...AMD51, Cortex M4 processor running at 120 MHz...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Using NEMA17 Stepper motor with Big Easy Driver
...r design allows it to move in fixed steps (typically 200 per revo ...or driver board based on the A4988 chip, used to control stepper m ...wer - → GND Get started This example code demonstrates 4 modes: ... forward, reverse, 1/16th microstep an...
Arduino Nano 33 Sense Rev2- IMU sensor
...bination of two modules, the 6-axis BMI270, and the 3-axis BMM15. To use the IMU (inerti ...o_LSM9DS1 which is used in all example code. Replace #include <Ar ...rduino_BMI270_BMM150.h> in all existing codes if you are using Re ...Arduino_BMI270_BMM150.h" float x, y, z; int degreesX = 0; int de...
AR with Unity - Step #1 - Development environment setup
...ts to more functional and complex projects. Aims This tutorial ...s Download and install Unity 2019.2.0f1. Previous versions mig ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructio ... when you start running the software. About the Vuforia Engin...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...rary and includes a variety of examples which can be implemented ... just copy and paste an OpenCV example into Touchdesigner, we wil ...more about OpenCV, an in-depth explanation of our following steps...