Advanced Search
Search Results
128 total results found
How to build a Simple Robot Arm with Servo Motor and Joystick
...w to construct a robotic arm? A simple robotic arm is basically like a ...D Workshop to laser cut the hardware. In this tutorial, we will focus on how to control the servo motor (the joint of your robotic arm) with two potentiometers. You can use more or ...
Pi War 2024 Log
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
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 ...ub git clone https://github.com/waveshare/e-Paper.git Go to the D ...minal or use a Python-based software such as Visual Studio or Thon...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ...port logging import random from waveshare_epd import epd7in5_V2 import time from PIL import Image,ImageDraw,ImageFont import traceback logging.basicConfig(level=logging.DEBUG) try: logging.info("epd7in5_V2...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
An Introduction to 2D in Unity 5
...ect. You can do this one of two ways: Option 1: On the menu ba ...our sprite will contain a white square, with equal width and height. E ...self using graphics editing software (e.g. Photoshop or Gimp) or y ...he link below which generates a square white image of 400 x 400 pixel:...
Week 3 - Iteration, arrays, objects and pixel arrays
... is only performed once. If we want to perform a conditional oper ...ed by semicolons, rather than a simple test. function setup() { cr ...riables can be used in the same way as you use any other variable. ... Here is a simple array: var sizes = [ 20, 350, ...
Week 2 - Animation, conditionals & random numbers
... detail. A variable is simply a way of storing information in the ...tions. 5 - The value which we want to store in the computer's me ...ional if statement to reset the square to position 0. Increase the sp ...You can think of this as a very simple flow diagram or decision tree. ...
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...up does the job. Makes circuits simpler and saves space, especially on ...se random or noisy readings. Simpler Wiring You only need to wire ...
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 ...
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...we will create a 3D space using simple 3D objects for the floor and wa...
Adding content - 3D model from the internet
...? 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 ...f the specifications of the hardware involved. You might need to t...
Hello World
... PyCharm set up, let's create a simple "Hello, World" program. To do t ...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 ...
3D Geometry and Parametric Design
...pace and making this content viewable in low-fi VR headsets. I ha ...ve been making a piece of software using openFrameworks to explo ...elling and explain how this software can be used as a tool to expl ...elow is a screenshot of the software: Code available here. Aims ...
Radio Communication: How to use RFM69HCW Radio Data Module
...ing sub-GHz frequencies. Unlike simple UART-based modules like the APC ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...oid loop() { delay(1000); // Wait 1 second between transmits, c ...t, strlen(radiopacket)); rf69.waitPacketSent(); // Now wait f...
Touch sensor - Using an MPR121
... libraries folder Now the software Arduino IDE is ready, you wil ...ibrary. Wiring Wiring is pretty simple, it's an I2C component so it's ...> Examples menu in Arduino, the Simple Touch example is particularly g ...ood as it's simple to check it's working. Basic Ex...
How to connect a push button or switch
...hes? Buttons and switches are a way of opening and closing a circu ...ir position, they can be a good way of indicating the mode of a de ...vice, such as playing video forward or backwards. Micro switches can with mo ...ring up buttons and switches is simple, however there is a complexity ...