aenniw / ARDUINO

MIT License
357 stars 63 forks source link

Step by step instructions after installing PlatformIO programm please (Skarsta project) #116

Closed sxaris87 closed 3 years ago

sxaris87 commented 3 years ago

hello i try to upload the code to ardruino nano and i dont know the way. 1st try was with this error (vector: no such file or directory) could you please tell me step by step?

sxaris87 commented 3 years ago

Sorry but i need someone to lead me the way to programming the arduino nano. i download PlatformIO and i m trying to figure it out but its difficult to me.

IluvatarBZH commented 3 years ago

Download vscode. Install it and run it. From the extension menu, search for platformio and install it. Reload when it asks you, and create a new project with it. Name it whatever, at board select Arduino nano and let it finish. Close it. Navigate to the project folder and copy from the GitHub page the following: platformio.ini SRC folder lib folder Paste them in the project folder, overwrite where necessary. Then open vscode, open the project, compile it to see if there are any errors and then upload it to a nano.

sxaris87 commented 3 years ago

Thank you for your answer. Looks helpful. I will do it and when it was ready and see if runs correctly and then a close this case and I will post my try. Thank you

github-actions[bot] commented 3 years ago

This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 5 days

sxaris87 commented 3 years ago

@IluvatarBZH i have done the process you told me but now i cant upload to arduino got this error: avrdude: stk500_recv(): programmer is not responding avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x3e

can i clean the arduino? how i reset it like new?