Advanced Search
Search Results
146 total results found
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 ...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 ... 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 ...port logging import random from waveshare_epd import epd7in5_V2 im...
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...
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 ...
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...
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...
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 ...le 3D objects for the floor and walls, we recommend creating a bas...
How to control Arduino without using delay()
...awbacks. It does not just pause one sensor or actuator that you wis ...0; // will store last time LED was updated // constants won't ch ... // the interval at which you want to blink the LED. unsigned ...tors, like giving each person a watch and ask them to action based...