Advanced Search
Search Results
163 total results found
(MAC) Automatic printing with Automator
... programming knowledge or don't want to do a lot of coding. One of ...le for other operating systems. 1. Launch Automator Search for "A ...ter Choose the folder where you want to put all your printing file ...and choose the printer that you want to use as the default printer...
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...
What are GPIO pins on Raspberry Pi?
...le, the board pin 8 and BCM pin 14 are referring the same pin. Nu ...nguages and libraries you use. 1. BCM numbering BCM numbering ma ...d on the Raspberry Pi, like GPIO14. It is used in most programmin ...from the top left corner as Pin 1, left to right then next line, ...
An Introduction to 2D in Unity 5
...eate a New Project Open Unity 5 Create a new project: File & ...ect. You can do this one of two ways: Option 1: On the menu bar select: GameOb ...cene Rename the Scene to 'Scene1' and click Save Adding a S ...self using graphics editing software (e.g. Photoshop or Gimp) or y...
Making a website for your HTML, JS, CSS or p5.js files
...something goes wrong, you can always go back to when it did work! ... Step 1: Signing up for GitHub Go to h ...hrough these. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi...
Interactive Projections
...t. This can be done in multiple ways, this tutorial will briefly i ...e here: https://www.youtube.com/watch?v=1Uw21Uw2PWTR_XM&t=529s. Begin by con ...he Threshold value; Ideally you want to get completely transparent ... edges = cv2.Canny(gray_8bit, 1, 5) contours, hierarchy = ...
Position-based Tracking using a Webcam
... object from it's background we want to look for the white pixels ...wn our input's resolution, this way we will have less data to anal ...SOLUTION to be Eighth. Afterwards add a TopTo CHOP to your thr ...the pixels are transparent, and 1s, where the pixels are coloured...
How to set the sound output in Raspberry Pi
...ing Most Raspberry Pis have a 3.5mm audio jack for outputting aud ...low will show you two different ways to set the output device. Met ...hod 1: Use Raspberry Pi Configuration ... dropdown, choose: HDMI or HDMI 1 (depending on your Pi model) Cl ...e end indicates HDMI. 0 = Auto 1 = Analog (3.5mm jack) 2 = HDMI ...
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...
How to get started with Textures and Materials in Spark AR
...ures and Materials in Spark AR Watch this video which explains th ...s and materials in other 3D software like Blender, Cinema4D, and U ..., they probably work in similar ways. However, you should always keep in mind that Spark AR is ... a separate software and might have implemented di...
Using MatrixPortal M4 for animation
... we are using CircuitPython 9.0.5 (11/10/2024), all libraries and code ... bitmap spitesheet. If you just want to test the code, you can dow ...bmp and skip this part for now. 1. Piskel Piskel is a free online ...to 64 x 32 px Draw whatever you want Add new frame and draw until...
Using built-in example code and Reading the hookup diagram
1. Upload example code Open a bui ...choose HIGH, turn it on. delay(1000); delay means whatever you a ... there for this amount of time, 1000 is 1000 milliseconds, which is 1 second. Therefore, the light st ...ays on for 1 second. digitalWrite(LED_BUILT...
Types of Lighting and Lighting Mobility
...ely in a project. There are 5 different types of lights withi ...n Unreal Engine. 1) Directional Lights: Directiona ... across large surfaces, such as walls or floors, and creating soft ... shadows. 5) Sky Lights: Sky lighting in Un ... the lights affect your scene. 1) Static Lights: Static or Non-m...
How to use DFPlayer mini to play MP3
.... DFplayer Mini Wiring VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red wire GND to G ...entiometer Wiring right pin to 5V (Power) middle pin to A0 (Sign ...p3 played, which means the play(1) function will play the first m...
How to Configure a Raspberry Pi for the first time
... on your Pi for the first time. 1. Power up the Raspberry Pi When ...erry Pi does not turn on within 5 minutes, check the status LED, ...ble to access to the internet. 5. Brower Google Chrome and Fire ...start menu. 6. Recommended Software Raspberry Pi comes with many ...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure from ... blink the built-in LED every 0.5 seconds, using the machine libr ... #create LED object from pin13,Set Pin13 to output while True: led.v ...alue(1) #Set led turn on ...
Connecting a Potentiometer
...rge resistive area between pin #1 and #3, the middle pin #2 is ca ...al to the voltage between pins #1 and #3. For example if you have ... Ground (0V) on pin #1, and 5V on pin #3, you could select a ...voltage between 0V to 5V, at the half way the voltage o...
How to connect a Light Dependent Resistor (LDR)
...voltage between Ground (0V) and 5V (VCC). Wiring (1)leg to 5V (Power) (2)leg split to GND vi ...a 10K resistor (2)leg split to A0 ...ad() to get a integer between 0-1023 representing the voltage, wh ...ere 0 is 0V and 1023 is 5V. The code below uses t...