CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:19:10 GMT
content-type: text/html; charset=utf-8
cf-ray: 965dccd7aa22ea32-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=661bc8ac-3666-4982-a39b-d73d668fb11c; expires=Mon, 27 Jul 2026 17:19:10 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: a60ab516-c6d4-40b3-b01b-3c2250489c06
x-worker-origin-response-time: 466000000
x-dns-prefetch-control: off
set-cookie: prov=661bc8ac-3666-4982-a39b-d73d668fb11c; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=beCexJpTtWo2AJADeHkdwJRhJgsK00T8IsKyDx7v7NA-1753636750-1.0.1.1-6tpU7aqE6kOqnfW6gSTOEDIoy91HYSx7uvudQxN9S2Km7RPXy874JlP._alUuPKcZjUZ3MwgFyHF4yPcqUM4eAuwRWi22LELRyvSitHpnGw; path=/; expires=Sun, 27-Jul-25 17:49:10 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Rnp.3jQzSVgqqmYM1A3oejjB8HHVifX1xXwWn6ZwgJQ-1753636750503-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'pins' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [pins]
"Pins" are like gateways between the Arduino code running on the chip and the components attached to Arduino. It can refer either to the physical connectors on the board, or it can refer to the pins defined in the code.
484 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
78
views
ESP8266 Not Booting Properly on First Power On – Works After Restart
I'm working on an ESP8266-based water level monitoring system using an ultrasonic sensor and an I2C LCD. The problem I'm facing is that sometimes the ESP8266 does not boot properly when powered on for ...
0
votes
1
answer
142
views
STM32 PWM on standard GPIO pins
I'm using an STM32F407ZET6 with the Arduino core support in PlatformIO. CPU has an external 8MHz crystal running at 168MHz. I have a project where I'm already using UART1, I2C1, SPI2 and SDIO (1Hz ...
0
votes
2
answers
58
views
Using TX as gpio, while using RX as serial pin to read data from other uC - Arduino atmega8
I am having a circuit that I am using the RX pin to receive data (int) from other uC (ESP12E) as one way communication, and for the lack of pins I had to use the TX pin as GPIO for a digit of a seven ...
-1
votes
2
answers
290
views
Open drain without pull-up
Looks like I didn't make myself clear, sorry. Update to clarify things / TL;DR version:
4 Arduino UNO pins are connected to respective DE-9 pins, responsible for UP, DOWN, LEFT, RIGHT directions
...
-2
votes
1
answer
141
views
Controlling Vintage floppy drives
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 ...
0
votes
2
answers
366
views
How to Identify pins connected to each other?
There is probably another way to achieve what I want without connecting pins to each other, so I will explain the scenario:
I am trying to build an Arduino based Enigma Machine. The cryptography is ...
1
vote
3
answers
781
views
Confusing Pinouts on MH-ET ATTiny88
I am a little bewildered about the analog pins on the Arduino ATTiny88.
First of all, am I correct in thinking the functions analogRead() and analogWrite() can use either the string A0 - A7 or a ...
-2
votes
2
answers
67
views
Physically passing through a pin to access another [closed]
I would like to know about physically passing through a pin in order to get to another. For instance, if I have a sensor on one side of an ATMEGA328P or ESP8266 (Wemos D1 Mini) yet need to connect to ...
3
votes
2
answers
499
views
Why isn't pin 6 on my Adafruit Feather RP2040 being sent high when I ask it to?
I have an Adafruit Feather RP2040 (pinouts) connected via pin 6 to a relay. The code (below) triggers the relay when a separate color sensor returns "enough" red values.
The color sensor ...
0
votes
2
answers
156
views
Just one more pin!
I have an Arduino project to control a motor's speed at 3 levels, indicated by 3 LEDs, so level 1 is speed 1 and LED 1, and so on for levels 2/3.
Also, I added a low-battery voltage indicator to ...
1
vote
1
answer
81
views
Weird behaviour with BearSSL on GPIO ESP8266
I use GPIO 5 to trigger a relay. My code also connects with a secure MQTT connection for which I have to use the BearSSL certificate definitions.
Without the BearSSL certificates, when the ESP ...
4
votes
2
answers
1k
views
Trying to resolve invalid conversion from 'byte' {aka 'unsigned char'} to
I'm trying to use an existing Arduino library on the Raspberry Pi Pico. The library is here:
https://github.com/j-bellavance/EdgeDebounce/tree/master
It's based on some interesting insight at Jack ...
1
vote
0
answers
87
views
Selecting the Right GPIOs
I've bought this 4 relay ESP8266 board to active lights and window shades.
In an odd way - its relays are not pre-connected to a certain IO's but let you choose which IOs will operate relays (by ...
2
votes
2
answers
484
views
Barebones AVR - Connecting RESET pin to Vcc
I want to build my first barebones AVR circuit.
I plan on NOT having a RESET button. For this reason, is it valid if I connect the ATMEGA's RESET pin to Vcc directly?
What I mean by this, is that in ...
4
votes
0
answers
81
views
Can I use regular pins (Example: D2, A3, etc...) as serial (RX, TX)?
Python/Arduino Beginner here...
I have a DFplayer I am trying to hook to my Arduino and I want to hook it up through the regular pins instead of the RX and TX pins, but I've not been able to find ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 147
programming × 38
esp8266 × 36
arduino-mega × 34
sensors × 32
power × 29
led × 27
serial × 22
i2c × 18
arduino-nano × 18
port-mapping × 18
wires × 16
input × 16
pwm × 15
hardware × 15
digital × 15
interrupt × 14
motor × 14
shields × 14
spi × 14
arduino-ide × 13
nodemcu × 13
relay × 12
voltage-level × 11
atmega328 × 11
more related tags
Hot Network Questions
- Existence of Jordan curves between a compact and an open set
- Lower bound on ratio of expected maxima of i.i.d. samples from distribution on [0,1]
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- Still learning electronics, can you explain this voltage protector failure?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- I don't have enough alive employees to start the day. What now?
- Kepler's first law proof error - can anyone help me see what the error is?
- Moving multiplying cells away
- Sci-fi book where aliens make contact, ask humans to transport themselves to nearby portal
- Anonymizing a submission for double-blind review
- Can expanding foam provide interior strength for a large model?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Is there such a thing as 'aerospace grade software'?
- Confusing/incorrect sentence in proof of Zorn's Lemma in Lang's "Real and Functional Analysis"
- "I met a monk and philosopher." How many people did I meet?
- Are classified documents subject to a subpoena in discovery?
- Statistics – Linear Inference – What is the moment generating function of non-central t-distribution?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Book recommendations for theistic books about God's existence
- Why is 0.0 printed as 0.00001 when rounding upward?
- I don't understand Photos Library.photoslibrary
- What Isp can be gotten from a napthalene (mothball) hot gas thruster? Did it work in space?
- What is the meaning of 'Tel.......,qui......'
- Heretofore I think I have been using 'heretofore' incorrectly