Arduino V1.0

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
flyboy_____
Posts: 33
Joined: Thu Sep 15, 2011 10:45 am

Arduino V1.0

Post by flyboy_____ »

I installed software Arduino v1.0 and some errors are reported during the Verify process with Multiwii 1.9 and developers preview from December.
If camera trigger and tilt are activated more errors are reported.

Errors are about HardwareSerial lib.

Do you have the same problems? any solutions available?

User avatar
Loosi
Posts: 63
Joined: Sat Aug 20, 2011 8:31 pm
Location: Germany (HSK)
Contact:

Re: Arduino V1.0

Post by Loosi »

Hi!

using dev revision 447 and arduino 1.0 with the lines

Code: Select all

#define SERVO_TILT
#define TILT_PITCH_MIN    1020    //servo travel min, don't set it below 1020
#define TILT_PITCH_MAX    2000    //servo travel max, max value=2000
#define TILT_PITCH_MIDDLE 1500    //servo neutral value
#define TILT_PITCH_PROP   10      //servo proportional (tied to angle) ; can be negative to invert movement
#define TILT_ROLL_MIN     1020
#define TILT_ROLL_MAX     2000
#define TILT_ROLL_MIDDLE  1500
#define TILT_ROLL_PROP    10


and

Code: Select all

#define CAMTRIG
#define CAM_SERVO_HIGH 2000  // the position of HIGH state servo
#define CAM_SERVO_LOW 1020   // the position of LOW state servo
#define CAM_TIME_HIGH 1000   // the duration of HIGH state servo expressed in ms
#define CAM_TIME_LOW 1000    // the duration of LOW state servo expressed in ms


is compiling without errors for me.
i just downloaded arduino from the homepage and unzipped it.
the sourcecode comes via svn checkout ;)

User avatar
Hamburger
Posts: 2578
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: Arduino V1.0

Post by Hamburger »

we have a thread with the same topic already. Use the search function?

flyboy_____
Posts: 33
Joined: Thu Sep 15, 2011 10:45 am

Re: Arduino V1.0

Post by flyboy_____ »

Sorry. please close or delete this thread.
This issue is in study in viewtopic.php?f=8&t=955
To be soon solved.

Post Reply