Advanced Search
Search Results
163 total results found
How to control Arduino without using delay()
...nds) specified as a parameter. (1000 milliseconds = 1 second.) delay() is very common ...e same result of blinking every 1 second. // constants won't chan ...0; // will store last time LED was updated // constants won't ch ...ange: const long interval = 1000; // interval at which to bl...
Using NEMA17 Stepper motor with Big Easy Driver
What is NEMA17 Stepper motor? A NEMA 17 stepper motor is a compact, pr ...C machines, and robotics. “NEMA 17” refers to its 1.7 × 1.7 inch mounting face size, whil ...ontrol stepper motors like NEMA 17 with microcontrollers such as ...rial, we are using a 4-wire NEMA17 motor with no polarity on the ...
Adding content - 3D model from the internet
...? Depending on the model you want you might need to look for it ...uses and this often affects the way in which the model has been pr ...l in your project. You might want to avoid - Models that have ...f the specifications of the hardware involved. You might need to t...
How to use Grove Serial Bluetooth v3.0
...obtaining a copy * of this software and associated documentation ...files (the "Software"), to deal * in the Software without restriction, includin ...nd/or sell * copies of the Software, and to permit persons to who ...m the Software is * furnished to do so, sub...
How to use a relay module
... It is handy when the thing you want to control requires higher po ...ive. Arduino can only give max. 5V and 40 mA. In this tutorial, I ... will use a water pump and a 1-channel 5V relay module as an example, bu ... has different models providing 1/2/4/6/8 channel(s). An 8-channe...
Web App Template for Beginners
...r app to users, ie. clients. If 10 people access your website, th ...ere are 10 frontends in action but only 1 backend. Backend is often built ...hon. Here we use Node.js. Setup 1) Get a code editor if you don’t ...and Express 4) Install Node. 5) Watch videos 12.1. and 12.2. of th...
What is a Raspberry Pi?
... Pi project originally leaned towards the promotion of teaching ba ... in the CTH Raspberry Pi's kit. 1. Screen You can use any screen, ... Pi. Pi 3: standard HDMI port x1 Pi 4 & Pi 5: micro HDMI port x2 3. Mouse a ...t. Raspberry Pi Zero 2 / Pi 3: 5V, 2.5A; Micro USB Raspberry Pi ...
Using L293D IC for motors
What is L293D? The L293D is a 16-pin Motor Driver IC which can ...e speed of the motor. Taking a 12V DC motor for example, we conn ...pin on the Arduino as there are 16 pins you need to connect! Pin ...d control pins on the IC (IC pin1 & 9). Get started This example ...
Using a Sparkfun MP3 Trigger
...fun electronics that provides a way to play MP3 files from a Micro ... SD card via either one of 18 TRIG inputs on the board, or s ...p to 32GB) card formatted in FAT16 or FAT32. After inserting the ...no. EXT: means power via the 2.1mm connector to the left of the ...
How to use a EMG Muscle Sensor
...connection begin Serial.begin(115200); pinMode(13, OUTPUT); } void loop() { ... if(timer < 0) { timer += 1000000 / SAMPLE_RATE; i ...G_THRESHOLD) { digitalWrite(13, HIGH); } else { digit ...alWrite(13, LOW); } Serial.print...
Unity for Beginners Workshop
...d to complete a few tasks: 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 ...s). Task 1 - Installing Unity The followin ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide...
How to connect a Push Button with Digital Input Pull-Up resistor
... the pin is not actively connected to anything (i.e. it’s “floating”). We have another tutorial showing how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components N ...W when pressed (to GND) delay(100); }
Using the serial monitor and serial logger
...quence of binary digits (0s and 1s) that convey information. Ser ...e a seperate USB serial and hardware serial, and you cannot direct ...ly monitor the hardware serial [Serial1] output using this method). Yo ...lotter The serial plotter is a way to visually graph the data bei...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ...o and the matrix. DIN to Pin3 +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ... = cols * rows; int pixelSize = 50; // Adjust this based on your ...
Raspberry Pi Image: Video Looper
...rry Pi Video Looper is a simple way to display seamless looping vi ...ed tutorial for imaging the Pi. 1. Download the Video Looper Imag ...compressed 4K video format on a 1080p HD display. 4. Plug and Pla ...deos again in order repeatedly. 5. Note on Raspberry Pi Monitors ...
Arrays
...in an ellipse function var x = 100; var y = 100; function setup() { cre ... p5 Editor Now what if we wanted to have a lot of circles, l ...iables for every ellipse: var x1 = 20; var y1 = 100; var x2 = 213; var y2 = 209; var x3 = 100;...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...Module 3 Noir on a Raspberry Pi 5, but other Pi like Pi 3 and Pi ... Resolution 12MP (4608 × 2592) Autofocus ...later Requirements Hardware Raspberry Pi (Pi 3 or later)...
How to use a Servo Motor
...gular (Standard) Servo 0°–180° (sometimes 270°) Angul ...we’ll be using the Seeed Studio 16-channel PWM driver for more st ...ending on your needs. Wiring 5V Power Supply on the Left: + ...to 5V - to GND i2C to Arduino on ... the Right: GND to GND 5V to 5V SCL to SCL SDA to SDA ...