CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:43:56 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c39acbe52741b-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=2f5d8703-9789-4317-b711-0ca871fde42e; expires=Mon, 27 Jul 2026 12:43:56 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: 789bf523-7edb-4a27-b7ea-48aa60e68fe9
x-worker-origin-response-time: 432000000
x-dns-prefetch-control: off
set-cookie: prov=2f5d8703-9789-4317-b711-0ca871fde42e; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=WSQlaKVgZEUZ8o3oOkkOJdx7aVH6OTQRkiAtIqbLOiU-1753620236-1.0.1.1-vMDcoYjQ.J0rf_BwKARAwfGqIqKZzovcQjEBsYCsW2UzIg1y9hiHaMKFYmd0LHBmY7YBczIB2_yU2V3Q9CShGm4yAG5.As0E4hUqPTGir0E; path=/; expires=Sun, 27-Jul-25 13:13:56 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=cZ6nL6X356_FQoQstjD6vDY1vMH1tvvGZAtZ_FulVw4-1753620236735-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'spi' 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 [spi]
Serial Peripheral Interface. Allows full-duplex serial communication from a master device to one or more slave devices arranged on a bus. Sometimes referred to as a 4-wire bus.
510 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
80
views
How to setup the configuration (User_Setup) of TFT_eSPI for ILI9225 176x220 TFT with esp32?
I was trying to interface my 2 inch 176x220 reslolution tft display having a ILI9225 driver with esp32 using TFT_eSPI library.This is the User_Setup file of the TFT_eSPI library, i edited this to ...
0
votes
1
answer
400
views
Set SPI Mode on Arduino Uno R4
I am switching a code from Arduino Uno R3 to Arduino Uno R4 Wifi due to the limitation of RAM spaces on R3. I use a thermocouple shield and SD Card read/write shield with the project, which requires ...
1
vote
0
answers
66
views
SB Components Micro RP2040 and ST7789 2.4 TFT LCD SPI display not working together using any library
I have a Micro RP2040 board from SB Components. Link to this product
With this I also have a 2.4 inch SPI TFT LCD screen with an ST7789 controller Link to the screen, it's on that page just scroll ...
0
votes
1
answer
273
views
P10 LED Display Character Overlaying with DMD library
Hi, I am using p10 Led display and trying to make digital clock. it works fine but after 2 or more weeks later without any switch off there is a overlaying start on characters. why this happening I ...
-1
votes
1
answer
174
views
How do I fix display showing random pixels on ST7789V2 LCD Module?
Problem Description:
I’m trying to interface a Waveshare 1.69-inch LCD module (ST7789V2 driver, 240x280 resolution) with an Arduino UNO board. I’ve connected all the necessary ports as per the ...
0
votes
1
answer
277
views
Change MKR Zero SD SPI Pins
I have been trying to learn more about using the ATSAMD21 MCU with Arduino. I designed and assembled a bare bones breakout board and have successfully flashed the MKR Zero bootloader and uploaded ...
0
votes
0
answers
42
views
Custom PCB based on the Adafruit PyBadge with Multiple SPI interfaces for SD Card and other devices
I'm currently working on a tracking device with multiple sensors on a custom PCB. The device uses Narrowband LTE, SPI flash, and an SD card, all managed by an ATSAMD51J19A microcontroller. To ...
2
votes
1
answer
121
views
L9780 and SPI communication
I'm working on a program to interface with a development board I spun for an L9780 - wideband oxygen controller IC. At this point, I'm trying to get a consistent "status" read back but ...
3
votes
1
answer
114
views
Connecting 3x 0.91Oleds (Using a TCA9548A 8-channel multiplex) and 1 1.51 Inch Transperant SPI OLED
As the title suggests, I have an Arduino Nano connected to a multiplex (which is connected to 3x 0.91 OLEDs) and an 1.51 inch OLED connected through an SPI.
The problem is that they just refuse to ...
0
votes
0
answers
711
views
ESP-C3 Super mini MAX98357A and SD Card Reader together
After a lot of research and minimum results about pin mapping and particular specific configurations for SPI and I2S on ESP-C3, i about to give up on this.
I have recently bought ESP32-C3 Supermini ...
0
votes
0
answers
109
views
0
votes
0
answers
134
views
Data constant and always zero from the ADXL345 accelerometer with ESP32 using SPI
I am trying to get data from an ADXL345 accelerometer using an ESP32 via SPI communication. I have configured my code following the ADXL345_WE library specifications and have verified the hardware ...
1
vote
0
answers
129
views
Deciphering AD7730 outputs
I am currently working with a AD7730 chip for analog-digital conversion. The chip is programmable, and I have been pulling code from GitHub as well as other links.
I am unfamiliar with SPI (the ...
1
vote
0
answers
175
views
Issue with multiple RC522s connected to Arduino Uno
THIS IS NOT A DUPLICATE QUESTION. My main problem is that whenever I
attach the third RC522, the whole system becomes unstable. When I
attach the fourth, suddenly one or two of the modules stop ...
2
votes
2
answers
1k
views
ESP32 SPI Mutual Communication
I have two ESP32 cards. I want to set one of these cards as Master and the other as Slave and communicate via SPI. I have done this before on Arduino Uno, but I cannot do this on ESP32.
Below are my ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 134
arduino-mega × 54
sd-card × 50
arduino-nano × 36
esp32 × 36
i2c × 35
arduino-due × 30
adc × 27
nrf24l01+ × 26
communication × 25
serial × 22
esp8266 × 19
rfid × 17
sensors × 16
arduino-ide × 16
display × 16
programming × 15
c++ × 14
pins × 14
tft × 14
interrupt × 13
atmega328 × 12
ethernet × 12
adafruit × 12
shields × 11
more related tags
Hot Network Questions
- Shared-Memory Queue Implementation in C
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- Can I switch the stand on my Apple Studio Display?
- Story that taught cryptography in the form of a manga
- Symbols for A.P. Morse's book in Set Theory
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- What is the citation for Augustine's "consensus, non concubitus..."
- Are you required to protect trade secrets revealed to you even if you didn't sign an NDA?
- About Harp Pedaling for a Pentatonic Glissando
- JK flip-flop timing diagram: is Wikipedia correct?
- Why am I winning always? A coincidence perhaps?
- Balancing a Holy Water Bomb
- Why are police personnel of all ranks called officers?
- Why is time reversal not a natural part of the Galilean group?
- How much of a really big a spaceship could a nuke take out?
- What's the difference between an eVisa and ETA travel authorization?
- rock paper scissors game with randomized system choices. NOT using rnd()
- What is the meaning of 'Tel.......,qui......'
- What is the best way to bevel these corners without these deformations showing?
- When did the OEIS get even better?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- How to put commutative symbol in a commutative diagram?
- "I met a monk and philosopher." How many people did I meet?
- Is there such a thing as 'aerospace grade software'?