Skip to content

haoyan-dev/StuffedV3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Stuffed toy robot version 3 (Starts from 2017)

Folder structure

  • PIC Firmware for pic. WROOM with motor driver also use part of this code.
  • WROOM Firmware for WROOM.
  • PCRobokey Windows software to control the robot.

Architecture

WROOM: The main board. One robot has one board. PIC: Motor driver extension board. Upto eight PIC boards share one UART to communicate with the main WROOM board.

PIC

Compiler

MPLABXIDE and XC32 compiler are needed. Install latest of both. Free vesion is enough.

Setting Macros in the source code.

There are some kinds of boards using the same firmware. So please define appropriate macro for your board. See PIC/boardType.h and choose appropriate macro. In addition, each board sharing the same UART should have different IDs. The ID must be 0 to 7.

WROOM

Haoyan Li made a development environment and tutorial. See https://github.com/VirgiliaBeatrice/esp32-devenv-vscode and install it.

PCRobokey

Visual Studio 2015 (14) is used to build. Newer will also work.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published