Advanced Search
Search Results
45 total results found
Week 2 - Animation, conditionals & random numbers
...y of storing information in the computer's memory. Let's dive right in w ...e which we want to store in the computer's memory Read more about vari ...eved the current temperature in degrees centigrade, for example throug ...erefore the 360 is the angle in degrees around that circle. Image cre...
What is a Raspberry Pi?
... a series of small single-board computers. The Raspberry Pi project orig ...the promotion of teaching basic computer science in schools and developing count ... Raspberry Pi is a single-board computer. You can image it as the core o ...f your computer but has no monitor, keyboard or...
Understanding Arduino hardware
...BA, pick the one that fits your computer). 1. Micro USB Port Connect th ...e Arduino with your computer using the USB cable, you will s ... cold, it will give you degress degree celsius, a range of values. 6. ...At the moment, we are using our computers as the power source via the mi...
How to send data to Processing from Arduino
...over a communication channel or computer bus. Simply put, serial communi ...mmunication between two or more computers with binary data. In this tuto ...ved from Arduino to control the degrees of rotation of a rectangle in Processing. import processing.seri...
AR with Unity - Step #1 - Development environment setup
...ile mobile applications on your computer, you will need to make sure to ...aware that both Windows and IOS computers might allow you to compile And ...S apps require you to use a MAC computer running Xcode as IOS build is n ...Unity already installed on your computer and you are missing the SDKs, f...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.
How to send files to Raspberry Pi using SSH
...y log in to and control another computer remotely, usually over the inte ...ess File Transfer 1. From Your Computer → Raspberry Pi scp /path/to/loc ...pi/ 3. From Raspberry Pi → Your Computer scp pi@<raspberry_pi_ip>:/home/pi/somefile.txt /local/path/ Tip...
What is a Raspberry Pi Pico?
...om the traditional single-board computers (SBCs) that the Raspberry Pi F ...Instead of being a full-fledged computer, the Raspberry Pi Pico is a mic ...utton. Plug your Pico into your computer with a USB cable. It will show ... identifiable file name on your computer, otherwise you will end up with...
Mobile VR -Setting Up Unity
...ile mobile applications on your computer, you will need to make sure to ...aware that both Windows and IOS computers might allow you to compile And ...S apps require you to use a MAC computer running Xcode as IOS build is n ...Unity already installed on your computer and you are missing the SDKs, f...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...ticularly in the fields of data science, machine learning, and artificial intelligence. You will need a Google account and make a copy of the notebook, if you are not sure about Google Colab, please attend the GANs with Python workshop. It usually works be...
3D Geometry and Parametric Design
... iPhone or Android Access to a computer Concepts in 3D geometry We w ... Graphics cards on computers work only work with triangles ...igning with the aid of powerful computers that can model physical system ...speed of calculations in modern computers means that simulation or model...
Web App Template for Beginners
... runs on browser, on user’s own computer. P5.js sketches are frontend. B ...) Open the command line on your computer. On Mac, go to Applications/Uti ... folder, not everywhere on your computer). 8) Go to your empty server.js ...Currently it only lives on your computer. In order to make a public web ...
Week 1 - Coordinates, shapes and colour
...ebra centuries before the first computer screens. For our purposes, the ...ack. With colour displayed on a computer monitor or mobile device, addin ...small section of memory on your computer. p5.js provided variables After you've called the createCanva...
How to image a Raspberry Pi
...ert your SD card A CTL Pi kit should contain an SD card. Insert the SD card into your computer. It is always a good habit to f ...maged, it is a ready to go mini computer. Eject the SD card from your computer, plug it into the Pi, power the Pi, it's done!
Using the serial monitor and serial logger
...two devices, normally between a computer and a microcontroller (such as ...an Arduino), between computers, or between Arduinos. Serial ...fectly possible to overload the computer with too much information and crash the Arduino application, so by adding ...
Systems in art & design
... Kerry Strand - California Computer Products Inc John Alb ...reat promises made early in the computer age, Cybernetic Serendipity epitomizes the dilemma much of media art faces today: its complicated relationship with the socio-economic envi...
Command Line Tools & Utilities
... is a way of interacting with a computer by issuing commands in the form ... can convert various formats of computer audio files in to other formats. It can also apply various effects to these sound files, and, as an added bonus, SoX can play and record au...
Understanding Arduino software
... now connecting the Arduino and computer via the USB cable. All USB port ... but they are all unique to the computer, so we have to tell Arduino IDE which one exactly we are using. The one you are using, you will see XXXXXXXXXXX (Arduino Leonardo). In this...
How to control Raspberry Pi Pico via Wifi
...uter. When two or more devices (computers, microcontrollers...) are conn ...d to each device connected to a computer network that uses the Internet Protocol for communication. It consists of a series of numbers separated by periods, like xxx.xxx.xxx.xxx. T...
How to create 360 Video for the Igloo system
... files from your SD card onto a computer. View your content on the computer to ensure it has capture correctly and everything is in good order. If your content plays in a "fisheye" view, you will have to perform some processing on your video. The goal is ...
How to send data to p5.js from Arduino
...over a communication channel or computer bus. Simply put, serial communi ...mmunication between two or more computers with binary data. In this tutorial, we will use serial communication protocol to send data to p5.js from Arduino using the P5.js WebSerial...