Advanced Search
Search Results
187 total results found
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... will be using Nano 33 Sense Rev2. OLED vs LCD OLED vs LC ...elvetica Neue", Arial; padding: 24px; background:#fafafa; color:# ...ground: #fff; box-shadow: 0 6px 20px rgba(20,20,30,0.06); border-...
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
...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...
Using a Joy-IT TFT LCD Display
... will be using Nano 33 Sense Rev2. Wiring Wiring up the sensor is ...); void setup(void) { lcd.init(240, 240, SPI_MODE2); lcd.setRotation(1); delay( ... and a String lcd.fillScreen(0x22ED); lcd.setCursor(20, 100); lcd.setTextColor(ST77X ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 #...
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...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please follow the previou ...f animation will be suitable to display on E-Paper Black and Whi ...olution to fit the display - 800x480 pixels Lower the framerate to 10 or ... 12 fps Export the video to jpg sequences ...
How to use 7-Segment LED Backpack
What is 7-Segment LED Backpack? This vers ...s designed for these big bright 7-segment displays. These 7-segment displays normally requi ... a bunch of chips by having an I2C constant-current matrix contro ...o is write data to it using the 2-pin I2C interface. There are t...
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...
How to build to a Meta Quest 2
Building a VR app for the Meta Quest 2 from Unreal Engine involves a s ...eries of steps, including setting up the development en ... these tools through Android Studio or separately from the Android ...ttps://developer.android.com/studio). Set Up Oculus Develop...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
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 ...
Using NEMA17 Stepper motor with Big Easy Driver
... move in fixed steps (typically 200 per revolution), making it id ...e coil. Uno → Big Easy Driver D2 → STEP D3 → DIR D4 → MS1 D5 → M ...S2 D6 → MS3 D7 → ENABLE GND → GND ...→ A Green → A Red → B Blue → B 12V power + → M+ 12V power - → GND Get started Th...
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...
How to connect a Push Button with Digital Input Pull-Up resistor
What is Digital Input Pull-Up resistor? In ... Arduino, a Digital Input Pull-Up Resistor is ...resistor that you can enable on digital input pins to ensure a kno ... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N...
How to use MatrixPortal M4
...Wi-Fi support thanks to the ESP32 coprocessor. Here are some key ...Cortex M4 processor running at 120 MHz. Coprocessor: ESP32 handles Wi-Fi and network commu ...nication. Memory: 512KB of RAM, 8MB of QSPI flash sto ... without needing additional hardware. Power: Can be powered via US...
Using a HC-SR04 distance sensor
...04? The HC-SR04 is a ultrasonic distance sensor, it uses ultrasoun ... the sound takes to come back, exactly like bats use to fly in th ... dark. The sensor works between 2-400cm however if the ping sound ... is reflected away from the sensor by an a diverg...