Skip to main content

Questions tagged [input]

Filter by
Sorted by
Tagged with
-2 votes
1 answer
181 views

After researching a solution to a problem I want to solve, I'm hoping the third time posting is a charm. :) I'd like to use an Arduino to control a vintage floppy disk drive. I'm looking to use it as ...
Tuc's user avatar
  • 1
0 votes
1 answer
496 views

I'm trying to use an ISD1820 recording module with the ESP32, except I want to store the recordings and send them over Wifi rather than playing them back. The ISD1820 has an output for an 8-ohm ...
user89016's user avatar
2 votes
0 answers
117 views

my results are here. 0 press--"a" 1st press--"b" 2nd press--"c" 3rd press-- still showing "c" When button pressed 3rd time, It must be repeated to show "a&...
hfsrg's user avatar
  • 39
2 votes
2 answers
107 views

I’ve worked with esp8266/esp32 boards in the past and they were great. But now I have a very simple project where both of these are way too powerful. I want to read one analog input over USB per COM. ...
boop's user avatar
  • 191
3 votes
1 answer
714 views

I'm trying to read an input from a switch but instead of getting 0 and 1 for closed/open, I'm getting 0 and a rapid series of 1s and 0s. Originally I tried (and failed) to simply read a rotary encoder ...
WillM's user avatar
  • 39
2 votes
2 answers
83 views

I have created a code that should print out "Enter true to deactivate alarm" in the serial monitor, then store the user's answer and print "alarm off" if they enter true and "...
Jillian's user avatar
  • 21
0 votes
1 answer
157 views

I currently try to build some Drums for the game Clone Hero. The problem that I have is that I can't use both of my Piezo inputs that I have hooked up at the same time. I have a Arduino Pro Micro and ...
DuddiSuppe's user avatar
1 vote
0 answers
114 views

When I run this script serial communication just stops after a random period of time. There is no error it just stops outputting data and does not respond to inputs in IDE. Does anyone know a fix for ...
kiranmclernon's user avatar
0 votes
1 answer
584 views

I read the Arduino official docs on digitalWrite and am confused about what is happening from an electrical perspective when digitalWrite is invoked on INPUT_PULLUP pins. Say my code says this: ...
rfii's user avatar
  • 170
4 votes
4 answers
3k views

I want to use a switch for my Arduino using digitalRead(), but I keep receiving random inputs. Whenever I connect energy to that pin, it always returns HIGH, but otherwise it goes completely random. I ...
john papp's user avatar
1 vote
1 answer
64 views

I've been learning how to encapsulate my code within functions, and one of the examples I worked on is a simple INPUT_PULLUP button. When I upload the sketch from the arduino website everything works, ...
Zhelyazko Grudov's user avatar
1 vote
1 answer
323 views

I need some help :) Is it even doable? Is there anyone who wants to help me program it? My wish: I want to receive a iphone notification when 1 arduino analog input drop from 5 to 0 volt. Then (...
Joepl10's user avatar
  • 11
0 votes
2 answers
263 views

I have a project having two input status first the input is not continuous the output buzzer relay will be on for 10 seconds and then turned off or it can be off directly by push button the second ...
eng.hamza's user avatar
2 votes
2 answers
6k views

I am making a small project, and for that, I need to measure the time between 2 inputs. basically, a program to measure the time elapsed from when digital pin 2 is high to when it again becomes high.
Chinar's user avatar
  • 21
0 votes
1 answer
237 views

Everything i read about the chinese Digispark attiny85 clones says you can use p0-5 as digitlal I\O (p5 as after fuse reset) Simple test code for a button will not let me use P1 as an input tied to a ...
Glen020's user avatar
2 votes
2 answers
437 views

I'm very new to the Arduino world so bare with me. I would like to plot live data that I receive from my arduino. I use the Serial Monitor to read user input, show text, etc. The only way I found to ...
Luca Rüffert's user avatar
2 votes
1 answer
82 views

I'm writing a choose-your-own-adventure style project for a class project. My Arduino Uno is set up with a 16-digit LCD display and two pushbuttons with pulldown resistors. I'm wanting each function ...
Snyper's user avatar
  • 41
-1 votes
2 answers
54 views

I am using a part off an electronics set I got a long time ago. It is off a electronic set called snap circuits rover deluxe Its a disc launcher and I have wired it to how it seems to want to be ...
DigitalRookie4's user avatar
3 votes
3 answers
7k views

I would like to read the output of an on-off-on switch with my Leonardo board, but I have very little knowledge of electronics and don't know how to wire it up. This is the switch in question: E-...
Boonswaddle's user avatar
1 vote
1 answer
76 views

I would like to exit a particular loop if the state of an input changes from LOW to HIGH. This is the current loop: void brakeFade() { pixels.clear(); pixels.setBrightness(255); pixels.fill(16711680, ...
JabawokJayUK's user avatar
1 vote
2 answers
51 views

I am new to arduino. I have a project in which I need an arduino to generate a +5VDC signal in response to a change of status, (high/5VDC To low/ground) from an external source. The external ...
Randy Anglin's user avatar
0 votes
1 answer
405 views

I’m pretty new to arduino. I need help concerning a project I’m making. I’m using a SPDT slide switch to switch between what code(method) should be executed.i.e when I shift the switch to the left, ...
Brandy's user avatar
  • 33
1 vote
1 answer
53 views

I know the title is phrased terribly, but I'm not sure how to phrase it since I'm not sure of the name. I have a servo, that I cannot connect to, except for the output spine/shaft (physically). I ...
praiseHellRaiseDale's user avatar
-3 votes
4 answers
348 views

The problem here is that I want to connect 5 input buttons to an Arduino but I do not want to utilize 5 input pins of Arduino, is there any matrix like connection using which I can reduce the number ...
Shakti Phartiyal's user avatar
1 vote
0 answers
656 views

I am working with an Arduino nano, and ic2 128x32 OLED display and a 1x4 membrane keypad. Problem is that only one of the 4 pins are detecting the button press. it's not the Arduino, I already was ...
Avi Baruch's user avatar