Have I killed my Arduino ?

I have been experimenting with my Arduino and had some nice code for a Cloud Sensor using some temp sensors. I then had a play with it getting it to control some servos. After doing this I reconnected my Cloud Sensor equipment and the Arduino seems to run fine. However, my Processing code on the PC that reads the data over serial from the Arduino now won't work and comes up with a huge array of Java errors. I have tried the same code on my PC and my Mac and I get the same results.

Has playing around with the servos killed my Arduino?

Make sure your cloud code loaded correctly and the com ports the two are communicating on are the same. If all elas fails, post code.

Phew, it was a bizarre mistake in my Processing code. All is working fine :slight_smile: