So I’ve never used an Arduino before. I’m trying to learn how to measure Heart Rate and Oxygen Saturation using it.
I’ve followed this tutorial: https://www.youtube.com/watch?v=W_3ljVlt7Sk
The code is here: https://drive.google.com/drive/folders/1qAQCRKpHryYdSZ8oK2nJpihT4GcQZmuS
Nothing is working so I need help.
Arduino Nano Image
When I try to upload the code to Arduino, the following error happens:
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0xae
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0xae
avrdude: ser_recv(): read error: Acesso negado.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0xae
avrdude: ser_send(): write error: sorry no info avail
avrdude: ser_recv(): read error: Acesso negado.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0xae
avrdude: ser_drain(): read error: Acesso negado.
Failed uploading: uploading error: exit status 1
Nicolas Abreu is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.