Advanced Search
Search Results
143 total results found
Pi War 2024 Log
Documentation of Pi War 2024 Pi Wars is an international, challeng ...ns with pins GPIO26 and GPIO27. One joystick controls left and righ ...t, and the other controls forward and backwards. Problems with batteries Thi ... print("Hello.") def right_forward(): motor1a.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 ...rt the ribbon cable (the golden one) from the display to the HAT. ... Example code from Github git clone https://github.com/waveshare/e-...
How to Display Animation on Waveshare E-Paper Display
How to use Waveshare E-Paper Display? Please ... display on E-Paper Black and White, as the display we have in stoc ...k is Black and White only Low framerate animation, ... mv "$file" "$a.jpg" ((a++)) done Now you can transfer the fold ...fmpeg -i "$f" "${f%.jpg}.bmp"; done Remove old jpg files, rm *.jpg...
8th Wa...
Finding your way around Spark AR (UI Explainer)
Watch this video by Meta explaining the UI and different panels in Spark AR
Week 2 - Animation, conditionals & random numbers
...om numbers Mapping values from one range to another Supporting c ... 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 ...ned conditions. This process is one method of controlling the flow ...
Installing PyCharm
What is an IDE and Why Use One? A programming Integrated Devel ...ment Environment (IDE) is a software application that provides a c ... typically combines various components, such as a code editor, debu ...e are some key features and components commonly found in programmin...
Week 3 - Iteration, arrays, objects and pixel arrays
...s: You can then copy and paste one of the URLs into you browser: ... is only performed once. If we want to perform a conditional oper ...riables can be used in the same way as you use any other variable. ...last item in the array would be one less than total number of items...
An Introduction to 2D in Unity 5
...ty Game Object. You can do this one of two ways: Option 1: On the menu ba ...eate Empty Once you have done this you will see a GameObject ...ample our sprite will contain a white square, with equal width and he ...ight. Either create one yourself using graphics editing...
Week 1 - Coordinates, shapes and colour
...or expertise, you will almost always encounter bugs. Writing code ... 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 ...he double forward slash (//) at the beginning o...
Variables
...alled "variables." This can be done by going to the project tool wi ...at appears. In this case, I've gone with the name variables.py. Wit ... result of 2. However, you may want to use a certain value more t ...h the same task, but the second one requires less mental effort to ...
Machine Learning with Physical Computing - TensorFlow Lite & Arduino Nano 33
...o Mistry and Pajak's tutorial. Warning Versions of everything are ...ownload and install the correct one AND have the right board! Set ...up Arduino IDE Software: Arduino IDE 1.8.19 [14/5/202 ... take a few minutes. When it's done, you should able to choose Ardu...
Radio Communication: How to use RFM69HCW Radio Data Module
... will be using two Arduino UNO, one for sending and one for receiving. RFM69HCW comes w ... //while (!Serial) delay(1); // Wait for Serial Console (comment o ...n key has to be the same as the one in the server uint8_t key[] = ...oid loop() { delay(1000); // Wait 1 second between transmits, c...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...on your controller accordingly, one by one. If you want to skip any button configurat ...rovided in this tutorial and no one on our team will answer you in ...SB stick is the most straightforward method. You can find other wa...
Combining codes & circuits
...he Code Arduino can only accept one code at one time. If we want it to do multiple things at t ...have to combine everything into one single code. The below demonstr ...from the Library HCSR04. Only one void setup() and void loop(), t ...s the distance value, and if we want to use the data, we will need...
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 No need for an external res ... with many buttons). Wiring one pin to GND one pin to 2 Getting started void setup() { pinMode(2, INPUT_PULLU...
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...
How to use a relay module
... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V rela ...e refer to the datasheet of the one you have. Relay module has dif ...ng a 1 channel relay to control one water pump. Labels on a Relay M...
Position-based Tracking using a Webcam
...object should be highlighted in white, while the rest of your image s ... object from it's background we want to look for the white pixels in the image, to determi ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr...
How to use Grove Serial Bluetooth v3.0
...ou can read more about this component here. Wiring (Master - Sendi ...d) to 5V GND (Black) to GND RX (White) to pin 3 (Arduino TX) TX (Yell ...d) to 5V GND (Black) to GND RX (White) to pin 3 (Arduino TX) TX (Yell ...obtaining a copy * of this software and associated documentation ...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or b ... to see how the lights light up one by one. Processing Code We have a tuto ...y using the bare minimum of components and Serial communication for...
Concepts
A collection of resources which outline ways of thinking in creative computation, computer science, and associated areas.