Python

Basics of a Tkinter GUI

Submitted by Jenn Case on

Introduction It is often necessary to being to communicate with a robot while it is in use. This can be done simply through a remote control or more complexly through a GUI. The GUI can allow the robot to both send an receive information while a remote control will only be able to send to the…

Serial Commands

Submitted by Evan Boldt on

Introduction Serial communication through USB can be used to communicate between a host computer (like a laptop, or Raspberry Pi), and an Arduino. Doing so allows: Use of the faster hardware of the host computer for calculations Synchronization of multiple Arduinos Use of other information…