[vc_row][vc_column][/vc_column][/vc_row][vc_row][vc_column][vc_column_text][/vc_column_text][/vc_column][/vc_row][vc_row][vc_column width=”1/1″][vc_tour][vc_tab title=”Outline” tab_id=”1395110190-1-51″][vc_column_text]
- Webcam Assembly
- Robot Assembly
- Software
[/vc_column_text][/vc_tab][vc_tab title=”Webcam Assembly” tab_id=”1395110190-2-75″][vc_column_text]
Webcam Assembly (1)
Webcam Assembly (2)
Webcam Assembly (3)
[/vc_column_text][/vc_tab][vc_tab title=”Assembly the Robot ” tab_id=”1395112758006-2-1″][vc_column_text]
Assembly the Robot (1)
Power Supply Design
nRover needs two different power supplies: one is used to power up pcDuino, which needs 5V/2A. The other is used to power up motor shield. The typical voltage for motor shield is 12V. So we use a 12V/4800mA Li-ion battery. MIC29302 linear regulator is used to bring 12V down to 5V used for pcDuino.
Assembly the Robot (7)
Assembly the Robot (8)
[/vc_column_text][/vc_tab][vc_tab title=”Software Part” tab_id=”1395114371723-3-2″][vc_column_text]
Software Part:
pcDuino implements the following components:
1.Control motors through motor shield.
2.A command server that listens to a socket and accepts commands from client.
3.A video server: mjpg_streamer.
Software on pcDuino:
1. Robot control program (car_test.c)
1.Copy car_test.c to c_ environment\sample. Edit makefile under sample, and insert car_test under OBJS=. Save and compile. An executable named car_test is complied under output.
2.Video stream details can be referred to in http://www.pcduino.com/?p=808.
[/vc_column_text][/vc_tab][/vc_tour][/vc_column][/vc_row]
Leave a Reply
You must be logged in to post a comment.