CARVIEW |
Select Language
HTTP/2 200
date: Tue, 26 Aug 2025 04:09:14 GMT
content-type: text/html; charset=utf-8
content-encoding: gzip
cf-ray: 975078f72af9cb77-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=ed25adc9-2e9d-4849-860b-c69cfa0a8a80; expires=Wed, 26 Aug 2026 04:09:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
set-cookie: prov=ed25adc9-2e9d-4849-860b-c69cfa0a8a80; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=VNQp8Yl_MstgL9QG.hNfxD2F4rId2wzQFc15JkQvGDY-1756181354-1.0.1.1-h1_HEqvXrk1zvaXmqkUtkoDhSPQyXgsgKKG21nAuBWRBPxEY5c07PZJqQpViwSlaFGqUlyk_w9yz2uKLJ._62xA_Vy7gcXYkN0nLpQiu_IE; path=/; expires=Tue, 26-Aug-25 04:39:14 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=tGuoivQajlskF5moj3BFuL4Yv8qrwnLauIouNRy5Y8E-1756181354411-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
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: 768d2082-040d-430a-9c1a-624e57626369
x-worker-origin-response-time: 288000000
x-dns-prefetch-control: off
server: cloudflare
Newest 'i2c' Questions - Raspberry Pi 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 [i2c]
I²C stands for Inter-Integrated circuit, and is a data transferation system that allows connections between computers or microcontrollers and low-level peripherals (e.g. sensors or EEPROMS). It is a multi-master, multi-slave, single-ended, serial computer bus.
813 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
49
views
OV5647 not detected via I2C despite overlay enabled
Body:
I'm trying to interface an OV5647 camera module with my Raspberry Pi 3B+ running Raspberry Pi OS Lite.
My setup:
I²C bus: 10
OV5647 address: 0x36
Reading registers: 0x300A (chip ID high), ...
0
votes
0
answers
21
views
Loading I2C driver fails and kills bus
Summary
I have a b2qt yocto image using Qt6 built for CM4 and CM3. For the CM4 the driver works fine. For the CM3 the driver either fails to load or jams the bus resulting in i2cdetect showing all ...
0
votes
0
answers
45
views
PanTiltHat and i2c failing
I have a PanTilt Hat powered by two servos over i2c. The example code below works fine and the hat mechanism will move smoothly for many minutes until ended by being terminated using Ctrl-C from the ...
0
votes
1
answer
65
views
I2C PCA9685P Raspberry Pi5 in C
I have been trying to work with the Upgraded Pan Tilt Platform for Official Raspberry Pi Camera Module which uses a PCA9685P. However, the web appears only to support data sheet for the PCA9685. This ...
0
votes
0
answers
46
views
Impossible to use audremap and I2C at the same time on a Raspberry Pi Zero 2W
I'm using GPIO13 to generate sound with audremap and a Raspberry Pi Zero 2W.
I'm using GPIO3 SDA and GPIO 5 SCL to display on a LCD I2C screen at the same time and GPIO18 to power on the back light ...
0
votes
0
answers
58
views
i2cdetect not detecting touchscreen
I have a Raspberry Pi Zero 2W and I'm trying to use this SPI + I2C touchscreen which uses the FT6336U driver with it. I've already set up the SPI part, but, when trying to detect the screen with GPIO ...
-1
votes
1
answer
180
views
PCA9685 not detected on Raspberry Pi I2C (address 0x70) – any workaround?
I’m trying to control 12 servo motors using a PCA9685 16-channel PWM driver with my Raspberry Pi 4.
The board shows up on I2C at address 0x70 (confirmed via i2cdetect), but I’m unable to get it ...
1
vote
0
answers
28
views
Trouble implementing FIFO buffer on LSM6DS3TRC with Raspberry Pi: buffer returns empty
I’m working with an LSM6DS3TR-C IMU sensor connected to a Raspberry Pi 4 running Ubuntu MATE 20.04 via I2C. I’m able to successfully read the raw data from the accelerometer and gyroscope using the ...
1
vote
0
answers
37
views
Issue with TCA8418 Keypad on Raspberry Pi - Only Receiving MSC_SCAN Events
I am working with a TCA8418 keypad controller connected to a Raspberry Pi via I2C. The keypad is an 8x8 matrix, and I have buttons connected to row 7. My goal is to detect key events properly, ...
0
votes
1
answer
136
views
- Errno 121 - Remote I/O error when sending data through i2c
I'm trying to send data to the RAM of a I2C LCD screen to clear the display (when I switch on the LCD and just after the init stage, many pixels are randomly initialized to 1 and not 0).
I'm using ...
-2
votes
2
answers
256
views
1
vote
0
answers
45
views
I2C access along with capacitive touch screen sensing
For a basic application I need a screen with some inputs from user, so I got a 2.8" screen with capacitive touch from Waveshare. Also I need inputs from an I2C sensor - possibly 10 bytes worth of ...
1
vote
1
answer
60
views
1
vote
1
answer
116
views
Raspberry pi does not detect magnetometer sensor
I have pi5, on which using MPU9250 sensor to detect Gyroscope, Accelerometer & Magnetometer. For some reason, PI5 is not detecting the I2C bus for Magnetometer.
Wire Connection used:
Interfacing ...
1
vote
1
answer
441
views
Where are all I2C channels on Raspberry Pi Compute Module 5?
I see in the Raspberry Pi Compute Module 5 product brief that it has "Up to 5 x I2C", but when I look at the data sheet I only see channels 0-3.
How can I get all 5 I2C channels?
Which ...
- The Overflow Blog
-
-
Hot Network Questions
- Error siunitx and tabularray
- Reverse engineering images from old Japanese videogame
- What happens during the "ambassador was called by the ministry" meeting?
- Faster algorithm to enumerate all crossing edge‑pairs in a graph drawing
- How can I encourage players to play optimally against bosses?
- Can a minor armed attack justify a large-scale military response under international law?
- Does casting the Dispel Magic spell on one victim of Glitterdust dispel it for all?
- How can we attain ‘truth’ if all we can do is justification?
- What is the equivalent of SREU (simultaneous rigid E-unification) if subtyping is allowed?
- Models of HoTT: Locally CCC vs Quillen
- Memorizing inconsistent key names in pgfplots
- Wearing a Tallis by Mincha
- Creating permutations on a sublist of the list {1, 2, ..., n}
- Maximal ideals in rings with polynomial relations
- What would a God who controls the stars and heavens be called?
- When did the Green Lantern Corps start to refer to themselves as such?
- How to do Lucas' quest in Lil Gator Game?
- How do electrons microscopically drift in the conductor?
- How to call Mathematica commands from Maple on same PC without leaving Maple?
- Where does the voting occur in a 3 Computer system?
- How to make Rsync newly write all file perms, ownership etc. only?
- Why does he have a phobia on these dates?
- A week after the Putin-Trump meeting at Anchorage, what's the quick elevator pitch on proposals currently publicly on the table?
- How do we deal with trainees/students using LLM for higher academic work?