The issue is that the neopixel that has been inserted into the colorduino keeps repeating its default settings rather than showing the uploaded code whether it be the demo plasma morph code or code that I have written.
Where did you find that you can use a neopixel? Note that NeoPixel is an addressable LED and as far as I can see it's not supported (but I might have missed it).
Did you follow the instructions how to upload to the ColorDuino? If you used the Uno based approach, did you remove the 328P from the Uno, else you might have programmed the Uno and not the ColorDuino?
I'm using the windows version of Arduino, IDE 2 I think.
Yeah I initially thought it would be programmed as a Neopixel but for some reason maybe due to the colorduino board it doesn't need to be (not fully sure though).
I have now removed the chip out of an old Arduino uno board I had and uploaded the code.
But now it is giving me these errors:
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.