Search found 4 matches

by AtlantaRobotics
Wed Jan 08, 2014 12:32 pm
Forum: Future products
Topic: Is there a Digital Signal Processing option.
Replies: 2
Views: 16574

Is there a Digital Signal Processing option.

I am taking a graduate EE class in Digital Signal Processing and the instructor is trying to find a cheap easy to implement microcontroller/microprocessor that is designed to implement DSP code. Preferably with sample code. Is there an Coridium board that is meant for DSP? If not what would be the b...
by AtlantaRobotics
Fri Feb 08, 2013 11:05 am
Forum: Software issues
Topic: WAIT(1) does not work, WAIT(0.1) does
Replies: 1
Views: 5432

WAIT(1) does not work, WAIT(0.1) does

I am programming in C and do not understand why the following statements do not work: WAIT (1); // Wait 1 millisec WAIT (1.1); // Wait 1.1 millisec WAIT (1.0); // Wait 1 millisec WAIT (10); // Wait 10 millisec but these ones work fine: WAIT (0.001); // Wait 1 usec WAIT (0.1); // Wait 100 usec My cod...
by AtlantaRobotics
Fri Feb 08, 2013 10:54 am
Forum: Software issues
Topic: MakeIt C Error "No Serial devices in the Registry"
Replies: 2
Views: 6746

Re: MakeIt C Error "No Serial devices in the Registry"

The issue seemed to correct itself. Must have been something fishy with my dongle. Thanks.
by AtlantaRobotics
Wed Feb 06, 2013 5:44 pm
Forum: Software issues
Topic: MakeIt C Error "No Serial devices in the Registry"
Replies: 2
Views: 6746

MakeIt C Error "No Serial devices in the Registry"

I have not plugged in my Super Pro Pro+ in a couple months and have not changed the code. I am getting this error when I try to open the terminal window "No Serial devices in the Registry". The PCB is out of the circuit. The serial port is correct. "Build and Run" finished fine. In the Terminal wind...