Advanced Search
Search Results
122 total results found
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...
Command Line Tools & Utilities
A Command Line Interface is a way of interacting with a computer ...h your operating system and hardware to perform complex and intens ...useful Free and Open Source Software (FOSS) available online that ...Interface (GUI). Often this software works more efficiently with t...
How to control Raspberry Pi Pico via Wifi
...sing radio frequency signals to transmit data between devices and a w ...ome a ubiquitous and convenient way for people to access the inter ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
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
...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) ....SAMConfig(); Serial.println("Waiting for an NFC card..."); } v...
Arrays
... p5 Editor Now what if we wanted to have a lot of circles, l ...vidually. Going further, say we wanted to manipulate all of our ci ...rcles in a similar way (for example, move them all le ...ing. Arrays in p5 The easiest way to create an array in p5 is a ...
How to Use Arduino as a Keyboard or Mouse
... Speed for data transfer Lower Better ...nteraction (no raw data and two-way communication) to replace the ...r to set up and more straightforward to use than serial communication. Getting started This code will make every ...
An Introduction to 2D in Unity 5
...ect. You can do this one of two ways: Option 1: On the menu ba ...self using graphics editing software (e.g. Photoshop or Gimp) or y ...e what you can do: You can always reset the position, rotation ...the cog in the top right of the Transform box and selecting reset. ...
Steam VR setup Tutorial #2 - Teleporting around your scene
...need to create a teleport area that will sit on top of our plane, the easiest way to achieve this is by duplicat ...in the "Y" position slot of the transform component. Now we are ... the button and you will be teletransported to that location.
Projection Mapping in Touchdesigner
... tutorial on how to get the software started is available here. Th ...ask your area of projection and warp your content onto it. Drag an ... Other tools are also useful to transform your shape, read more about this here. With the shape masking our area ...
POPs: Point Cloud from 3D model
...done beforehand in external software like Blender. Next, add a Pa ...kground Color Alpha to 1 if you want a solid black background. At ...Noise POP (for organic motion) Transform POP (for positioning and animation) POPs behave very similarly to SOPs,...
Using a Joy-IT TFT LCD Display
...e of screen that uses Thin-Film Transistor (TFT) technology to contro ...lude <Adafruit_ST7789.h> // Hardware-specific library for ST7789 # ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); tft.print(8675309, HEX); // print 8,675,309 out...
Using a Adafruit 1.8" TFT Display Shield V2
...e of screen that uses Thin-Film Transistor (TFT) technology to contro ...rowSize; // Not always = bmpWidth; may have padding ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); tft.print(8675309, HEX); // print 8,675,309 out...
Other resources
...designer here at LCC. The best way to grow in your visual program ...signer: https://www.youtube.com/watch?v=XLeghJmFBh0 AI vision usi ...signer: https://www.youtube.com/watch?v=Cx4Ellaj6kk Other repos ...ourney but it's important to be transparent about your process and to...
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()
...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 ... on their own watches. Wiring There are three wi...