Problem uploading to board after using Bluetooth module

I have a new Uno board that I bought to experiment with a Bluetooth module.
Having tried a few things without any success, I discovered that, although sketches compiled okay, they would not upload.
I read through the error message and discovered reference to bluetooth. I have a feeling that I have somehow reconfigured the Uno to act as a Bluetooth port.

I have four other Arduino that I've programmed successfully but this is my first attempt at doing something with bluetooth. The Bluetooth module is no longer connected to the Uno.


System wide configuration file is "/Applications/Arduino.app/Contents/Java/hardware/tools/avr/etc/avrdude.conf"
User configuration file is "/Users/username/.avrduderc"
User configuration file does not exist or is not a regular file, skipping

Using Port : /dev/cu.Bluetooth-Incoming-Port
Using Programmer : arduino
Overriding Baud Rate : 115200
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 2 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 3 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 4 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 5 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 6 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 7 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 8 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 9 of 10: not in sync: resp=0x00
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 10 of 10: not in sync: resp=0x00

avrdude done. Thank you.

Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions.


Have I wrecked the Uno, reconfigured the USB output on the computer or just reconfigured the Uno?
I have attempted to upload a blank 'new' sketch but it won't upload.

Any help, advice or suggestions gratefully received.
Thank you.

Did you follow the link to the troubleshooting page and follow the instructions?

Thanks for replying so quickly.
I did read the troubleshooting guide and I have just re-read it. I did discover that the serial port was set as
/dev/cu.Bluetooth-Incoming-Port and was so pleased because I thought I'd found the issue. However, having selected the other option
/dev.cu.usbmodemFD1441 (Arduino/Genuino Uno) the problem has not gone away.

Hey hey. Having messed around a bit more, I seem to have solved it.
No way would I have done so without your prompt to read that troubleshooting guide again.
Many thanks.