un0038998 / PS4_Mecanum_Wheels_Car

This repository contains code and diagram for PS4 Controller Mecanum wheel car
MIT License
3 stars 1 forks source link

Compile Error ?????? #1

Open fswasty opened 2 months ago

fswasty commented 2 months ago

In thr code for the Mecanum wheel car i get an error: "ledcSetup" Not declared in this scope. ledcAttachPin 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?

Parts are on the way and I am trying to compile the code before I have it all wired up. I am using the same version of Arduino you are. Maybe my Module selection??? I am using ESP32-Wroom-DA Module This is a great project. I hope I can get it to work Your help would be greatly appreciated, Thank You.

un0038998 commented 2 months ago

Please install 2.0.16 version of esp32 board

Thanks And Regards,

Ujwal Nandanwar

On Mon, 2 Sep 2024 at 7:20 PM, fswasty @.***> wrote:

In thr code for the Mecanum wheel car i get an error: "ledcSetup" Not declared in this scope. ledcAttachPin 'ledcAttachPin' was not declared in this scope; did you mean 'ledcAttach'?

Parts are on the way and I am trying to compile the code before I have it all wired up. I am using the same version of Arduino you are. Maybe my Module selection??? I am using ESP32-Wroom-DA Module This is a great project. I hope I can get it to work Your help would be greatly appreciated, Thank You.

— Reply to this email directly, view it on GitHub https://github.com/un0038998/PS4_Mecanum_Wheels_Car/issues/1, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDSL57YFQMTJULGIQNMVUDZURUMHAVCNFSM6AAAAABNQMI5OKVHI2DSMVQWIX3LMV43ASLTON2WKOZSGUYDCMBTGI2TSMQ . You are receiving this because you are subscribed to this thread.Message ID: @.***>

fswasty commented 2 months ago

Thank You Sir. Your recommendations worked fine. No Compile errors. You made my day. Again, thank you very much. fswasty

un0038998 commented 2 months ago

Welcome

Thanks And Regards,

Ujwal Nandanwar

On Mon, 2 Sep 2024 at 10:09 PM, fswasty @.***> wrote:

Thank You Sir. Your recommendations worked fine. No Compile errors. You made my day. Again, thank you very much. fswasty

— Reply to this email directly, view it on GitHub https://github.com/un0038998/PS4_Mecanum_Wheels_Car/issues/1#issuecomment-2325085507, or unsubscribe https://github.com/notifications/unsubscribe-auth/ASDSL52E7ZYTYXUSZF4DGMDZUSIE7AVCNFSM6AAAAABNQMI5OKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGMRVGA4DKNJQG4 . You are receiving this because you commented.Message ID: @.***>

fswasty commented 1 month ago

Hello Sir,

I hate to bother you again but your Mecanum Car project has grabbed me and I have been working at it for a while. We resolved the compile error, Thank You! Now I can’t bind the ps-4 to my esp32. I have tried many ways with different ESP Modules and still no connect. I followed your instructions in the led control video and still no success. I have inserted the mac Address in the code and still no connect. I have 2 PS-4 game pads and both act the same.

I found a project that used Bluepad32 library and was able to connect first try. In the short of it, I cant connect to any code that uses #include

Are there other Libraries that I might have that wont work?? Any guidance would be really helpful. ThankYou again, Frank