Wheelie/Manual mode for a skateboard

Just imagine riding this at the local skate park and watch everyone’s head explode.

4 Likes

thanks again!

I’ll be ordering my misc. electronic pieces soon, and I’m sure I’ll be back with questions!

man, thank you.

1 Like

Mitch (author of balancing app in vesc) added a wheelie mode to vesc. I have not tried it yet, but I know it is coming :slight_smile:

4 Likes

do you have link my brother?

I haVE my board for this…

2 Likes

It is in main branch vesc https://github.com/vedderb/bldc/pull/138
I think it is included in the latest release

2 Likes

emphasized text

I

am

not
knowing

1 Like

So can I buy this…?
Edit, so can I buy all this an ask my computer friend to do it?
And it will just work?
Only foc mode?
Sensorless Foc a go…?
@blezalex

1 Like

Think its merged or atleast started to get merged into the VESC official firmware already.
I have absolutly no clue of how to set it up tho :man_shrugging:

You’d need a vesc with IMU on it obv.

2 Likes

It is merged into the VESC firmware. Any latest 4.x version has it.

But like @linsus mentioned, you need an ESC with the IMU parts populated, of which there are very few.
A @Trampa brand ESC will work.

1 Like

I got 8 trampa escs and noone of them wheelies :see_no_evil:

Gimmie a tutorial and I’ll set it up!

4 Likes

YAS!

1 Like

there is/are some discussions about VESC balance and IMUs on this thread:

focus on @NuRxG replys… maybe he can come over and give us a qwik tutorial about enabling balance mode…

2 Likes

It’s there in the new VESC Tools as an “app”

2 Likes

understood… but how’s it operate? how do you set it up? I’d try it but I have zero VESCs with IMUs…
can I add an IMU as a breakout board?

???

too much science for me…

1 Like

Thats how he did it as the original solution, so def. possible.

2 Likes

yeah I’m still waiting for the hardware outlined in this thread to get wheelie/manual mode working…

st00pid quarantine

Let me head off some confusion, there are 2 different implementations.

Alex writes his own code that runs on external hardware and controls a VESC with PWM signals.

I wrote very similar code but mine is part of the VESC firmware. So if you have a VESC with an internal IMU (trampa 6+/mk3/mk4, CheapFocer V2, stormcore, etc) you don’t need any additional hardware. If you don’t have an onboard IMU, you can add one, but it uses the same pins as bluetooth module, so for “wheelie” builds you’ll have to put the bluetooth module on the slave VESC. VESC firmware currently supports mpu6050/mpu9050/bmi160/icm20948 imu modules.

A great feature alex’s code has that mine does not, is the ability to toggle wheelie mode with the remote. Currently on the VESC there is no way to switch apps other than going into settings and changing it. Not the end of the world, but my code was intended for self balancing vehicles, and skateboards is a more recent bonus feature. Toggling may may come in the future, or it may not, no promises.

For a setup guide the best i can offer is…
Our balance builder telegram room: https://t.me/joinchat/JP0KNxbguWM5KhHrT5_CYA
This way outdated video: https://www.youtube.com/watch?v=0y5ME2SgwLg

I’ve been planning on making a new setup video for a while now, but I want to finish this IMU wizard I’m working on.

Also i recommend using the latest beta builds over the previous release for some bug fixes.

6 Likes

Bonus footage: https://www.youtube.com/watch?v=qL0DEz-0vAY

4 Likes

Toggling wheelie mode with the second PWM (“PPM”) channel would be ideal. Like the wheel on the Mini Remote, turn it backwards 3 times to toggle app mode

2 Likes