CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 20:38:30 GMT
content-type: text/html; charset=utf-8
cf-ray: 965ef0d82dd99ac4-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=5232ae01-bc00-49c9-9764-0abb667da6d3; expires=Mon, 27 Jul 2026 20:38:30 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: 3469945f-1caf-41c5-b635-dba6ca33c9fc
x-worker-origin-response-time: 479000000
x-dns-prefetch-control: off
set-cookie: prov=5232ae01-bc00-49c9-9764-0abb667da6d3; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=75p0ck2ZaouP4ZNcXTxC6QJEnrzkPxMdIrjkNEDXDDA-1753648710-1.0.1.1-L98UOq2wnFLb0oEf1K7T1JTsqnX4s6ECOBm6CY4gnmgNNAs_z6vQu1DvopIRBGiUz4DrhW48jyEwDvQCMi9hXU25PD47xW6I2QETqoQCSqI; path=/; expires=Sun, 27-Jul-25 21:08:30 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=3tudk7NyNVpNOU8pMkJQOTVnQLYia2uGwe0U_gmMLTk-1753648710918-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
712
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
130
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
- Algebraic independence of even polynomials
- What does "enter the hold at arden" mean
- Book recommendations for theistic books about God's existence
- Forces applied to a car hood while driving
- Not your ordinary affix riddle
- Alternative to tedious assert-rewrite for trivial operations?
- Is this a violation of open source?
- Easy ways to draw vector diagrams in TikZ?
- rock paper scissors game with randomized system choices. NOT using rnd()
- Can Spi flash memory's contents be corrupted from heat?
- How can I turn the text in a PNG file back into text layer?
- How to extend an MDF shelf?
- When was the last time all humans were on the ground not in the air?
- When was thermal expansion in solids first described?
- Still learning electronics, can you explain this voltage protector failure?
- What is the parity of a neutrino?
- How should one pronounce plural French-derived German words?
- How to avoid aligning the top of nested braces in cases environment?
- Civilian airplanes with inside fuselage jet engines
- How many simple groups are there of a given infinite cardinality?
- 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?
- Source for Adam naming the angels
- Meaning of 芭蕉 in Tang age
- Existence of Jordan curves between a compact and an open set