Advanced Search
Search Results
116 total results found
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 ...PN532_IRQ, POLLING); uint8_t dataRead[16] = {0}; void setup() { p ...al.println(); Serial.println("Waiting for a card......"); } v ...an()) { if (nfc.readData(dataRead, READ_BLOCK_NO) != 1) { ...
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 ...
Using a Adafruit 1.8" TFT Display Shield V2
...rowSize; // Not always = bmpWidth; may have padding ...lse; } // Crop area to be loaded w = bmpWid ...ft.print(p, 6); tft.println(" Want pi?"); tft.println(" "); tft.print(8675309, HEX); // print 8,675,309 out ...
Concepts
A collection of resources which outline ways of thinking in creative compu ...omputer science, and associated areas.
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...
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...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Switch Operator
...ressing a button or entering an area that's being tracked with a webcam, etc,. In this brief tutorial we will look at the Switch TOP, a very useful operator for interactive projects. It is easy to use: Link two MovieDeviceIn TOPs to a Switch TOP and e...
Physical Computing Components List
...nent number starts with E, it means the component is located in the electronics components drawer in the main lab area and they don't need to be booked and checked out. However, please be reasonable and responsible for the amount of components you take.
Using the Bantam Tools NextDraw Pen Plotter
...e line work. The necessary software is already installed on the m ..., make sure to TIE it up. Move away from the drawing area, the pen plotter moves quickly and should not be touched once on. 3. Setting Up the Paper and Pen (Plotter Off) Ma...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ...ries. It is widely used in many areas because of its low cost, modul ...ngs on it. BUT, you have to be aware of the types and sizes of the SD card. There is a list for you to check the s...
Using a Sparkfun MP3 Trigger
...fun electronics that provides a way to play MP3 files from a Micro ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } } Sample MP3 files To help you get up and running...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to complete. Depending on your system specifications and I...
How to hack a brainwave EEG toy - Force Trainer II
What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...
OculusQuest - Setting up development enviroment in Unity
...t grab and haptics. The easiest way to get the Oculus Integration ... You will then be asked if you want to restart the Unity editor, ...other message asking you if you want to upgrade the spatializer plugin, hit Upgrade and then hit Restart. Onc...
Web App Template for Beginners
...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...to this project folder (we only want it to live in this folder, no ...ction. You can think about this way: HTML file is like the frame of a painting, and JS is what happens on the canvas...