-
2 months ago
Wiimote 2 Servos
Watch the finished version here!:
http://youtube.com/watch?v=...
http://youtube.com/watch?v=...
Controlling 2 servos using the int...
jorge10206 • 354 views
samo2samo
commented:
-
3 months ago
Controlling the Quadcopter
This Quadcopter uses an ARM7 as the main microcontroller that performs all PID calculations. Control is achieved by interfacing the microcontroller...
jesmondg • 3,232 views
samo2samo
commented:
@jesmondg hey so i can receive data on the uart right now. i checked my uart buffer and see the data been sent when i press the buttons on the wiimote. what do u mean send the hex number does that save cycle instructions than sending the strings and is it a bad idea sending strings. now my questi...
-
3 months ago
Wiimote Controlled RC Robot
ez430-RF2500 Development kit. Visual C# wiimoteLib to interface with wiimote, RS232 to interface with Development board. Dev board attached to PC...
mdmetzle • 1,475 views
samo2samo
commented:
hi im also trying to use a wiimote on a robotic arm. im programming it in c# and have it working but having trouble passing it to a microconttoller via usb to ttl over a uart interface. pls could u tell how u solved it
-
3 months ago
Lynxmotion AL5A controlled by an Wiimote
This is a Lynxmotion AL5A robotic arm controlled by an Wiimote controller. The angle generated in the controller is read by the PC, and then conver...
brunoseivam • 321 views
samo2samo
commented:
how did u program the wiimote to the robotic arm. did u use c#
-
3 months ago
C# interfacing with Arduino to read/write data through USB serial port
Realized by : Bassam Dourassi
we have C# controlling the Arduino via USB port. It's able to read and write data simultaneously to control LEd's .
folishsam • 5,775 views
samo2samo
commented:
hello i am doing a similar project in c#. i am using a wiimote to control a robotic arm and i have my code working in c# and im new to c# this is my first time using this tool. I am trying to send my data from c# to the microcontroller over a uart interface but before i do that i want to see the ...
-
3 months ago
Kendall on Sharecropping
Kendall details the racist cotton-picking field trip he went on as a 3rd grader while drunk at the University of Alabama.
KendallForever • 32,700 views
samo2samo
liked
-
5 months ago
Wii Remote Controlled Robot
This robot is composed of Legos and uses a handyboard as the control hardware. It has 4 wheel drive each controlled by a lego motor, and a pan tilt...
doomdayx • 48,601 views
samo2samo
commented:
Hi i was wondering how u interface the wiimote in controlliing the arm. I have a teensy development board and want to use it communicate with the lcpxpresso lpc 1769. I have a bluetooth adapter(dongle) and want to use the wiimote in controlling a robotic arm but have difficulties with communicati...
-
10 months ago
Control the Robot Arm with Ipod Touch
Control the OWI-535 Robotic Arm with Ipod Touch, using the Arduino and Pd-extended interface...
typhoonC2T9 • 6,270 views
samo2samo
commented:
hi i wanted to know wat kind of feedback sensors u had for this project. It has regular DC motors and was wondering how u solved that problem.
-
11 months ago
Robot Arm 4 Axis Test
OWI Robot Arm Modified With Position Feedback Loop. Testing 4 Axis only. Phidgets Hardware interface.
C++ program controlling I/O
CodeHeadZero • 670 views
samo2samo
commented:
Thats so cool. I am doing a project with the same robotic arm owi 535. one of major problems is that the arm is dc motors no way of getting position feedbacks. but i c yours works fine. i did my research and found quadrature encoders to be my solution. but dont know how to implement this. how wou...
-
11 months ago
OWI -535 Robotic Arm&Bluetooth&Accelerometer
The accelerometer is sending data to the PC using bluetooth. I'm using Labview to manipulate the info received and to send Control commands to the ...
elrafapadron • 6,323 views
samo2samo
commented:
hi im using the same robotic kit for a senior project but i have problems implementing sensor feedbacks because the arm just have regular dc motors and no servos. How did u overcome that
hello i am also trying to control servos with wiimote. i can control the servos with button but trying to figure out how to control it with accelerometers. Do you use the raw values from the wiimote or how did u go about it. i will appreciate your feedback thanks