I’m trying to use the CC3000 shield with the RedBoard in a project which also requires a couple of servos.
I can get the WiFi to work perfectly on its own, and the servos also are fine on their own. But as soon as I try to both use WiFi and run the servos in the same program, weird things start to happen. Sometimes it works but the servos chatter every time there’s a network request; sometimes the CC3000 initialization never returns; sometimes it’s just really flaky.
I’m thinking the Servo library somehow interferes with the CC3000 library, or there’s a hardware conflict somewhere. Has anyone else had this problem? Any suggestions?