Chief Delphi

Chief Delphi (http://www.chiefdelphi.com/forums/index.php)
-   Programming (http://www.chiefdelphi.com/forums/forumdisplay.php?f=51)
-   -   iPhone Driver Station, No Computer Needed (http://www.chiefdelphi.com/forums/showthread.php?t=87795)

mobilegamer999 10-12-2010 10:31

Re: iPhone Driver Station, No Computer Needed
 
UPDATE
We have a youtube video of the demonstration at the last meeting. If I could still edit the main post I would put it in there, but I will put it here instead.

Link:http://www.youtube.com/watch?v=69hdTUtH85k

Also, as far as application stage goes, were just finishing some final issues, and mostly waiting on images for the application, but it should be finished soon.

nighterfighter 10-12-2010 15:52

Re: iPhone Driver Station, No Computer Needed
 
Looks nice, can't wait to try it out.

EgROS 12-12-2010 00:02

Re: iPhone Driver Station, No Computer Needed
 
Wow this sounds really cool!

I don’t think charging 99 cents or even $1.99 is at all unreasonable. For the amount of work and ingenuity you put into this app I'm surprised you aren't charging more.

kgzak 12-12-2010 01:18

Re: iPhone Driver Station, No Computer Needed
 
That looks pretty awesome! I can't wait for it to come out! We are like right around the corner from you so we would be glad to help or even offer our robot(s) as test platforms for further development.

buildmaster5000 12-12-2010 14:27

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by mobilegamer999 (Post 984227)
This app is mainly expected to be used for demonstration purposes, or in any circumstance where it is inconvenient/impractical/impossible to use the driver station. As far as the range of the system is concerned, if the iPhone is within the range of the WiFi network, and so is the robot, they you have control, which typically, line of sight would be about 200-300 feet, and with many walls in between about 100 feet. If you have any more questions feel free to ask me.

This is all well and good, something I am really interested in actually buying (I never buy apps for my itouch), but I have a few questions:
1. If it connects via wifi, what, if anything would have to be done to the gaming adapter on the robot?
2. For joysticks, does the app have virtual joystics on screen, or does it use the accelerometer in the device?
3. How would a user go about changing user I/O? I personally think this needs to be easily accessible at all times.

mobilegamer999 12-12-2010 14:47

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by buildmaster5000 (Post 985088)
This is all well and good, something I am really interested in actually buying (I never buy apps for my itouch), but I have a few questions:
1. If it connects via wifi, what, if anything would have to be done to the gaming adapter on the robot?
2. For joysticks, does the app have virtual joystics on screen, or does it use the accelerometer in the device?
3. How would a user go about changing user I/O? I personally think this needs to be easily accessible at all times.


1) no changes need to be made to the gaming adapter
2)it uses 2 onscreen joysticks (video page 2) and the accelerometer
2) there is a screen for setting/reading digital IO and the analog inputs

buildmaster5000 12-12-2010 14:58

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by mobilegamer999 (Post 985092)
1) no changes need to be made to the gaming adapter
2)it uses 2 onscreen joysticks (video page 2) and the accelerometer
2) there is a screen for setting/reading digital IO and the analog inputs

After so many "gaming adapter problems" threads, it is nice to hear that you seem to have put a lot of thought into this app. I look forward to getting my hands on it. One thought: it might be nice to have the capapbility to set the accelerometer as two joystick axis...

mobilegamer999 12-12-2010 15:51

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by buildmaster5000 (Post 985096)
After so many "gaming adapter problems" threads, it is nice to hear that you seem to have put a lot of thought into this app. I look forward to getting my hands on it. One thought: it might be nice to have the capapbility to set the accelerometer as two joystick axis...

Currently the way it operates, is there is a settings page that lets you choose which joystick 'port' values are read out on.
ex. If you set joysticks to port 1, and accelerometer to port 2, in the robot code, when you initialize a joystick on port 1 by doing "Joystick j = new Joystick(1);" if your using java, it will read in the virtual joysticks, but a joystick initialized on port 2 would read in the accelerometer.

mobilegamer999 12-12-2010 16:56

Re: iPhone Driver Station, No Computer Needed
 
According to the forum admin I'm not allowed to advertise on their website without permission (paying for a banner) because of the possibility I am not a 'legit' business. Updates as far as application development goes will still be posted here, but it seems as though I might not be able to post when the application is released or where it can be found or the thread will be deleted. Thank you all for reading this forum and staying interested in this application and I'm sorry that I wont be able to post future release progress.

Patrickwhite 13-12-2010 02:01

Re: iPhone Driver Station, No Computer Needed
 
Is there some other site where interested parties could follow updates? Your project is a very interesting one, to say the very least.

mobilegamer999 13-12-2010 09:24

Re: iPhone Driver Station, No Computer Needed
 
UPDATE(big update means big font)
As a way to keep everybody informed on this application on CD, the application will be made free for everybody. That way everybody on chief Delphi can know of it's existence.

mwtidd 13-12-2010 12:29

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by mobilegamer999 (Post 985273)
UPDATE(big update means big font)
As a way to keep everybody informed on this application on CD, the application will be made free for everybody. That way everybody on chief Delphi can know of it's existence.

That's awesome!

Where it is going to be free are you considering open sourcing it?

Also, I'd recommend a donation request in the app itself, so people can donate to your project, and then it won't violate CD.

GGCO 13-12-2010 12:39

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by mobilegamer999 (Post 985273)
UPDATE(big update means big font)
As a way to keep everybody informed on this application on CD, the application will be made free for everybody. That way everybody on chief Delphi can know of it's existence.

Sweet! I'd recommend using Github to host the code.

mobilegamer999 13-12-2010 13:02

Re: iPhone Driver Station, No Computer Needed
 
Quote:

Originally Posted by lineskier (Post 985300)
That's awesome!

Where it is going to be free are you considering open sourcing it?

Also, I'd recommend a donation request in the app itself, so people can donate to your project, and then it won't violate CD.

I wasn't really planning on making it open source, however, if anybody would like me to give them in-depth details of how it was accomplished, I would be more than happy to help them. It will be on Apple's App Store as soon as I get some art made for it and it it approved.

nighterfighter 13-12-2010 16:12

Re: iPhone Driver Station, No Computer Needed
 
Will you have a website, where you might be willing to accept .99 donations?


All times are GMT -5. The time now is 05:37.

Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi