Advanced Search
Search Results
111 total results found
Using a Joy-IT 1.3" 128x64 OLED display
... more flexible screens. If you want to use the display for animat ... Smartphones, premium TVs, smartwatches, VR headsets, foldable dev ...image buffer on the display hardware. // Since the buffer is int ...w the display buffer on the hardware. // NOTE: You _must_ call d...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
Week 1 - Coordinates, shapes and colour
...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 ...he double forward slash (//) at the beginning o...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
(MAC) How to use Phomemo Thermal Printer M834
...cs inklessly on different sizes 216mm/210mm/110mm/80mm/53mm (US Letter/A ...instead, it is essential if you want to do auto-printing in the next step. Go to System Settings -> Printers & Scanners Click the drop down menu of Default paper size Select you...
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...
Hello World
...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...
Using an PN532 RFID reader
...cks of data and the smaller NTAG213 tag will have 36 blocks of dat ...al.println(); Serial.println("Waiting for a card......"); } void ...al.println(); Serial.println("Waiting for a card......"); } v ...nt32_t versiondata = nfc.getFirmwareVersion(); if (!versiondata)...
AR with Unity - Step #3 - Adding content to your project
... set to Single Image, also, be aware that your image size should m ...void scale mismatch. Unity uses meters as the default unit scale so if your image width is 50cm you should type 0.5 Usually, it doesn't take long for your image to upload and get rate...
Projection Mapping in MadMapper
...ale projection (anything over 3 meters), MadMapper’s high-resolution ...s://madmapper.com/madmapper/software. Software Setup Before launching MadMapper, make sure your displays are not mirrored: macOS: Go to System Preferences > Displays, and unch...
Using a TCS34725 RGB Color Sensor
...(pin 20) and SCL pin is SCL(pin 21). Not every Arduino model has I2C function and not all of them have the same pinout. Check the model before you hook it up with the TCS34725 sensor. Learn more Library Adafruit TCS34725 will be used for this tutorial. We ...
How to use a Servo Motor
...st continuous servo motors' pulse width is 900-2100 servo.setServoPulseRange( ...900,2100,180); } void loop() { // Drive 8 servos in turns servo.setAngle(1, 0); delay(1000); servo.setAngle(1, 90); delay(1000); }
Using the Bantam Tools NextDraw Pen Plotter
...e line work. The necessary software is already installed on the m ...es and set the page size to A4 (210mm x 297mm). Resize your d ...ing. Set your plotting parameters Pen up/down height: Leave d ..., make sure to TIE it up. Move away from the drawing area, the pen...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git ...f you're working on Mac, you'll want to add this to it too: # ===...
How to control Arduino without using delay()
...illiseconds) specified as a parameter. (1000 milliseconds = 1 second. ...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...