Advanced Search
Search Results
140 total results found
Connecting a Potentiometer
...e between 0V to 5V, at the half way the voltage on pin #2 would be ...pe of potentiometer to use is a 10KΩ potentiometer, that means the ...tween pin #1 and #3 is fixed at 10KΩ or thereabouts, and that the ... blink at a rate between 0ms to 1023ms, this is because the functi...
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 ...rduino pin through a high value 10KΩ resistor to ground, this allo...
Variables
... result of 2. However, you may want to use a certain value more t ... action, we'll keep things this way for now in order to better und ...he second path is the file that was run with this version of Pytho ...second line in our code. Python was able to get to this point in t...
How to build a Simple Robot Arm with Servo Motor and Joystick
...D Workshop to laser cut the hardware. In this tutorial, we will fo ...ound to GND Servo: Signal to 6/10 Potentiometer: Right pin to 5V ... A1 #define servoRotation 10 #define servoAngle 6 // cr ...tationMapped = map(rotation, 0, 1023, 0, 180); // scale it to the ...
Controlling an actuator with TinkerKit Mosfet
...mall, cheap module which takes away all these headaches, on the Ar ...other side of your actuator) **Warning**The TinkerKit Mosfet can ...( actuatorPin, HIGH ); delay( 1000 ); digitalWrite( actuato ...rPin, LOW ); delay( 1000 ); } Advanced Example You ca...
Touch sensor - Using an MPR121
... libraries folder Now the software Arduino IDE is ready, you wil ...e) MPR121.setReleaseThreshold(10); //half of TouchThreshold } v ....println(i); } } delay(100); // Small delay to reduce ser ....getFilteredData(11)); delay(100); // Adjust for readability } ...
Making a Force Sensor/ a Button with Velostat & Conductive Fabric
...o 5V or GND. Power (one end to 5V) Ground (one end to GND with 10K resistor) Signal (GND side to ...println(sensorValue); delay (100); // change for the speed of s ...println(buttonState); delay (100); // change for the speed of serial monitor }
How to use 7-Segment LED Backpack
... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p ...done\n"); } delay(5000); // Wait 5 seconds for next scan } G ...r thats too long matrix.print(10000, DEC); matrix.writeDisplay ... matrix.writeDisplay(); delay(10000); // print with print/prin...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to make Animation on NeoMatrix
... +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 ...; //matrix->show(); //delay(1000); matrix->clear(); numIma...
How to use DFPlayer Pro to play MP3
...ack wire Connect L+ & L- if you want stereo audio File handling ...FRobot_DF1201S.h> #include "SoftwareSerial.h" SoftwareSerial DF1201SSerial(2, 3); / ...e wire connection!"); delay(1000); } player.setVol(0); ...eonardo, you should not use SoftwareSerial. The Leonardo already h...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl ... Unreal Engine can take between 10 to 40 minutes, sometimes longer...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw2PWTR_XM&t=529s. Begin ...he Threshold value; Ideally you want to get completely transparent ... you. Windows For Windows 10 and 11, begin by downloading V...
Using a Sparkfun MP3 Trigger
...fun electronics that provides a way to play MP3 files from a Micro ...s from the SD card via Serial. Warning If you are using Mac OS X ... Serial.write( i ); // Wait a bit delay( 1000 ); } } Sample MP3 files To help you get up and running...
Hello World
...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 waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...
How to Program an ATtiny85 with an Arduino Uno
... Pin 11 --> Pin 0 (5) Pin 10 --> Reset (1) Only when ...ploading code to ATtiny85 Put a 10uF capacitor between GND and RESET on Arduino Adding Attiny85 to Boards Manager We have to make ATtiny compatible with Arduino IDE first, so that we ca...
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
...I2C communication. It can store 10 segments of 100s audio. It also has a simplified speech synthesis function, for numbers 0 to 9 only. The built-in LED is very helpful when using the module. Off: No recording at the current number Yellow: There is a r...
Using L293D IC for motors
...and has custom functions for forward(), backward(), stop(), turnRight() and ...nst int motorPin2 = 6; // Pin 10 of L293 //Motor B const int mot ...d = 11; const int motorPin3 = 10; // Pin 7 of L293 const int mo ...igitalWrite(motorPin3, HIGH); //10 digitalWrite(motorPin4, LOW...