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

122 total results found

Introduction to the PyCharm IDE

Python for Beginners

...mple, the project files will reside in my /home/dolica/PyCharmProje ...The setup page also asks if you want to create a main.py welcome script; for this project, you should keep this option checked. This will have PyCharm create a basic Python file for you...

Installing PyCharm

Python for Beginners Setting Up Your Environment

What is an IDE and Why Use One? A programming ...grated Development Environment (IDE) is a software application that provides a comprehensive set of tools a ...efficiently and effectively. An IDE typically combines various comp ...s commonly found in programming IDEs: Code Editor: The core compo...

Pi War 2024 Log

Raspberry Pi

Documentation of Pi War 2024 Pi Wars is an international, challeng ...ight, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.value(0) m ... motor2b.value(1) def left_forward(): motor2a.value(0) m...

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 ...ional ink on paper, making them ideal for projects requiring clear ... tutorial, we will be using the Waveshare model epd7in5V2, a Raspb ...ls, please visit the official guide. Connection Disconnection from ...

How to Display Animation on Waveshare E-Paper Display

Raspberry Pi Tutorials

How to use Waveshare E-Paper Display? Please ...te to 10 or 12 fps Export the video to jpg sequences from Premier .... Place the folder animation inside the folder e-Paper. File Prepa ...port logging import random from waveshare_epd import epd7in5_V2 im...

8th Wa...

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

Variables

Python for Beginners

...t tool window on the left-hand side and right-clicking on your "fir ...values as integers or ints. Consider a basic task: adding two whole ... result of 2. However, you may want to use a certain value more t ...cumenting Code It's also a good idea to make sure your variable nam...

Using AVR ISP MKII to upload firmware to Arduino

Physical Computing Tutorials

...ers and hobbyists to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ...ollers It is compatible with a wide range of AVR microcontrollers, ...ies Arduino Nano 33 series Software Compatibility Works with Atme...

Week 3 - Iteration, arrays, objects and pixel arrays

Creative Coding Workshop: Introduction to Creative Coding

...shop, we were introduced to the idea of conditionals. We saw that a ... is only performed once. If we want to perform a conditional oper ...nvas. Note that the circles are identical, apart from the x coordin ...op. As long as the condition inside the parentheses remains true, t...

How to make Animation on NeoMatrix

Physical Computing Tutorials

... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the orientation of your ... RGB_bmp[][64] = { //up for identifying direction { 0x000, 0x0...

Connecting a Potentiometer

Physical Computing Tutorials

...ud your speakers should be. Inside a potentiometer is a large resi ...e between 0V to 5V, at the half way the voltage on pin #2 would be ...akers to control the volume. Slide Potentiometer like those found ... same, however it can be tricky identifying pins #1, #2, and #3 (mo...

How to get started with Face Tracking in Spark AR

Spark AR TEMPLATE : Basic Face Tracking

Face Tracking in Spark AR Watch this video which explains the basic featu ...te that is most similar to your idea. You can then make changes to that template to add in your own models, textures and program functionality.

How to get started with World Effects in Spark AR

Spark AR TEMPLATE: World Effects

World Effects in Spark AR Watch this video which explains the basics of W ...te that is most similar to your idea. You can then make changes to that template to add in your own models, textures and program functionality.

Week 1 - Coordinates, shapes and colour

Creative Coding Workshop: Introduction to Creative Coding

...f tasks. In this case p5.js provides a lot of functionality that ma ...ction within a web page. This video from Daniel Shiffman is a good ...or expertise, you will almost always encounter bugs. Writing code ...need debug our code in order to identify and fix problems. This mea...

How to use a Bare Conductive Touch Board with Arduino

Physical Computing Tutorials

...ng the above two tutorials. Hardware Plugin Whenever we use an Ard ...no, we have to tell the Arduino IDE which Arduino board we are usin ... the same here, telling Arduino IDE which board we are using. In th ...e it opened. Download the Hardware Plugin here: bare-conductive-...

Adding content - 3D model from the internet

Spark AR Importing 3D content from different sou...

...s they have created for use in video games, medical animation, arch ...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...

How to install libraries

Physical Computing Tutorials

...f code that are designed to provide additional, reusable functional ...e library developer usually provides online documentation and expla ...brary There are three different ways to install libraries; we'll s ... Manager built into the Arduino IDE. You can access the Library Man...