- Environmental monitoring with uChipPosted 2 days ago
- ARDULEGO KIT: create with Lego and ArduinoPosted 3 weeks ago
- Share & Discover by PCBWayPosted 4 weeks ago
- ENERGY METER IOTPosted 4 weeks ago
- Energy Meter GSM with Arduino (part 2)Posted 1 month ago
- Energy Meter GSM with Arduino (part 1)Posted 2 months ago
- ARDULOCK: a keyboard with RFID modulePosted 2 months ago
- Autofocus Glasses/Phoropter Using Variable Focus Liquid LensPosted 4 months ago
- Home Automation & Lights controlling SystemPosted 4 months ago
- Solar TrackerPosted 4 months ago
I2C car with Attiny85 and M5StickC controlled by Blynk
In this project we see how to create an I2C system to control motors using a DigiSpark Attiny85 plus an Arduino shield. To test its operation we made a small RC car that uses an M5StickC and connects to the Blynk app to communicate via the I2C protocol.
We used two communications in this project to control the four DC motors: M5StickC gets the Blynk joystick command from the smartphone via WIFI and converts it to the direction and speed of the car; then M5StickC transmits these converted commands to Attiny85 via the I2C protocol. Finally, after receiving the command, Attiny85 sends its output signals to the Quad motor shield to control the direction and speed of the car’s DC motors.