If you have a problem or need to report a bug please email : support@dsprobotics.com
There are 3 sections to this support area:
DOWNLOADS: access to product manuals, support files and drivers
HELP & INFORMATION: tutorials and example files for learning or finding pre-made modules for your projects
USER FORUMS: meet with other users and exchange ideas, you can also get help and assistance here
NEW REGISTRATIONS - please contact us if you wish to register on the forum
Users are reminded of the forum rules they sign up to which prohibits any activity that violates any laws including posting material covered by copyright
Furure Hardware Support?
Re: Furure Hardware Support?
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
-
MyDogRamsey
- Posts: 12
- Joined: Fri Jan 06, 2012 7:29 am
Re: Furure Hardware Support?
64bit Windows and MAC.
Re: Furure Hardware Support?
Hi,
1) Support for arduino please.
2) Maybe Meade products (telescopes).
Thanks.
1) Support for arduino please.
2) Maybe Meade products (telescopes).
Thanks.
Re: Furure Hardware Support?
Is there still no arduino support? At least add a generic I2C via USB...
Re: Furure Hardware Support?
Hey flows
I promise i'll buy one of those flowboards but
Arduino external is an extreme need
I promise i'll buy one of those flowboards but
Arduino external is an extreme need
Re: Furure Hardware Support?
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.
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?
Oh, I didn't know that! How would FS work if the Arduino was in HID mode?MyCo wrote:There is already a COM-Port Primitive, so use this and write your "sketch" on Arduino.
& what about this ARM board? http://outbreak.co/ks/1945078554
Re: Furure Hardware Support?
Hi MyCo.
In other words I mean full arduino support.
BTW thanks for the useful info.
In other words I mean full arduino support.
BTW thanks for the useful info.
Re: Furure Hardware Support?
infuzion wrote:Oh, I didn't know that! How would FS work if the Arduino was in HID mode?MyCo wrote:There is already a COM-Port Primitive, so use this and write your "sketch" on Arduino.
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?
Yeah MyCo, thanks for the info, did not know this and it does make sense.