GPSBots.com
Home :: [Photos] : [Tutorials] : [Projects] : [Resources] : [About Us]

Tutorials

Windows

Pololu ControllerVB3.2kA very simple program to test pololu servos.
TCP Client/ServerVB2.2kA very simple TCP listening server and its corresponding client. Easy to learn from!

Linux

Introduction to PyroLinuxPyroLinux2.4kAn introduction to using PyroLinux, a Python based robotics platform.
Transmitting a UDP packetLinux2.6kReally basic way to send a UDP packet.
Sniffing TCP/UDP packetsLinux7.6kUse PCAP to easily capture traffic hitting your network card.
Introduction to the Serial PortLinux8.3kReally basic read/write to the serial port.
Introduction to Reading NMEA GPSLinux3.9kGPS devices send out their data as a multi-line format, this tutorial shows how to decode some of them.
A serial IO class for CLinux8.9kHandy class for interfacing with the serial port
Pololu motor & servo control in CLinux4.1kHow to send serial signals to the pololu motor and servo controllers.
Slowdown code to protect motorsLinux6.9kMotors cannot go from -100% to +100% without damaging the electronics, gears, etc. This class is a solution to that problem.

General

An Introduction to Sensor FusionGeneral3.1kA basic overview of how sensor fusion works.
An Introduction to GPS and DGPSGeneral1.8kA basic overview of how the Global Positioning System works.