Advanced Search
Search Results
116 total results found
Arduino Nano 33 Sense Rev2
...amily:Arial, sans-serif; margin:20px; background:#fafafa;} tab ...amily:Arial, sans-serif; margin:20px; background:#fafafa;} table{border-collapse:collapse;width:100%;background:#fff;} th,td{padding:10px;border:1px solid #ddd;text-align:left;fo...
Using a Monochrome 1.3" 128x64 OLED display
...CL) // On an arduino MEGA 2560: 20(SDA), 21(SCL) // On an arduino ...0x00, 0x08, 0x00, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x00, 0x0 ...0x00, 0x0f, 0xe0, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x08, 0x00, ...0x00, 0x30, 0x1c, 0x00, 0x00, 0x20, 0x00, 0x00, 0x00, 0x08, 0x00, ...
Accessibility Statement
...s accessible as possible and we want as many people as possible to ...te using speech recognition software listen to most of the websit ...accessible to screen reader software old video content is missing ...accessible to screen reader software or using just a keyboard Fee...
How to use MatrixPortal M4
...Cortex M4 processor running at 120 MHz. Coprocessor: ESP32 handles ... without needing additional hardware. Power: Can be powered via US ...sing CircuitPython 9.0.5 (11/10/2024), all libraries and code used ... by Adafruit, optimized for hardware projects like controlling sen...
How to use Raspberry Pi Camera Module 3
...ra Module 3? This tutorial will walk you through setting up and us ...later Requirements Hardware Raspberry Pi (Pi 3 or later) ...upply & HDMI or SSH access Software Raspberry Pi OS Bookworm (64 ...the Ethernet port, metal pins toward HDMI. Insert the ribbon cable...
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! ...e. Very important!!!1!!1! The way that GitHub pages work is that ...). For instance, if my username was 'jonny' my GitHub pages URL wi ...uld see the below page. What we want to do is click the link that ...
How to use a relay module
... 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 rela ... 1 channel relay to control one water pump. Labels on a Relay Modu ...- pin 3 NO - red(+) wire of the water pump COM - red(+) wire of ba...
How to control Raspberry Pi Pico via Wifi
...ome a ubiquitous and convenient way for people to access the inter ...l, something like ip = 10.3.15.120 open up a web browser go to ht ...p> </body> </html> """ max_wait = 10 while max_waiwait > 0: if wlan.status() < 0 ...s() >= 3: break max_wait -= 1 print('waiting for c...
How to control Arduino without using delay()
... } else { ledTimer.begin(2000); // LED is OFF for 2 seconds ...tors, like giving each person a watch and ask them to action based ... on their own watches. Wiring There are three wi ...) to PWM Digital pin (D3), via 220Ω resistor Code In this code w...
AR with Unity - Step #2 - Unity project setup
...g-in (already included in Unity 2019.2.0f1) is a quite straight fo ...rward 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, please cl...
Using MatrixPortal M4 for animation
...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 64 x 32 px Draw whatever you want Add new frame and draw until ... Code # SPDX-FileCopyrightText: 2020 John Park for Adafruit Industri...
Hello World
...t the "type" of Python file you want PyCharm to create. For this e ...print(), we provide the text we want Python to print. This text mu ...ere you can type what it is you want to print. In this example, I waited until I had typed out "prin ...own PyCharm's list of potential ways for completing your code. No...
How to use DFPlayer mini to play MP3
...e sure you are using .mp3, not .wav or any other audio formats. #i ...nclude "SoftwareSerial.h" #include "DFRobotDFP ... // Connects to module's TX SoftwareSerial softwareSerial(PIN_MP3_RX, PIN_MP3_TX) ...al port for DFPlayer Mini softwareSerial.begin(9600); // Star...
Audio in Touchdesigner & Receiving data from Arduino
...manipulate the Frequency of our waveform, from the Audio Oscillato ... super insightful TD meet up in 2020, where he share some files and ...rocess: https://www.youtube.com/watch?v=Xajdyh7kspk. VSTs are virtual audio-synthesisers that allow you to easily...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and represents a departure from the traditional single-board computers (SBCs) that the Raspberry Pi Foundation is known for, such as the Raspberry Pi 3 or 4. Instead of being a full-fledged comp...
How to get started with Face Tracking in Spark AR
Face Tracking in Spark AR Watch this video which explains the basic features of the Face Tracker in Spark AR. There are multiple different starter templates in Spark AR that make use of face tracking. To make your development easier, choose a template t...
How to get started with World Effects in Spark AR
World Effects in Spark AR Watch this video which explains the basics of World Effects in Spark AR. There are multiple different starter templates in Spark AR that make use of world effects. To make your development easier, choose a template that is most...
Using a TCS34725 RGB Color Sensor
...EONARDO, the SDA pin is SDA(pin 20) and SCL pin is SCL(pin 21). No ...15. port = new Serial(this, "COM20", 9600); "COM20&qu20" is the name of the serial port ...puter is different. Replace "COM20" with your own port name. For me, my port name is "/dev/cu.usbmo...