Advanced Search
Search Results
161 total results found
"Hello, World!" in Node.js
...esources that will help you get up to speed on this topic: Cod ...nix, which is the precursor and model for Android, Apple iOS, Raspbia ...lling again. Install other software (optional) We recommend inst ...es or other word processing software, which don't count as simple ...
AR with Unity - Step #2 - Unity project setup
...torial aims to help you setting up a AR Unity project using the Vu ...es Developing environment setup. In order to continue with t ... #1 - Developmen environment setup Understanding Image target ...d on top of. In order to set up your Unity project you will nee...
Using MatrixPortal M4 for animation
...ve another tutorial for setting up the MatrixPortal board and cove ...thon you have installed and use updated and compatible libraries. ... 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...
How to control Arduino without using delay()
...ct FireTimer ledTimer; void setup() { // Initialize digital pin ...ct FireTimer ledTimer; void setup() { // Initialize digital pin ...LED_BUILTIN, ledState); // Update the timer for the next dura ...and Multiple Timers You can set up multiple timers for multiple ac...
How to use 7-Segment LED Backpack
...t one of 8 addresses to control up to 8 of these on a single 2-pin ...re display from 1/16 brightness up to full brightness in 1/16th st ...ino. #include <Wire.h> void setup() { Wire.begin(); Serial.b ... while (!Serial); // Leonardo: wait for Serial Monitor Serial.p...
How to image a Raspberry Pi
...ficial site to download the software. Choose a suitable version fo ...ard into your computer. It is always a good habit to format the SD ...stem - Erase Click Next and wait for it to finish. 3. Image y ...i Using Raspberry Pi Imager software to Install the Raspberry Pi O...
Accessibility Statement
...ite uses HTML 5 (HyperText Mark-up Language) and CSS (Cascading St ...s accessible as possible and we want as many people as possible to ... browser you are using zoom in up to 300% without the text spilli ...te using speech recognition software listen to most of the websit...
How to create 360 Video for the Igloo system
...ferent when using different hardware. Step 1 Set up your 360 camera at your capture ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ... footage into a proprietary software for processing. In this case ..., the Insta360 software will be used to convert the f...
Controlling an actuator with TinkerKit Mosfet
...boards, and accidentally wiring up the 12 or 24 volt power supply to your Arduino is a easily ...mall, cheap module which takes away all these headaches, on the Ar ...: GND (Connects to your power supply ground) +V (Connects to your ... power supply positive) M+ (Connects to on...
Touch sensor - Using an CAP1188
...out board. This chip can handle up to 8 individual touch pads, it ...will light up the 8 onboard LEDs when the mat ...o help you debug your sensor setup. The CAP1188 has support for both I2C and SPI, so it ...) Slider/Wheel Support ✅ Yes ❌ Not nat...
How to use a Neopixel strip
...engthen them flexibly. Once set up, they are very durable and effi ...eoPixel library will be used. **Warning**Download version 1.9.0 or ...le code for a test run. Before uploading the code to Arduino, one ...ould see your Neopixel beamming up right now.
How to use a Reed Switch
...d to GND Getting started After uploading the code, you can use a ...and the built-in LED will light up. const int REED_PIN = 2; // Pin ... LED pin - active-high void setup() { Serial.begin(9600); // ...to ground, we need // to pull-up the reed switch pin internally....
Using built-in example code and Reading the hookup diagram
1. Upload example code Open a built-i ...n example, Blink, and upload the code. 2. Blinking Oran ...ill see two main parts, void setup() {} and void loop() {}, this i ...ture of Arduino code. In the setup(), usually we establish what co ...onnections. 5. Reading the hookup diagram Whenever you see a diag...
Testing/publishing your project - Android devices
...n on developer mode and USB debugging.Instruccions on how to enable developer modeand USB debugging are found here Uploading your content to your dev ...ice The process of uploading your content to your dev ...your project as soon it is done uploading.
Testing/publishing your project - IOS devices
...the app for the first time you will be asked to grant the app access to your microphone, camera and gps location. Uploading your content to your dev ...ice The process of uploading your content to your dev ...your project as soon it is done uploading.
Using a Sparkfun Sound Detector
...fun electronics that provides a way to detect ambient sound levels ...at the same time: Digital Wired up in digital mode the sound detec ... are three wires: Analog Wired up in analog mode the sound detect ...#define envelopePin A0 void setup() { Serial.begin( 9600 ); p...
How to send data to p5.js from Arduino
...e Web Serial API. Wiring Wiring up buttons and switches is simple: ...e potPin A0 int value; void setup() { Serial.begin(9600); //int ...ata let vals = []; function setup() { createCanvas(400, 300); ... { alert("WebSerial is not supported in this browser. Try Chro...
Introduction to Python
... first released in 1991, Python was designed to emphasize code rea ...ar syntax and strong community support make it an ideal starting p ...amming. Each chapter will build upon the previous one, gradually i ...cepts are relatively straightforward to grasp. Getting Started To ...