Reinhard Blumauer
Published © GPL3+

TipControl Project

TipControl is your all-in-one platform for designing, configuring, and managing IoT devices—without the headaches. Whether you're working wi

BeginnerWork in progress1 hour70
TipControl Project

Things used in this project

Hardware components

ESP32 Basic Core IoT Development Kit
M5Stack ESP32 Basic Core IoT Development Kit
×1

Software apps and online services

Tipcontrol

Story

Read more

Schematics

Connecting the parts

Please check tipcontrol.com for detailed infos on car project

Code

Project M5 Car

C/C++
{
  drv.neopixel.clear(1);
  //set the speeds for the car
  me.var.speedB = -35;
  me.var.speed0 = 0;
  me.var.speed1 = 40;
  me.var.speed2 = 60;
  me.var.speed3 = 80;
  me.var.speed4 = 100;
  //enable event Cha_center to fire and call nav macro to run the car
  drv.m5us.eventEnabled("Cha_center",true);
  me.var.loopRunning = false; //not using the macro loop to drive autonomously
}

Credits

Reinhard Blumauer
1 project • 0 followers

Comments