Advanced Search
Search Results
153 total results found
Using a Joy-IT TFT LCD Display
...Arduino (UNO and Leonardo) with 5V logic, the display may misbeha ...3 Sense) RST to Pin 4 DC to Pin 5 Library To use this code you w ...ill need the Adafruit ST7735 and ST7789 Library and Adafruit ...ation of Chip Select #define DC 5 // Declaration of Data / Comman...
How to use 7-Segment LED Backpack
...plays normally require 13 pins (5 'characters' and 8 total segmen ...ng an I2C constant-current matrix controller sit neatly on the ba ... 4 wires. GND to Ground VCC to 5V SDA to SDA SCL to SCL Finding ...he below sketch is i2c_scanner example code, which will show the ...
Week 3 - Iteration, arrays, objects and pixel arrays
..._and_arrays/ 14_pixel_array/ 15_image_pixel_array/ 16_webcam_c ...ktop/intro-to-programming-2017/15_image_pixel_array/ http-server ... is only performed once. If we want to perform a conditional oper ... background(128); ellipse(50, 225, 20, 20); ellipse(100,...
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 Raspberry Pi 3 and Python ...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 ...olution to fit the display - 800x480 pixels Lower the framerate to 10 or ... 12 fps Export the video to jpg sequences ...__file__))), 'lib') if os.path.exists(libdir): sys.path.appen ...port logging import random from waveshare_epd import epd7in5_V2 im...
Using NEMA17 Stepper motor with Big Easy Driver
...r design allows it to move in fixed steps (typically 200 per revo ...r D2 → STEP D3 → DIR D4 → MS1 D5 → MS2 D6 → MS3 D7 → ENABLE GND ...wer - → GND Get started This example code demonstrates 4 modes: ... forward, reverse, 1/16th microstep an ...dir 3 #define MS1 4 #define MS2 5 #define MS3 6 #define EN 7 //...
Week 2 - Animation, conditionals & random numbers
...ctories: 04_using_variables/ 05_animation/ 06_conditionals/ 0 ... detail. A variable is simply a way of storing information in the ... an example... var rectWidth = 5; Let's break down the above ...t there are some conventions. 5 - The value which we want to st...
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ...Arduino (UNO and Leonardo) with 5V logic, the display may misbeha ...ound: linear-gradient(90deg,#0ea5a4,#7c3aed); color: #fff; } ...ertical-align: top; font-size: 15px; } th { font-weight: 600;...
Using a Monochrome 1.3" 128x64 OLED display
...p the sensor is simple: VIN to 5V GND to GND Data to SDA pin CLK ...an arduino UNO: A4(SDA), A5(SCL) // On an arduino MEGA 2560: 20(SDA), 21(SCL) // On an ar ... numImage = 2; int frameRate = 85; // 85 = 12fps, 67 = 15fps, 42 = 24fps int counter = 0;...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Arduino Nano 33 Sense Rev2- IMU sensor
...bination of two modules, the 6-axis BMI270, and the 3-axis BMM15. To use the IMU (inertial measu ...d to use the Arduino_BMI270_BMM150 library instead of Arduino_LSM ...9DS1 which is used in all example code. Replace #include <Ar ...th #include <Arduino_BMI270_BMM150.h> in all existing codes if yo...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin by connecting your V ...he Threshold value; Ideally you want to get completely transparent ...edges = cv2.Canny(gray_8bit, 1, 5) contours, hierarchy = cv2...
How to use MatrixPortal M4
What is MatrixPortal M4 The MatrixPortal M4 is a development board ...s. It is equipped with an 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 a...
How to make Animation on NeoMatrix
...Adafruit. Wiring DIN to Pin3 +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 ...xels? #define PIN 3 // Max is 255, 32 is a conservative value to ...
How to use a EMG Muscle Sensor
...onika EMG Click board. Wiring 5V to 5V (Power) AN to A0 (Signal) GND ... below. When the forearm is relaxed on the table, the built-in LE ... be off. When the forearm is flexed, the built-in LED will be on. ...Get Started #define SAMPLE_RATE 500 #define INPUT_PIN A0 // enve...
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 ...teraction and push those to an 8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix, you will need an extra power s...