Advanced Search
Search Results
166 total results found
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...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...with all boards up to" column. 2. Using Raspberry Pi Imager Ras ... most videos encoded with the H.264 video codec and in a video fo ...t will encourage the display to wake up. When you are asked if you...
Arduino Nano 33 Sense Rev2
...hat is Arduino Nano 33 Sense Rev2? The Arduino Nano 33 BLE Sense ...Rev2 (often called Nano 33 Sense Rev2) is a compact, low-power IoT an ...d sensor-rich development board designed for machine learning, audio p ... Know more. Rev1 vs Rev2 — Short Comparison body{...
Using Quixel Materials
...p the Quixel Bridge window. 2) Adding Materials Quixel contai ...lenging to find exactly what we want. It is important to think abo ...ce you find a material that you want to use, select it, download i ...hese values to get the size you want on your project. After chang...
How to use 7-Segment LED Backpack
... version of the LED backpack is designed for these big bright 7-segmen ... 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 whateve...
"Hello, World!" in Node.js
...erminal or Command Prompt) And type the following: $ node -v Do ...not type the `$`. This just tells you th ...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...
Introduction to Python
...ming experience, this course is designed to give you a strong foundati ... first released in 1991, Python was designed to emphasize code readability ...cepts are relatively straightforward to grasp. Getting Started To ...ning Python is a valuable and rewarding endeavor. So, let's dive i...
AR with Unity - Step #2 - Unity project setup
...use Vuforia to create different types of Augmented Reality projects, ...g-in (already included in Unity 2019.2.0f1) is a quite straight forward process, first, let's create ...ect settings panel, the easiest way to do it is by opening the bui ...time, Unity will ask you if you want to include a default database...
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 ...rial(this, Serial.list()[1], 115200); // Change baud rate if need...
How to send files to Raspberry Pi using SSH
...cp, rsync, or SFTP) Install software, run Python scripts, update y ...es tab, enable SSH Reboot afterwards, sudo reboot Option 2: If You’re Using Pi Headless P ...mething that looks like this: 192.168.1.42, th2, this is your pi's IP address ... pi@<raspberry_pi_ip>:/home/pi/ 2. To Send a Whole Folder scp -r ...
How to use an Electromagnet
...t? The Grove Electromagnet is a type of magnetic actuator that becom ...ck GND to GND Yellow SIG to PIN 2 Getting started The following ...m. const int electromagnetPin = 2; // Electromagnet connected to ... digital pin 2 void setup() { pinMode(elect...
How to control Arduino without using delay()
...LED on for 1 second and off for 2 seconds using the FireTimer lib ... // 1 second when LED is ON, 2 seconds when LED is OFF if ... } else { ledTimer.begin(2000); // LED is OFF for 2 seconds } } } Multiple ...tors, like giving each person a watch and ask them to action based...
How to build a Simple Robot Arm with Servo Motor and Joystick
...se. After you have found one or designed one, you can go to the 3D Wor ...kshop to laser cut the hardware. In this tutorial, we will fo ...re or less servo motors in your design based on how many joints you ne ...tionMapped = map(rotation, 0, 1023, 0, 180); // scale it to the s...
UE Foliage
...for the Megascans. The pack we want to import is called the Megas ... which trees/bushes/grasses you want to use by clicking the +Folia ... As you can see, I have added 4 types of trees to my selection and t .... However, if you feel like you want to add more assets to fill ou...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...or Command Prompt (Windows) and type in ipconfig getifaddr en1 Get ...l, something like ip = 10.3.15.120 open up a web browser go to h ...ssid, password) html = """<!DOCTYPE html> <html> <head> <title>...
Touch sensor - with No Sensor!
... tutorial, we will show you two types of Capacitive Touch Sensing: a ...curacy without ANY external hardware. CapacitiveSensor library wil ... smoothing float multiplier = 1.2; // determine when the sensor i ...ng 10M ohm resistor between pin2 and pin4 1 wire to pin2 to tinf...
Creating a Landscape
...m which we create our scene. 2) Change the editor to Landscape ... modes of the editor. We will want to change two important setti ...k. This is not necessary if you want to make small adjustments. After clicking once to paint our landscape with No...
Using MatrixPortal M4 for animation
...n animation to display on a 64x32 matrix. CircuitPython and libr ...sing CircuitPython 9.0.5 (11/10/2024), all libraries and code used ... bitmap spitesheet. If you just want to test the code, you can dow ...to set the canvas size to 64 x 32 px Draw whatever you want Add ...