Advanced Search
Search Results
147 total results found
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 ...re using Arduino Leonardo! void setup() { // Start the serial port ... Serial.write( i ); // Wait a bit delay( 1000 ); } ...
UE Installation and Set-up
...finishes, run the installer and wait for it to complete. Creat ...an Epic Games Account After the setup program installs the Epic Game ...ect which Engine components you want to install. This is where you .... Click the Install button and wait for the installation to compl...
Position-based Tracking using a Webcam
... of TouchDesigner, during scene setup in real life; Ensure your back ... object from it's background we want to look for the white pixels ...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 MatrixPortal M4
... without needing additional hardware. Power: Can be powered via US ...e is no wiring needed for basic setup, it's literally plug and play. ... by Adafruit, optimized for hardware projects like controlling sen ...layio import Bitmap # If there was a display before (protomatter,...
How to hack a brainwave EEG toy - Force Trainer II
What is a NeuroSky Brainwave? NeuroSky Brainwave is a technology that uses EEG ...roSky chip can be found on brainwave-controlled toys such as the S ...tar Wars Force Trainer. The toy can be ...orial, we are using an UNO, hardware Serial (pins 0 & 1) is shared...
How to use a rotary encoder
...aft angle. This allows you to always know the exact position, even ...tile int lastEncoded = 0; void setup() { // Setup the encoder pins as inputs pinMode(encoderPinA, INPUT); pinMode(encoderPinB, INPUT); // Enable pullup resistors on the encod...
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 ...ce. #define actuatorPin 6 void setup() { pinMode( actuatorPin, OU ...ing the motor, or burning you.Always make sure your code prevents ...
Using built-in example code and Reading the hookup diagram
...u will see two main parts, void setup() {} and void loop() {}, this ...ructure of Arduino code. In the setup(), usually we establish what component we are going to control and what are they. pinMode(LED_BUILTIN, OUTPUT); we are using the built-in on-boar...
Building for Android Touchscreen Display with Phone OS
Unreal project setup as Mobile Scalable. Build for ...Android with regular SDK, NDK setup for Meta Quests. On packaging succes, check for APK and OBB files. Procure thumb drive with a USB-C connector. Adapters do not work. Copy apk, obb, install, uninstall fi...
How to use a Servo Motor
...re.h> ServoDriver servo; void setup() { // join I2C bus (I2Cde ...re.h> ServoDriver servo; void setup() { // join I2C bus (I2Cdev library doesn't do this automatically) Wire.begin(); Serial.begin(9600); servo.init(0x7f); //...
Radio Communication: How to use APC220 Radio Data Module
... to 5V TXD to 8 RXD to 9 SoftwareSerial OnlyUse SoftwareSerial on both Arduinos. Never ...rees, one by one. #include <SoftwareSerial.h> SoftwareSerial radio(8, 9); // RX, TX ... void setup() { radio.begin(9600); } vo ...o UNO - Receiving #include <SoftwareSerial.h> SoftwareSerial radio...
Using a Whadda Vibration Motor Module
...uit, allowing you to easily control the motor without needing to worry about the electronic setup. Wiring G to GND V to 5V S t ...tor is connected to pin 3 void setup() { pinMode(motorPin, OUTPUT ...stop vibrating delay(1000); //wait 50 seconds. }
Arduino Nano 33 Sense Rev2- IMU sensor
...sX = 0; int degreesY = 0; void setup() { Serial.begin(9600); wh ...h" float x,y,z, ledvalue; void setup() { if (!IMU.begin()) { Serial.println("Failed to initialize IMU!"); while (1); } } void loop() { // read magnetic field in all ...
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 export your p5.js as a video
...ime-based work in p5.js you may want to capture the canvas as a vi ...gram can run the first frame at setup before beginning to capture. I ...f you wanted to delay the recording by a certain amount of frames you can change the boolean check. The last bloc...
Using MatrixPortal M4 for animation
... bitmap spitesheet. If you just want to test the code, you can dow ...to 64 x 32 px Draw whatever you want Add new frame and draw until ...BY.bmp": 0.05, } # --- Display setup --- matrix = Matrix(width=64, ...URATION direction = 1 #1 for forward, -1 for backward def load_im...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...ay the video. There is an extra setup step required to fix this. Op ...t will encourage the display to wake up. When you are asked if you wish to overwrite the existing file, click Yes/...
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 ...