CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:45:43 GMT
content-type: text/html; charset=utf-8
cf-ray: 965efb654f7b343c-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=52c5946c-0f6b-4ff2-b756-9926ce997322; expires=Mon, 27 Jul 2026 20:45:42 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: 61a5922d-944c-4cdf-b5c8-f20e6275c549
x-worker-origin-response-time: 460000000
x-dns-prefetch-control: off
set-cookie: prov=52c5946c-0f6b-4ff2-b756-9926ce997322; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=k0VlTySTCUwM_rjE8EXrmVbXKMHdyvNlt6VQJ4kaBHg-1753649143-1.0.1.1-LC7.rTdtrc3BZe.YfpQWRjHxQ6MUqn7vzaE.IjJFVRWHGP6VLZn_E5FyEd6oYaLZ2UKPA43aZhSZEBuvdHtCBx4CfvbOAhKOVY5xbxGZ9Us; path=/; expires=Sun, 27-Jul-25 21:15:43 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=FdYDIPUcBOqWRVjhl11SebZLiVpsWxZItKrESKj0Gm4-1753649143076-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
- Dynamics from iterated averaging
- Partitioning heaps - Why?
- How to navigate in the Universe's Heat Death
- Story that taught cryptography in the form of a manga
- Measuring position on a system of identical particles
- Meaning of 芭蕉 in Tang age
- A national poll of 1000 French returns 25% of "Yes". Is it enough to say that it's quite impossible locally to be 0%, if we don't know the variance?
- Will an error in two of my published papers affect my PhD thesis evaluation?
- How many simple groups are there of a given infinite cardinality?
- Algebraic independence of even polynomials
- Translation of "mode"
- Why is 0.0 printed as 0.00001 when rounding upward?
- Film or TV series about powerful man who is banished, fishes beings he creates from ponds
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- What is the best interpretation of Psalm 6:4? Does "Turn" or "Return" capture the intended meaning?
- Time Machine backup disk not writeable any longer
- Class for validating code in different Conda environments with PyTorch
- Why is time reversal not a natural part of the Galilean group?
- “Unclear step in a math book for entertainment”
- "I met a monk and philosopher." How many people did I meet?
- I don't understand Photos Library.photoslibrary
- Alternative to tedious assert-rewrite for trivial operations?
- How to extend an MDF shelf?
- A word with five hundred of a single alphabet? That must be a myth.