Page 7 of 8

Re: Furure Hardware Support?

Posted: Fri May 18, 2012 12:42 am
by lukzinho
Markolise wrote:I personally would love to have the Arduino supported in Flowstone.
That way some one could make moveable cameras and be able to watch them from any screen display in their setup, as well as be able to look at different spots etc.

It would work for other things as well, very useful.

It would also be cool if flowstone could support and build gui apps for the Android Phone/iphone, I would probably buy the full version if it did.


good very good idea man (android sdk),(IOS SDK),OSX SDK..... (EXE,APK,APP Compilators) flowstone would end developer full tools of future developers uuhuhuhuhuhhhuhuhuhh pagaria $5.000 tranquilo

Re: Furure Hardware Support?

Posted: Sun Aug 19, 2012 4:59 am
by MyDogRamsey
64bit Windows and MAC.

Re: Furure Hardware Support?

Posted: Mon Aug 20, 2012 3:21 am
by ahcurer
Hi,
1) Support for arduino please.
2) Maybe Meade products (telescopes).

Thanks.

Re: Furure Hardware Support?

Posted: Fri Sep 14, 2012 4:30 am
by infuzion
Is there still no arduino support? At least add a generic I2C via USB...

Re: Furure Hardware Support?

Posted: Sun Sep 16, 2012 11:23 pm
by Urnsoft
Hey flows
I promise i'll buy one of those flowboards but
Arduino external is an extreme need :)

Re: Furure Hardware Support?

Posted: Mon Sep 17, 2012 2:02 pm
by MyCo
I don't get it... why do you want an interface to a reporgrammable device? There is already a COM-Port Primitive, so use this and write your "sketch" on Arduino. There is absolutely no need for a seperate Arduino interface.

Even when there would be a hardcoded primitve, you couldn't do anything with it, unless you reprogram Arduino with a huge general purpose protocol handler for this primitive.

Re: Furure Hardware Support?

Posted: Mon Sep 17, 2012 4:12 pm
by infuzion
MyCo wrote:There is already a COM-Port Primitive, so use this and write your "sketch" on Arduino.
Oh, I didn't know that! How would FS work if the Arduino was in HID mode?
& what about this ARM board? http://outbreak.co/ks/1945078554

Re: Furure Hardware Support?

Posted: Tue Sep 18, 2012 2:21 am
by Urnsoft
Hi MyCo.
In other words I mean full arduino support.
BTW thanks for the useful info.

Re: Furure Hardware Support?

Posted: Tue Sep 18, 2012 7:16 pm
by MyCo
infuzion wrote:
MyCo wrote:There is already a COM-Port Primitive, so use this and write your "sketch" on Arduino.
Oh, I didn't know that! How would FS work if the Arduino was in HID mode?


In HID mode, there is no way to communicate with the Arduino, because the PC doesn't know that it is there.

infuzion wrote:
MyCo wrote:& what about this ARM board? http://outbreak.co/ks/1945078554


Answered that in your post in the S|M Forum

Re: Furure Hardware Support?

Posted: Wed Sep 19, 2012 2:58 am
by ahcurer
Yeah MyCo, thanks for the info, did not know this and it does make sense.