As of September 2021, we have moved technical support to Robolink Help
Welcome to the Robolink Community forum!
You can post here to interact with others in the Robolink community. We're checking it weekly, and we'll respond to some messages. If you're looking for technical support, head over to Robolink Help.
Error message
-
Hi,
I am using Arduino with my students to program my CoDrone Pro. When I tested it on my computer prior the lesson, it compiled and uploaded. In class today when my students did the same program it came up with lots of error messages. See attached. Can you please tell me how to fix the students program.
-
@misslesca The error message doesn't look like it matches with the code that you attached. I see a few typos that could have caused the error (
setthrottle
should besetThrottle
) but it looks like something else is going on.- Could you attach the exact code the student was using?
- Try uploading a default program on their laptop without any modifications to the code
- Provide the version number for CoDrone library (you can find this is Sketch>Include Libraries> Manage Libraries)
Thank you!