Khalid Saeed
  • Male
  • United States
Share Twitter
  • Blog Posts
  • Discussions (6)
  • Groups
  • Photos
  • Photo Albums
  • Videos

Khalid Saeed's Discussions

Devboard OSD/GUI

Started this discussion. Last reply by William Premerlani Apr 12, 2010. 1 Reply

 

Khalid Saeed's Page

Latest Activity

Khalid Saeed commented on Jack Crossfire's blog post More uBlox 4 U
"Nice Kevin!"
Aug 21, 2010
Khalid Saeed commented on Chris Anderson's blog post Great story about the origins of FY Tech (and FY3ZT autopilot)
"I have an F20A installed in a 3D plane. It worked right out of the box as advertised without any adjustments. It's a rock-solid product."
Jul 28, 2010
Khalid Saeed commented on Gary Mortimer's blog post New Skywalker
"Needs ailerons. I love it!"
Jul 4, 2010
Khalid Saeed commented on Jordi Muñoz's blog post uBlox GS-407 Antenna Problems.. (Solution)
"No problem Jordi. Just thought I would ask. Maybe I'll try an external antenna. :)"
May 9, 2010
Khalid Saeed commented on Jordi Muñoz's blog post uBlox GS-407 Antenna Problems.. (Solution)
"Jordi, I must have had a bad one. The antenna fell off on a (gentle) landing and disappeared into the grass. Can I send it back without the antenna?"
May 7, 2010

Developer
William Premerlani replied to Khalid Saeed's discussion Devboard OSD/GUI
"Hi Khalid, As far as I know, no one has added a GUI to the UAV DevBoard yet, but it would be a welcome addition. If you are interesting in helping, I suggest that you join the Google uavdevboard discussion group, and look over the uavdevboard…"
Apr 12, 2010
Khalid Saeed posted a discussion

Devboard OSD/GUI

Hi guys.  I was wondering about the possibility of adding some kind of GUI to the devboard via an OSD to eliminate having to carry a PC to the field for programming functions.  Obviously, I'm a total newbie at this kind of thing and was looking for some input.  Thanks!
Apr 12, 2010
Khalid Saeed commented on Chris Anderson's blog post New product in the DIY Drones store: 8-ch PPM encoder
"Quick question for the gurus. I've got the encoder hooked up to a Futaba receiver. I can scope the signal going into the board, however, there is no output signal being generated. The blue LED on the board is on (not flashing). I've tried…"
Apr 3, 2010
Khalid Saeed commented on Jordi Muñoz's blog post Reminder: Sparkfun Free Day Is Tomorrow @ 9am MST!!
"Wow. What a bogus giveaway. I hate to sound like sour grapes, but, this was worthless. Could not even get onto the site."
Jan 7, 2010
Khalid Saeed commented on Jordi Muñoz's blog post Reminder: Sparkfun Free Day Is Tomorrow @ 9am MST!!
"Worst promotion ever. Can't even get through to the site. Very disappointed with Sparkfun."
Jan 7, 2010
Khalid Saeed replied to Chris Anderson's discussion Discussion forum for Sparkfun 3-axis IMU-based autopilot board
"Guys, just a few pix of my setup. Rock-solid software! Thanks guys! http://www.rcgroups.com/forums/showthread.php?p=13917366#post13917366"
Dec 27, 2009
Khalid Saeed commented on Ben Levitt's blog post MatrixPilot 2.0 Released for UAV Dev Board
"It's a high wing trainer (Eflite Alpha 450). However, time to fire up the FPV Funjet! ;)"
Dec 15, 2009
Khalid Saeed commented on Ben Levitt's blog post MatrixPilot 2.0 Released for UAV Dev Board
"Holy cow! I just tried the new firmware. It rocks! Default parameters were spot on and it flew exactly as described on the first flight! I just need to add a power reg/filter on the vid rx/camera line to clear up the motor noise, however,…"
Dec 14, 2009
Khalid Saeed left a comment for William Premerlani
"Bill, I'll give Microchip tech another go. Actually, I don't think this is the same error as before. This is a command line error and not an error with the license server, although it still involves the pic30-gcc.exe file."
Dec 6, 2009

