Skip to main content
Advanced Search
Search Terms
Content Type

Exact Matches
Tag Searches
Date Options
Updated after
Updated before
Created after
Created before

Search Results

185 total results found

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...or expertise, you will almost always encounter bugs. Writing code ...available to view on Github: /01_coordinates_and_shapes/ Topi ... 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...

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...y used in contactless payments, digital keycards, smart tags, and ... involving Arduino. If you only want a simple read and write funct ... how to install a library here. Types of Tag In this tutorial, we ar ...e using NTAG203, NTAG215 or NTAG216 should work fine as...

Using built-in example code and Reading the hookup diagram

Physical Computing Workshop: Beginner Physical Computing

1. Upload example code Open a bui ...d be blinking now. 3. Understanding the Code First, you will see ...ggested, it will loop forever. digitalWrite(LED_BUILTIN, HIGH); ...to this component, LED_BUILTIN, digitally, which means on or off o ...choose HIGH, turn it on. delay(1000); delay means whatever you a...

Variables

Python for Beginners

... ints. Consider a basic task: adding two whole numbers using Pytho ....py" file and running it: print(1 + 1) As expected, Python tells us ...that 1 + 1 gives a result of 2. However, ...you may want to use a certain value more t ...beled boxes where you can store different types of data. This data...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu ...connection as one of the most rudimentary forms of sensor you can ...an Arduino. There are dozens of different types of switches and buttons, but a ...o these as it does to any other type of button or switch. Different ...

Using L293D IC for motors

Physical Computing Tutorials

What is L293D? The L293D is a 16-pin Motor Driver IC which can ...e speed of the motor. Taking a 12V DC motor for example, we conn ...pin on the Arduino as there are 16 pins you need to connect! Pin ...d control pins on the IC (IC pin1 & 9). Get started This example ...

How to use a Servo Motor

Physical Computing Tutorials

...djust the motor’s movement accordingly. We often use RC (Radio-Controlled) Servo Motors in ph ...ysical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ...

Importing 3D content from different sources

Spark AR

Web App Template for Beginners

Creative Coding Tutorials

...r app to users, ie. clients. If 10 people access your website, th ...ere are 10 frontends in action but only 1 backend. Backend is often built ...hon. Here we use Node.js. Setup 1) Get a code editor if you don’t ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...

Hello World

Python for Beginners

...ose a file name and select the "type" of Python file you want PyCharm to create. For this e ...le hello.py and choose the file type as "Python file." While this mi ...n PyCharm offers the other file types. Press Enter, and a new Pytho ....py file will also open in the editor. ust like before, you can r...

Using MatrixPortal M4 for animation

Physical Computing Tutorials

...cus on creating an animation to display on a 64x32 matrix. Circui ... are using CircuitPython 9.0.5 (11/10/2024), all libraries and code ...d or some other layout. These individual sprites can represent var ... bitmap spitesheet. If you just want to test the code, you can dow...

Building for Android Touchscreen Display with Phone OS

Building Apps (Staff)

...es to thumb drive and plug into display. Open File Manager on display through settings and open ...e to the storage of the android display. It will have to be in the correct folder which is inside Android>OBB>com.something App should run from homepage.

Connecting a Potentiometer

Physical Computing Tutorials

...rge resistive area between pin #1 and #3, the middle pin #2 is ca ...al to the voltage between pins #1 and #3. For example if you have ... Ground (0V) on pin #1, and 5V on pin #3, you could se ...e between 0V to 5V, at the half way the voltage on pin #2 would be...

How to use Grove Serial Bluetooth v3.0

Physical Computing Tutorials

...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...

How to make Animation on NeoMatrix

Physical Computing Tutorials

...y. Once set up, they are very durable and efficient. They are commo ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ...

How to use MatrixPortal M4

Physical Computing Tutorials

.... It is equipped with an ATSAMD51 microcontroller (Cortex M4) and ...al M4: Microcontroller: ATSAMD51, Cortex M4 processor running at ... 120 MHz. Coprocessor: ESP32 handl ...network communication. Memory: 512KB of RAM, 8MB of QSPI flash st ... without needing additional hardware. Power: Can be powered via US...

Using NFC Tools to Read/Write NFC tag

Physical Computing Tutorials

...our project involving Arduino.. Types of Tag In this tutorial, we ar ...e using NTAG203, NTAG215 or NTAG216 should work fine as well. You cannot use MIFARE Classic tag or card. Steps Download the app, it is available for both iPhone and Android. Choose Wr...

How to use a rotary encoder

Physical Computing Tutorials

...ocessed to determine rotational direction, position, and speed, ma ...ncoders a key component in many types of control systems. Wiring Different models of rotary encoder ...s will have different colour codes. I am using ... the amount of rotation and the direction. By reading these pulses...