Advanced Search
Search Results
215 total results found
Week 1 - Coordinates, shapes and colour
Outcomes Set up development environment Und ...erstand the principles of locating points ...on screen Drawing shapes Understanding additive col ...debugging and logging Animate shape or colour using variables ...What is p5.js? During this series...
How to use DFPlayer mini to play MP3
What is a DFPlayer? Replacing D ...Fplayer Mini Since this old model is not the most stable and many random pr ...countered, we are going to use the new model - DFPlayer P ...ro instead. The DFPlayer Mini MP3 Player For A ...ll and low-priced MP3 module with a simplified output directly to...
How to use MatrixPortal M4
What is MatrixPortal M4 The MatrixPortal M4 is a developme ...LED matrices. It is equipped with an ATSAMD51 microcontroller (Co ...rtex M4) and has built-in Wi-Fi support thanks to the ESP32 coprocessor. Here are some key features of the MatrixPortal M4: Microcontrol...
How to use a relay module
What is relay? A relay is a switch that opens or closes electrical ci ...rcuits when activated by a signal between ...powered digital electronics and high-powered devices. It is handy when the thing you want to control requires higher power (voltage/current) th...
How to export your p5.js as a video
How to Video Capture your p5.js S ...ketch If you're creating a piece of t ...ime-based work in p5.js you may want to capture the canvas as a video. For example ..., if you have a generative design that evolves over time, or an anim ...ation sequence. In this tutorial you will learn how t...
How to use a Servo Motor
What is a Servo Motor? A servo mot ...or is a rotary actuator that allows for precise control of ...mmonly used in robotics, CNC machinery, conveyor belts, and vario ... by receiving a control signal that represents a desired output p ...rnal feedback system to adjust the motor’s movement accordingly. ...
How to control Arduino without using delay()
What is a delay()? We have a tutorial about delay() and ... how to code without using it. Here we will try to simplify the process using the FireTimer library. Replace del ...ay() There is an example that is modified from the built-in example Blink code wh...
Adding content - 3D model from the internet
There are many online libraries where you can download pre-existin ...g 3d models for use within your project. The libraries range from online re ...c institutions to marketplaces where 3D artists can sell models they have created for use in video gam...
How to create 360 Video for the Igloo system
This guide will show you the steps needed to create 360° vi ...deo for the Igloo system The following steps will be using ...60 X2 camera. You can recreate the same steps with any 360° camera of your choice. However, some steps or details ma ...y be different when using different hardware. ...
Combining codes & circuits
1. Combining the Code Arduino can only accept o ...ne code at one time. If we want it to do multiple things at the same time, we have to combine everything into one single code. The below demonstrate how to merge the Blink code and the distance sensor simple code fr...
Steam VR setup Tutorial #1 - Player camera setup
Aims This tutorial aims to get you star ...ted using Unity and HTC VIVE HDM (Head Mounted Display) Using Steam ... VR 2.2 plugin. Please notice that this is the first of a series of tutorials ... focused on enabling the use of HTC VIVE devices, each ...
How to use a Bare Conductive Touch Board with Arduino
What is the Bare Conductive Touch Board? The Bare Conductive Touch Board is a board made by Bare C ...onductive. The Touch Board has 12 capacitive electrodes that respond to a touch. These electrodes can be extended w ...ith conductive materials, like Elec...
How to control Raspberry Pi Pico via Wifi
What is Wifi WiFi, short for Wireless Fidelity, is a ...technology that enables devices like smartphones, laptops, and other electronic gadgets to connect ... to the internet or communicate with each other without the need for physical cables. It operates by us...
How to use 7-Segment LED Backpack
What is 7-Segment LED Backpack? This version of the LED backpack is designed for these big bright 7-segment displays. These 7-segment displays normally ...require 13 pins (5 'characters' and 8 total segments e ...ach) This backpack solves the annoyance...
Web App Template for Beginners
Start with this one. Learn to build a local w ...eb app that you can modify in your future ... projects. Background Each web app has a frontend and backend. Front ...user’s own computer. P5.js sketches are frontend. Backend is behind-the-scenes code that runs on...
How to send data to p5.js from Arduino
What is the Serial Communication? Serial c ...ommunication is the process of sending data one bi ...entially, over a communication channel or computer bus. Simply pu ...t, serial communication is the communication between two or m ...ore computers with binary data. In this tutorial, ...
DFRobot Sensor Testing: HX711 Weight Sensor, Voice Recorder Module Pro, Speech Synthesis Module V2
...w DFRobot sensors by following their tutorials. Before you jump i ...nto using these sensors, we have some tips for you. HX711 Weight Sensor This sensor can measure weight up to 1kg, and is compatible w ...ith Arduino, micro:bit, ESP32 and R ...ion. You will need to install the library DFRobot_HX711_I2C libr...
Using a HC-SR04 distance sensor
What is the HC-SR04? The HC-SR04 is a ultrasonic distance ... to send out a ping and measure how long the sound takes to come back, exac ...tly like bats use to fly in the dark. The sensor works between 2-400cm however if the ping sound is reflected away f...