- Terminus FE1.1 USB hub board: the solution to connect four USB devicesPosted 2 months ago
- Understanding the Mechanics of 3D PrintingPosted 4 months ago
- SDS011 the Air Quality SensorPosted 5 months ago
- NIXIE STYLE LED DISPLAYPosted 8 months ago
- TOTEM: learning by experimentingPosted 8 months ago
- Google Assistant Voice Controlled Switch – NodeMCU IOT ProjePosted 9 months ago
- Water Softener Salt Level MonitorPosted 9 months ago
- Sparkly Air SensorPosted 9 months ago
- Ultra sonic distance finder with live statusPosted 9 months ago
- Windows interface to have total control over lampsPosted 9 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.