Scan I2C Bus | I2C Bus Scan | Scan I2C | Check I2C Bus | I2C Scanning Needed | Do I2C Scan | Scan I2cbus | Detect I2C Device | Find I2C Device | Detect I2C Please | I2C Detection Needed | Scan For I2C | Identify I2C Dev | I2C Dev Check | Locate I2C Dev | Find I2C Address | What's I2C Addr | I2C Address Lookup | Find I2C Addy | Wheres I2C Address | Get I2C Addr | Search I2C Addy | Need I2C Code | I2C Scanner ARDUINO | I2C Scan ARDUINO | ARDUINO I2C Finder | Scan I2C With ARDUINO | ARDUINO I2C Check | I2C Scanner Code ARDUINO | Find I2C Devices ARDUINO | ARDUINO I2C Device Search

Arduino Open Kit Simulator ↗ All recipes
Tip: Ctrl+↵ to run
Simulate traces what the sketch would do — Serial.print output streams here, pin events show as [pin N] HIGH/LOW, delays play back at 25× speed. For real hardware output, click Download .ino, open in the Arduino IDE, and upload to your Arduino. The simulator covers Serial / digitalWrite / analogRead / pinMode / delay / tone / common loops — library calls (DHT, OLED, etc.) are stubbed so the sketch runs without errors.

About this recipe

include <Wire.h>

Libraries / imports

Wire.h

Hardware / pins

No physical pins or components referenced

Key API calls

Serial.begin() Serial.println() Serial.print() delay()

How to run

Press Simulate — Serial output streams here. Or Download to flash to your board.
Editor cpp edits auto-save
Output ready
Output will appear here after you click Run.