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
Search found 150 matches
- Thu Sep 06, 2012 4:02 pm
- Forum: General
- Topic: Ruby Questions
- Replies: 2
- Views: 10797
Re: Ruby Questions
You can run lot's of ruby modules rather than one big one with out any effects on CPU etc.
Re: Tutorials
Yes the GUI part can be a little confusing at first. Once you get the hang of it, it's quite simple.
Step 6 – Finalizing the GUI ( http://www.dsprobotics.com/support/viewtopic.php?f=10&t=257 )
The first thing is to gain access to the GUI system and to do this you need to add this ...
Step 6 – Finalizing the GUI ( http://www.dsprobotics.com/support/viewtopic.php?f=10&t=257 )
The first thing is to gain access to the GUI system and to do this you need to add this ...
- Tue Aug 28, 2012 11:12 am
- Forum: General
- Topic: Req: 64bit real-time DSP for Assembly primitive
- Replies: 16
- Views: 49871
Re: Req: 64bit real-time DSP for Assembly primitive
I was under the impression that if you go 64bit the inline assembler code was not allowed anymore?
- Mon Aug 20, 2012 1:15 pm
- Forum: General
- Topic: Reality of v3's Ruby in Real-Time Applications
- Replies: 21
- Views: 65758
Re: Reality of v3's Ruby in Real-Time Applications
Thanks for the insightful reply DSP! Please excuse my terseness:
1. I figured Ruby would be better than the old green-system for MIDI, & so this is good news. But now (unless there is a flood of new modules coming) learning Ruby adds an additional layer of complexity & time; why not just learn C ...
1. I figured Ruby would be better than the old green-system for MIDI, & so this is good news. But now (unless there is a flood of new modules coming) learning Ruby adds an additional layer of complexity & time; why not just learn C ...
- Mon Aug 20, 2012 10:52 am
- Forum: General
- Topic: Reality of v3's Ruby in Real-Time Applications
- Replies: 21
- Views: 65758
Re: Reality of v3's Ruby in Real-Time Applications
As a beta tester I've played with the new Midi and audio to Ruby Modules and can report that the Ruby interface side doesn't appear to slow things down with audio, but the audio processing can. The midi stuff works really well with now actuate timing thanks to the events system.
The Ruby ...
The Ruby ...
- Wed Aug 15, 2012 10:36 am
- Forum: General
- Topic: Labjack and data collection
- Replies: 12
- Views: 41578
Re: Labjack and data collection
These are new features coming out in the next version, they are not in FREE or PRO yet.
I have spoken to DSPRobotics and an announcement will be made shortly about the up and coming release
I have spoken to DSPRobotics and an announcement will be made shortly about the up and coming release
- Thu Aug 09, 2012 1:55 pm
- Forum: General
- Topic: Labjack and data collection
- Replies: 12
- Views: 41578
Re: Labjack and data collection
Yes it is?
You can have one Ruby Module in the FREE version, which is enough?
You can have one Ruby Module in the FREE version, which is enough?
- Thu Aug 02, 2012 8:55 am
- Forum: General
- Topic: Labjack and data collection
- Replies: 12
- Views: 41578
Re: Labjack and data collection
Since you are using FlowStone I guess you have to talk to this digital sensor manually.
Looking at the data sheet for the temp sensor it uses an SHT11 sensor:
http://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/Humidity/Sensirion_Humidity_SHT1x_Datasheet_V5 ...
Looking at the data sheet for the temp sensor it uses an SHT11 sensor:
http://www.sensirion.com/fileadmin/user_upload/customers/sensirion/Dokumente/Humidity/Sensirion_Humidity_SHT1x_Datasheet_V5 ...
- Thu Jul 26, 2012 10:29 pm
- Forum: User Examples
- Topic: Arduino to FlowStone test project.
- Replies: 6
- Views: 35232
Re: Arduino to FlowStone test project.
It could be down to Termination, how are your incoming strings terminated?
Have you set the incoming termination character on the FlowStone comport module.
OR it could be too fast to see, have you used a queue buffer on the incoming data to capture all of the incoming strings?
Have you set the incoming termination character on the FlowStone comport module.
OR it could be too fast to see, have you used a queue buffer on the incoming data to capture all of the incoming strings?
- Thu Jul 26, 2012 10:09 pm
- Forum: General
- Topic: Controlling 2 servo simultaneously with Phidget 8
- Replies: 3
- Views: 13946
Re: Controlling 2 servo simultaneously with Phidget 8
The example I posted works for what you are asking:
Phidgets Servo Test4 RT.fsm
The Phidgets board can only process one thing at once but it can do this really fast so that it is transparent when using simultaneous inputs.
Here is an example using the Xbox controller:
Phidgets Servo Xbox.fsm ...
Phidgets Servo Test4 RT.fsm
The Phidgets board can only process one thing at once but it can do this really fast so that it is transparent when using simultaneous inputs.
Here is an example using the Xbox controller:
Phidgets Servo Xbox.fsm ...