Advanced Search
Search Results
167 total results found
How to connect a Push Button with Digital Input Pull-Up resistor
... how to use a button the normal way. Advantage of using a button t ...his way Fewer External Components No need for a ...n external resistor—the internal pul ...pull-up enabled Serial.begin(9600); } void loop() { int butt ...W when pressed (to GND) delay(100); }
Adding content - 3D model from the internet
...ies where you can download pre-existing 3d models for use within ...tc. Paying for models is very expensive and we strongly recommen ...? Depending on the model you want you might need to look for it ... vegetation, or characters for example. A list of libraries and ...
Touch sensor - with No Sensor!
...uch Sensing: acute touch and proximity. Library ADCTouch will be ... the best accuracy without ANY external hardware. CapacitiveSensor library wil ...l be used for proximity and/or acute touching. How ...essing times #define RESOLUTION 100 #define SMOOTH 100 // determi...
How to control Arduino without using delay()
...y. Replace delay() There is an example that is modified from the ...built-in example Blink code which demonstra ...e the FireTimer with a delay of 1000 milliseconds ledTimer.begin ...(1000); } void loop() { // Check ...D ON duration) ledTimer.begin(1000); } void loop() { // Check...
How to use a Heart Beat Sensor
...ND (Ground) Get Started This example will print the BPM on the ... signal crosses the threshold upward (beat detected) if (Signal ...t (no interval yet) BPM = 60000.0 / delta; // 60000 ms per minute Serial. ...ck below threshold, reset for next detection if (Signal < Thres...
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...
What is a Raspberry Pi Pico?
...the Raspberry Pi Foundation. It was announced in January 2021 and ...Pico is a microcontroller board designed for embedded projects and ele ...aspberry Pi. The Pico includes 26 programmable general-purpose in ...the Python programming language designed for microcontrollers. It also...
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...
Using AVR ISP MKII to upload firmware to Arduino
...hip) AVR microcontrollers. It's designed for developers and hobbyists ...to upload firmware to AVR-based chips directly o ... Arduino UNO (re-upload the firmware to the ATmega328P chip on UNO ...Arduino Leonardo Arduino Mega 2560 However, it is not compatible...
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 7-Segment LED Backpack
... version of the LED backpack is designed for these big bright 7-segmen ...ng an I2C constant-current matrix controller sit neatly on the ba ...dim' the entire display from 1/16 brightness up to full brightnes ...s in 1/16th steps. It cannot dim individu...
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; ...
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! ... homepage. There will be a few extra forms when you signup, you c ...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...
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 ...