Master Serial, I2C, and SPI on Arduino with Velxio
A tutorial on using Serial, I2C, and SPI together on Arduino Uno in the Velxio simulator. Covers I2C bus scan, EEPROM read/write, and SPI transfer with code walkthrough.
All articles with the tag "tutorial".
A tutorial on using Serial, I2C, and SPI together on Arduino Uno in the Velxio simulator. Covers I2C bus scan, EEPROM read/write, and SPI transfer with code walkthrough.
Step-by-step guide to I2C EEPROM read/write with Arduino Uno in Velxio simulator. Covers circuit, code, key concepts, and debugging tips.
Step-by-step guide to building an I2C scanner with Arduino Uno on Velxio. Includes circuit wiring, code walkthrough, and debugging tips for hobbyists.
Step-by-step tutorial for wiring a 20x4 LCD to Arduino Uno and programming it with LiquidCrystal library in Velxio simulator. Includes circuit diagram, code, and debugging tips.
Build a Simon Says memory game with Arduino on Velxio. Learn arrays, debouncing, and game logic with LEDs and buttons.
A step-by-step tutorial for controlling an RGB LED with Arduino PWM on the Velxio simulator. Includes circuit wiring, code walkthrough, and debugging tips.