Advanced Search
Search Results
157 total results found
Using the serial monitor and serial logger
...ion? Serial communication is a type of communication between two de ... other boards based around the 32u4 chip have a seperate USB seri ...al and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using ...rst text field is where you can type text and press the send button ...
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 ...ixels? #define PIN 3 // Max is 255, 32 is a conservative value t...
Connecting a Potentiometer
... pin #1 and #3, the middle pin #2 is called the wiper, and by act ...e between 0V to 5V, at the half way the voltage on pin #2 would be 2.5V. Different types There are two main types: Rotary Potentiometers like t ...be tricky identifying pins #1, #2, and #3 (more on this later). A...
How to use a Servo Motor
... Motors in physical computing. Types of Common RC Servo Motors ... Servo Type Rotation Range Cont ...rol Type Common Use ... Servo 0°–180° (sometimes 270°) Angular position (PWM ... / Micro Servo Depends on type (limited or continuous) S...
How to use 7-Segment LED Backpack
... a bunch of chips by having an I2C constant-current matrix contro ...o is write data to it using the 2-pin I2C interface. There are three ad ...ol up to 8 of these on a single 2-pin I2C bus (as well as whatever other ... I2C chips or sensors you like). Th...
AR with Unity - Step #1 - Development environment setup
...s Download and install Unity 2019.2.0f1. Previous versions might a ...so work, however, this tutorial was made using Unity 2019.2.0f1 (please read instructions b ... when you start running the software. About the Vuforia Engin ...e As of 2017.2, Unity integrates the Vufo...
How to use Grove Serial Bluetooth v3.0
...I am using an UNO which has pin 2 & 3 as the interrupts pins. Che ...(Arduino TX) TX (Yellow) to pin 2 (Arduino RX) Button to GND Butt ...(Arduino TX) TX (Yellow) to pin 2 (Arduino RX) Code - Master Th ...io Grove FM * * Copyright (c) 2012 seeed technology inc. * Web...
Using an PN532 RFID reader
...s the difference between an PN532 RFID reader and an MFRC522 RFID reader The PN532 and MFRC522 are two popular RFID reader mod ... Feature PN532 MFRC522 Which Better ... Communication SPI, I2C, UART SPI only ✔ P...
Arrays
...ode, as so: var myVariable = 200; console.log(myVariabl ...function draw() { background(220); ellipse(x, y, 20,20); } p5 Editor Now what ...if we wanted to have a lot of circles, l ...es for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213;...
Combining codes & circuits
...ept one code at one time. If we want it to do multiple things at t ...s the distance value, and if we want to use the data, we will need ... to retype this long string of text multip ...if statement is the most common way to make a simple interaction b...
How to control Arduino without using delay()
...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 ... on their own watches. Wiring There are three wi...
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 ...ring one pin to GND one pin to 2 Getting started void setup() ... { pinMode(2, INPUT_PULLUP); // Internal pul ... int buttonState = digitalRead(2); Serial.println(buttonState)...
Controlling an actuator with a N-channel Mosfet
...r Field-Effect Transistor) is a type of transistor used to switch or ...ing the level of current flow). Types There are two main types of MOSFETs, we will be using a N-channel Mosfet in this tutorial.e N-channel MOSFETs: These conduct when a positive volt...
How to use a rotary encoder
...ncoders a key component in many types of control systems. Wiring Di ...emental Rotary Encoder, YUMO E6B2-CWZ3E, the colours referred to ...(Brown) - 5V A switch (Black) - 2 B switch ( White ) - 3 Gettin ...tion the encoder has moved. Key Types of Rotary Encoders Incremental...
Unity for Beginners Workshop
...Task 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...all Unity Installing Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...ie image and add additional software later. It's up to you. We are ...is now an emulator ready to go! 2. Controller Configuration Retro ...is not supported at the moment(02/2024). You will see the Welcome pag ...ccordingly, one by one. If you want to skip any button configurat...
UE Installation and Set-up
...gine page. Select the license type that best matches how you inten ...d to use UE. There are two types of licenses available: Publi ...tors, if you plan to make other types of content. You can learn m ...that corresponds to the license type you selected. This will downloa...
Using a Monochrome 1.3" 128x64 OLED display
...will be using Adafruit SSD1306 128 x 64 OLED with I2C communication. It can support ... must be soldered 'closed' for I2C to work! Wiring Wiring up th ...D1306.h> #define SCREEN_WIDTH 128 // OLED display width, in pixe ...n SSD1306 display connected to I2C (SDA, SCL pins) // The pins fo...
Bonus round: putting an existing Unity project into git
...liar with the command line, the way to use it is to type a command, and then press Enter ... the "Hidden Items" checkbox). Type git status and press Enter - yo ...weird crap in it which we don't want to keep track of. We need a g ...ere's the .gitignore content we want to use - this is the list Git...
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 ... The Arrangement There are two types, Progressive and Zigzag. Progr ... = cols * rows; int pixelSize = 50; // Adjust this based on your w...