Skip to main content

Questions tagged [arduino-setup]

Filter by
Sorted by
Tagged with
12 votes
2 answers
25k views

Yeah yeah, I know people ask this type of thing a lot, but I couldn't find an answer anywhere. I understand that you can have multiple .ino files in one sketch, but I don't just want functions and ...
Levi Lesches's user avatar
1 vote
1 answer
628 views

This question is similar to another question, but I have added more details. See: MKR GSM 1400 Works only when connected to computer. I have designed and built a custom board into which I plug an ...
Gineer's user avatar
  • 135
1 vote
2 answers
714 views

I am try to build this AC-DC meter, the code original used default A3 as input, how can change the input on A0? the link: https://simple-circuit.com/arduino-autoranging-ac-dc-voltmeter-with-trms/ ...
oldbin's user avatar
  • 11
1 vote
1 answer
445 views

Disclaimer: I have no connection to adafruit. A friend and me want to build a little project. We want to connect an arduino to a thermal printer and then print out little fortune-cookie like messages,...
Cedric Jansen's user avatar
0 votes
2 answers
108 views

I may have bricked my Arduino Pro Micro by writing a broken code into the setup() function. When I plug my Pro Micro into my PC, I see it register a COM port for a brief moment before it disappears. ...
Bo Thompson's user avatar
0 votes
1 answer
420 views

Below is the entirety of my prototype code, the cycling of pin 13 is what I use to confirm the board is restarting. The board resets continually on this implementation of initialising the interrupt. ...
J Collins's user avatar
  • 295
0 votes
3 answers
445 views

I'm trying to get an arduino to generate a random pattern in a neopixel grid every time you restart it. But I only get the same number sequence generated each time. What I'm doing wrong? Here's the ...
miss_n's user avatar
  • 101
0 votes
1 answer
1k views

I am trying to use the Arduino as a switch for an external circuit. I first thought about using a shift register, but this wont allow me to switch the external circuit. Here is a little sketch of ...
Tom's user avatar
  • 103