Developer
William Premerlani left a comment for Khalid Saeed
"Khalid, Also, you are the only person who has reported a license server error message with the microchip compiler, so I don't have any experience with it to help you. That's why I was hoping that you would remember what you did to fix it…"
Dec 6, 2009

Developer
William Premerlani left a comment for Khalid Saeed
"Hi Khalid, Regarding the error message that you saw about a problem with the license server, its the same message that you saw the last time, and then it went away, and now its back again. But you know, you can legitimately contact microchip…"
Dec 6, 2009

Comment Wall (6 comments)

At 6:15pm on November 16, 2009,
Developer
William Premerlani
said…
Khalid,

I hope that version 3.02 of the compiler works for you, but I would not bet on it. Its a very strange problem that you have run into.

What is going on, it seems, is that there is a license server. For some reason, it thinks you have the purchased version of the compiler, but that you do not have a license.

What it is supposed to do, is see that you have an evaluation copy, and then it does not need a license.

License servers are tempermental...

By the way, what operating system are you using? Windows XP?

I think your best bet is going to be getting help from Microchip.

I sent a note out to the team that is working with me, asking for help, but no one had any ideas.

Good luck and best regards,
Bill
At 8:36pm on November 16, 2009,
Developer
William Premerlani
said…
Khalid,
For some reason, the compiler is not picking up a project symbol definition. But you can work around it. Assuming you have a red board, go into the file options.h. Near the top, you will find the lines:


#ifdef ConfigRed
#include "ConfigRed.h"
#endif

#ifdef ConfigGreen
#include "ConfigGreen.h"
#endif

Change them to:


//#ifdef ConfigRed
#include "ConfigRed.h"
//#endif

#ifdef ConfigGreen
#include "ConfigGreen.h"
#endif

This will cause the ConfigRed.h file to be included.

Normally, this should happen automatically, because the symbol ConfigRed is defined in the build options for the red project, but for some reason, the compiler is not picking it up.

Best regards,
Bill
At 9:23pm on November 16, 2009,
Developer
William Premerlani
said…
Khalid,

By the way, what did you do to get the license error to go away? I am very curious, since this is the first time this error has been reported, I would like to know how to fix it.

Bill
At 11:18am on December 6, 2009,
Developer
William Premerlani
said…
Khalid,

I suggest that you try microchip's technical support:

http://support.microchip.com/scripts/slxweb.dll/external?name=webticketcust

They have answered me in the past, but as soon as I said I was using an Olimex ICD2, they told me they could not help me.

Bill
At 11:49am on December 6, 2009,
Developer
William Premerlani
said…
Hi Khalid,

Regarding the error message that you saw about a problem with the license server, its the same message that you saw the last time, and then it went away, and now its back again.

But you know, you can legitimately contact microchip support and they should be able to help you, because its not an ICD2 issue, its purely a software issue. If you run the compiler without the ICD2 connected, you will get the same error message, so you can contact microchip and tell them you are having trouble with their compiler.

In fact the error message says to contact support.microchip.com, so I think you should do that.

Bill
At 11:51am on December 6, 2009,
Developer
William Premerlani
said…
Khalid,

Also, you are the only person who has reported a license server error message with the microchip compiler, so I don't have any experience with it to help you. That's why I was hoping that you would remember what you did to fix it last time. ;-)

Bill

You need to be a member of DIY Drones to add comments!

Join DIY Drones

 
 
 

Contests

Season Two of the Trust Time Trial (T3) Contest has now begun. The third round was a reliablilty/aerial photography round for both planes and copters, which is now closed. Stay tuned for the next round, beginning soon.

A list of all T3 contests is here

 

© 2012   Created by Chris Anderson.

Badges  |  Report an Issue  |  Terms of Service