
rose
Members-
Content Count
5 -
Joined
-
Last visited
About rose
-
Rank
Noob Class
Profile Information
-
Gender
Not Telling
-
i am now using a seperate usb cable for the servo, but it still isnt responding to the program, any help would be appreciated
- 4 replies
-
- servo
- msp430g2553
-
(and 3 more)
Tagged with:
-
i uploaded the modified sketch and it didnt respond at all in parallax, the computer can detect the device, as in device manager you can see in the COM section "MSP430 Application UART" as a device, and parallax detects it as well, im not quite sure why it isnt communicating. edit: i should also add that i am using the msp-exp430g2 rev1.4, and i have crossed the txd and rxd pins on J3. i should also add that me servo is a standard servo from radio shack, and although it says the voltage is 4.8 to 6v, i tried a 5v wall plug and the servo would turn clockwise until it couldnt any more every
- 4 replies
-
- servo
- msp430g2553
-
(and 3 more)
Tagged with:
-
ive compiled and uploaded my code (below) and when plug my msp430g2553 in it goes to the programmed angle it should when plugged in, but when i run the exe that is supposed to change its angle it doesnt do anything. the exe is programmed to connect to com4, and the msp430 application uart is set to com4. i know the exe can detect it because it wont run unless it can, it just isnt responding. im am using energia 0101E0010 to compile and upload. any help would be appreciated. here is the code: #include <Servo.h> Servo myServo; const int servoPin = 9; // the pin the servo is con
- 4 replies
-
- servo
- msp430g2553
-
(and 3 more)
Tagged with:
-
error: bits/c++config.h: No such file or directory
rose replied to rose's topic in Compilers and IDEs
ok, solved the problem, the 2231 didnt have enough memory, i tried the 2553 and it compiled fine.- 1 reply
-
- c++config.h
- -std=c++0x
-
(and 2 more)
Tagged with:
-
ive been trying to compile a sketch for about 3 days now, and ive finally gotten it down to one error, In file included from C:\Users\Matt\Desktop\...\energia-0101E0010\hardware\msp430\libraries\TimerSerial/stdint.h:32:0, from C:\Users\Matt\Desktop\...\energia-0101E0010\hardware\msp430\libraries\TimerSerial/inttypes.h:37, from C:\Users\Matt\Desktop\...\energia-0101E0010\hardware\msp430\cores\msp430/TimerSerial.h:27, from arduino.ino:1: C:\Users\Matt\Desktop\...\energia-0101E0010\hardware\msp430\libraries\TimerSerial/tr1/cstdint:34:28: fata
- 1 reply
-
- c++config.h
- -std=c++0x
-
(and 2 more)
Tagged with: