Advanced Search
Search Results
185 total results found
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 ...
Importing 3D content from different sources
Using MatrixPortal M4 for animation
...cus on creating an animation to display on a 64x32 matrix. Circui ... are using CircuitPython 9.0.5 (11/10/2024), all libraries and code ...d or some other layout. These individual sprites can represent var ... bitmap spitesheet. If you just want to test the code, you can dow...
Variables
... ints. Consider a basic task: adding two whole numbers using Pytho ....py" file and running it: print(1 + 1) As expected, Python tells us ...that 1 + 1 gives a result of 2. However, ...you may want to use a certain value more t ...beled boxes where you can store different types of data. This data...
Building for Android Touchscreen Display with Phone OS
...es to thumb drive and plug into display. Open File Manager on display through settings and open ...e to the storage of the android display. It will have to be in the correct folder which is inside Android>OBB>com.something App should run from homepage.
Adding content - 3D model from the internet
...eated for use in video games, medical animation, architectural vis ...el are you looking for? Depending on the model you want you might need to look for it ...l stock models for a variety of different uses and this often affe ...cts the way in which the model has been pr...
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 make Animation on NeoMatrix
... +5V to 5V GND to GND Library WarningDownload version 1.9.0 or below of Adafruit Neopix ...started The example shows the upward arrow first and then the anim ... colour-changing pattern. The upward arrow is for identifying the ... a USB power supply (500mA) for 12x12 pixels. #define BRIGHTNESS ...
Arrays
...tion : The What and the Why In order to understand why So far we've ...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 = ...
How to use MatrixPortal M4
.... It is equipped with an ATSAMD51 microcontroller (Cortex M4) and ...al M4: Microcontroller: ATSAMD51, Cortex M4 processor running at ... 120 MHz. Coprocessor: ESP32 handl ...network communication. Memory: 512KB of RAM, 8MB of QSPI flash st ... without needing additional hardware. Power: Can be powered via US...
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...
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...
Unity for Beginners Workshop
...ng 3D environment. Before attending the workshop, you will need t ...o 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...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...th the RetroPie image and add additional software ware later. It's up to you. We are ...ed tutorial for imaging the Pi. 1. Using Raspberry Pi Imager Ra ...buttons on your controller accordingly, one by one. If you want to skip any button configurat...
How to use DFPlayer mini to play MP3
...module with a simplified output directly to the speaker. The modul ... VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red wire GND to G ...ND (Ground) File handling The order you copy the mp3 onto the micro ... SD card will affect the order mp3 played, which means the pla...
How to use a relay module
...by a signal between low-powered digital electronics and high-power ... It is handy when the thing you want to control requires higher po ... In this tutorial, I will use a water pump and a 1-channel 5V relay module as an e ...one you have. Relay module has different models providing 1/2/4/6...
How to make Animation on NeoMatrix with Processing
...8x8 Adafruit NeoMatrix. Wiring WarningIf you have a bigger matrix ...d with Arduino and the matrix. DIN to Pin3 +5V to 5V GND to GND ... Library WarningDownload version 1.9.0 or below of Adafruit Neopix ... matrix so that the x and y coordinates sent from Processing can b...
How to control Arduino without using delay()
...e the FireTimer with a delay of 1000 milliseconds ledTimer.begi ...n(1000); } void loop() { // Chec ...the code to keep the LED on for 1 second and off for 2 seconds us ...eTimer with an initial delay of 1 second (LED ON duration) ledT ...imer.begin(1000); } void loop() { // Chec...