Hello, I’m trying to get my Phoenix running for the first time… When uploading the code via Arduino IDE its giving me an error message…
fatal error: PS2X_lib.h: No such file or directory #include <PS2X_lib.h>
How specifically do I add this? now to arduino…
Also the Botboarduino has one light solid amber and the next one beside it is flashing amber… Any help would be appreciated…
when all is powered up and usb cable is plugged into botboard… and I try to upload scetch from arduino… it asked what board to choose… and port… port is fine mine is 10… however im not sure what board to choose… the link you provided does have sketches for each hexapod you sell. and I choose pheonix… and it even has the ps2 code it seems… it always gives the ps2 fatal error however… it does not seem to bring my servos to life at any point like start at 1500 for example… I’m confused on these points…
to clarify what i mean by boards… ie arduino uno, mega… etc it forces you to choose a board before uploading the code… also the code in the file downloaded from robotshop contains a tab with separate sketches/ code for each hexapod you offer including a tab for ps2 etc…
it would be really helpful if there was a step by step guide for folks who don’t have computer backgrounds like retired bankers… lol… I must be doing something wrong…
when all is powered up and usb cable is plugged into botboard… and I try to upload scetch from arduino… it asked what board to choose… and port… port is fine mine is 10… however im not sure what board to choose…
The BotBoarduino uses the Arduino Duemilanove design, so you would choose Arduino Duemilanove.
it always gives the ps2 fatal error however…
If the PS2 library has not been installed correctly, then that’s likely the reason for the error
it does not seem to bring my servos to life at any point
If there’s an error uploading, then indeed, the system would not work.
it would be really helpful if there was a step by step guide for folks who don’t have computer backgrounds like retired bankers… lol… I must be doing something wrong…
That’s our goal with the SES V2 robot lineup, and then once this is done, go back to clean up the other robots like the Phoenix.
Here is my lastest print screen of error I’m getting when I try to run the code with usb connected. Notice the tabs at the top… I’m running the pheonix tab and get this error… Need some help… A video link to someone doing it properly would really help…
tx
Hmm… to check something then - did you download the sample code (Phoenix) and place it in a folder of the same name, or did you rename that folder? For Arduino, the folder structure is critical (same for the folder structure of any libraries you use). Might want to get back to basics…
Confirm you can upload the blink LED sketch (no libraries or anything)
Confirm you can import the PS2 library and upload one of those sample sketches with no errors
when I run that sketch it gives the no p2s directory etc… I guess what I need to know is which ps2 code/data should I download and then when extracted exactly which directory to put it in… There are so many directories I have no idea where to put it…