Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connecting a ESP32 devkit v1 to Flipsky fsesc75100 #61

Open
LankoG opened this issue Jul 11, 2023 · 6 comments
Open

Connecting a ESP32 devkit v1 to Flipsky fsesc75100 #61

LankoG opened this issue Jul 11, 2023 · 6 comments

Comments

@LankoG
Copy link

LankoG commented Jul 11, 2023

I am trying to connect esp32 with a flipsky vesc, but cannot get esp to work. I connected it only through UART because I do not have CAN bus transceiver.

@thankthemaker
Copy link
Owner

For UART to work you'll have to rebuild the firmware with CANBUS_ONLY commented out in config.h

Otherwise CANBUS is used.

@LankoG
Copy link
Author

LankoG commented Jul 11, 2023

I already did that, also tried to change [platformio] default_envs = nodemcu-32s, but nothing worked. I am using vs code to upload the code with platformio, but don't think there is anything wrong there.

@thankthemaker
Copy link
Owner

Ok, did you check that UART is enabled in VESC tool?
Do your VESC and ESP share a common ground?
Using a common ground is important.

@LankoG
Copy link
Author

LankoG commented Jul 11, 2023

yes when I used just the VescUart library it was able to print the data to the terminal

@LankoG
Copy link
Author

LankoG commented Jul 11, 2023

I tried reinstalling the source code and now I get this error:
image
image

@barsikus007
Copy link

barsikus007 commented Dec 9, 2023

@LankoG, you also need to disable CANBUS_ENABLED too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants