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

164 total results found

How to use Waveshare E-Paper Display with Raspberry Pi

Raspberry Pi Tutorials

What is a Waveshare E-Paper Display? A Waveshare E-Paper Display is an el ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...erry Pi 3 and Python as the programming l ...date sudo apt-get install python3-pip sudo apt-get install python...

8th Wa...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

..._and_loops/ 12_iteration_02/ 13_loops_and_arrays/ 14_pixel_arr ... is only performed once. If we want to perform a conditional oper ... setup() { createCanvas(400, 300); } function draw() { ...e(250, 225, 20, 20); ellipse(300, 225, 20, 20); ellipse(350...

Finding your way around Spark AR (UI Explainer)

Spark AR First Look at Spark AR

Watch this video by Meta explaining the UI and different panels in Spark AR

Using Smartphont to Read NFC tag

Physical Computing Tutorials

...g an iPhone to tap on the NTAG203 to open up a link. This tutoria ... involving Arduino. If you only want a simple read and write funct ...ary We will be using DFRobot PN532 module, please refer to this t ...l. We will be using Adafruit_PN532 library, we have a tutorial on...

Using a Joy-IT TFT LCD Display

Physical Computing Tutorials

...Display? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ...C-LCD01 with SPI communication. 3.3V Logic A lot of LCD displays ha ...ve a logic level of 3.3V, including SBC-LCD01. If you...

3D Geometry and Parametric Design

Creative Coding Concepts

...ing with a method of generating 3D meshes from 2D images based on ...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...re creating generative 3D meshes and also the challenge ...

Radio Communication: How to use RFM69HCW Radio Data Module

Physical Computing Tutorials

...ent versions, we are using the 433 MHz version in this tutorial. D ... Operating Frequency 433 MHz 433 / 868 / 915 MHz (depending on m ...del) Modulation Type GFSK FSK, GFSK, OOK ... 1200 – 19200 bps Up to 300 kbps Encrypti...

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

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 ...print(), we provide the text we want Python to print. This text mu...

How to connect a push button or switch

Physical Computing Tutorials

...hes? Buttons and switches are a way of opening and closing a circu .... 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 types Rocker switch Push button Tac...

Using a Adafruit 1.8" TFT Display Shield V2

Physical Computing Tutorials

...ield V2? A TFT LCD display is a type of screen that uses Thin-Film T ... one of the most common display types found in devices like smartpho ... you will need the Adafruit ST7735 and ST7789 Library and Adafrui ...t_GFX.h> #include <Adafruit_ST7735.h> // Be sure to install Adafr...

How to use a Servo Motor

Physical Computing Tutorials

... Motors in physical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ...Continuous Rotation Servo 360° (infinite) Speed & dir ... / Micro Servo Depends on type (limited or continuous) S...

Web App Template for Beginners

Creative Coding Tutorials

...e_app” in you Documents folder. 3) For Visual Studio: Open exampl ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th ...ties/Terminal. On command line, type cd. Then in Finder, select "exa ...like this: 7) On command line, type npm init. Answer the questions ...

Connecting a Potentiometer

Physical Computing Tutorials

...istive area between pin #1 and #3, the middle pin #2 is called th ...he voltage between pins #1 and #3. For example if you have Ground ... (0V) on pin #1, and 5V on pin #3, you could select a voltage bet ...ween 0V to 5V, at the half way the voltage on pin #2 would be...

Variables

Python for Beginners

... result of 2. However, you may want to use a certain value more t ...s where you can store different types of data. This data could be nu ...me solutions. Where we assign 1234 to a variable called print, it ... action, we'll keep things this way for now in order to better und...

Unity for Beginners Workshop

Unity

... whilst creating an interesting 3D environment. Before attending ... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ...using on Unity essentials. Task 3 - Thinking about an interesting ... and prepare all the assets you want to use (Images and sound file...

Combining codes & circuits

Physical Computing Workshop: Beginner Physical Computing

...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...if statement is the most common way to make a simple interaction b...