Advanced Search
Search Results
156 total results found
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 the Raspberry Pi display a web page fullscreen at power on
...i/full-screen.sh sudo chmod +x full-screen.sh full-screen.sh ... export DISPLAY=:0.0 xset s off xset -dpms xset s noblank chromium-browser ...ktop Entry] Type=Application Exec=/home/pi/full-screen.sh Hidd ...en=false X-GNOME-Autostart-enabled=true N...
How to create 360 Video for the Igloo system
...teps will be using an Insta360 X2 camera. You can recreate the s ...ferent when using different hardware. Step 1 Set up your 360 ca ...ecord in atleast 4K 30FPS but always choose higher if possible. Pr ...ill be finally displayed at a maximum of 30 FPS. Step 2 Remember...
Creative Coding 101
The slides for Introduction to Creative Coding are attached as a file on the left of this page!
How to use a relay module
... It is handy when the thing you want to control requires higher po ...n give. Arduino can only give max. 5V and 40 mA. In this tutorial ..., I will use a water pump and a 1-channel 5V rela ...y module as an example, but it can be applied to ...odel, and they have their own maximum voltage and current ratings...
Unity for Beginners Workshop
... 1 - Installing Unity Task 2 - Watch and follow the video tutoria ... and prepare all the assets you want to use (Images and sound file ...nstalling Unity Task 2 - Please watch the Unity for Beginners vide ...le 3D objects for the floor and walls, we recommend creating a bas...
Variables
...d running it: print(1 + 1) As expected, Python tells us that 1 + ... result of 2. However, you may want to use a certain value more t ...tion. Imagine them as labeled boxes where you can store different ...o integers like we did before, except this time we are able to st...
How to use DFPlayer mini to play MP3 without Arduino
... Arduino UNO or any other with RX/TX capabilities. Know More Thi ...001.mp3. You can download our example-sounds.zip Connect the mod ...ention! If you are using Mac OS X to copy the mp3, the file syste ...iles like: "._0001.mp3" for index, which this module will handle ...
How to Use Arduino as a Keyboard or Mouse
...l, sans-serif; margin: 40px; background: #f5f5f5; ... } h1 { text-align: center; } table { wi ...dth: 100%; border-collapse: collapse; ... background: white; box-shadow: 0 2px 8px rgba(0,0,0,0.1); } th, td { ...border: 1px solid #ccc; padding: 12px; ...
What are GPIO pins on Raspberry Pi?
... Board and Boardcom (BCM). For example, the board pin 8 and BCM p ... as Pin 1, left to right then next line, and the bottom right wil ...can also use a jumper cable to extend all pins to a breadboard. ...ferent libraries but doing the exact same thing. 1. gpiozero The ...
Touch sensor - Using an MPR121
...ochip formerly manufactured by NXP, now under Resurgent Semicondu ...itive touch is relatively complex to understand but fundamentally ...r can detect when you are in proximity or actually touching the e ...nd the end of the wire. If you extend a wire from the electrode, ...
Raspberry Pi Image: Retropie for Reviving Vintage Games
...l OS, you can install it on an existing Raspbian, or start with t ...ie image and add additional software later. It's up to you. We are ...ccordingly, one by one. If you want to skip any button configurat ...ulators require different file extension so the ROMs can be read ...
How to use DFPlayer mini to play MP3
... Arduino UNO or any other with RX/TX capabilities. Know More Wiring ...ng up the sensor is quite complex, the pins are not labelled so y ...Mini Wiring VCC to 5V (Power) RX to D2 via 1K resistor TX to D3 SPK_1 to Speaker(+) red w ...SD card. You can download our example-sounds.zip Connect the mod...
Understanding Arduino software
1. Download the software Go the the official site and ...dowaload the 1.8.XX version! The latest version, 2. ...3.X, is not currently supported by ...opment, so you may encounter unexpected errors. For the time bein ... to tell Arduino IDE which one exactly we are using. The one you ...
Arduino Nano 33 Sense Rev2
...ly:Arial, sans-serif; margin:20px; background:#fafafa;} table ...{border-collapse:collapse;width:100%;background:#fff;} th,td{p ...adding:10px;border:1px solid #ddd;text-align:left;font-size:14px;} th{background:#f0f0f0;fon ... IMU LSM9DS1 (9-axis) BMI270 (6-axis) + BMM1...
Using built-in example code and Reading the hookup diagram
1. Upload example code Open a built-in example, Blink, and upload the cod ... a lot of light grey coloured text, those are comments, not code. ...ill become a comment as well. Next, you will see two main parts, ...choose HIGH, turn it on. delay(1000); delay means whatever you ar...
How to use a Servo Motor
...al.begin(9600); servo.init(0x7f); } void loop() { // Dri ...o.setAngle(i, 0); delay(1000); servo.setAngle(i, 9 ...0); delay(1000); } } Getting started - ...tion direction and speed — for example, 0 means full speed clockw...
Using Arduino Leonardo to send USB MIDI data
... applications like MadMapper, Max and Ableton Live. In order to u ...ion of the basic MIDIUSB write example, by wrapping the noteOn an ... void setup() { Serial.begin(115200); } void loop() { Serial. ...city MidiUSB.flush(); delay(1500); // controlChange(0, 10, ...