VESC6 and CableCam
Forums:
To give you an impression, this is how my CableCam behaves with the VESC6.
- Read more about VESC6 and CableCam
- 14 comments
- Log in or register to post comments
To give you an impression, this is how my CableCam behaves with the VESC6.
Hi,
I am trying to link an Arduino Mega which gets the commands via an serial terminal from my PC with an NRF to the VESC with an NRF attached. Is there somebody out there who has already implemented an interface of an Arduino as sender and the NRF attached on the VESC as receiver?
I saw a lot of people out there using the Chuck control, but are there some hackers who had implemented a more extensive control of the VESC via NRF?
Thank you for your help!
Best wishes,
Christian
Hi guys
I have been developing a remote based on RollingGeckos library (https://github.com/SolidGeek/nRF24-Esk8-Remote) and I have been trying to implement some form of cruise control. My remote uses PPM to set the speed and UART to receive data from the VESC (PPM and UART). I am getting telemetry just fine, and I was thinking that I could use the ERPM value to set the RPM over UART, like so:
Hi I've got a vesc with 4.12 driving a sensored outrunner motor. I'm using rollinggeckos vesc6 libs to control the vesc from an arduino compatible platform.
So I just bought one of those Xiaomi m365 kickscooters. Fantastic hardware, great user experience.
But it's a bit limp. (top speed of 25km/h is quite good. But it doesn't do inclines well with a 100kg+ driver)
So here is my plan:
60v upgrade.
VESC driver. (I might splurge on the v6. Though I really don't need even half of the power)
Hello guys
I am trying to get the UART library from RollingGecko to work with 3.XX firmware, after going thru all the code from the firmware, mainly commands.c and datatypes.h and making sure everything is right, I can't make the Nunchuck app work, I can set current, request and receive all the stats (bldcMeasure).
This is the payload that is being sent to the VESC
Hello,
my name's Andreas and a few days ago I found the VESC while searching for brushless controllers that are FOC capable.
Well, there are quite a lot controllers for brushless motors on the market, some are reasonable good, some are cheap, a few are both. However, due to the nature of these controllers to mostly work on whatever motor you connect to it, the control algorithm actually can't really be ideal, because the controller doesn't know anything about the motor attached to it. They probably all use block commutation.
For my project I'm doing some acceleration calculations wit a VESC connected over UART where I make use of distance and speed. To make sure my units make sense, I've been using the VESC-tool to look at the tacho and the rpm. when i manually turn my sensored motor around I get about 42 tachometer units per rotation. Surprisingly, when I use the VESC-tool to rotate the motor with 1000 rpm (rotations per minute right?) for just about exactly 1 minute my tachometer shows an increase of only 6000 units.
Hello everyone,
I am currently working on desgining a VESC 6 pcb and am trying to figure out which version of the STM32F40X MCU is used in the vesc 6. As far as I can tell, the only difference (other than cost) between the STM32F401 and STM32F407 is the memory size (256KB vs 1MB). Which one does the original VESC 6 use and can the 256KB be used in place if the 1MB is normally used?
Cheers!
Hi,
Is the as5048 encoder is available for VESC 6?
And i want to use Arduino to control VESC to build a 3 axis gimbal by using the position control.if the encoder data can be send back to Arduino.