Skip to content

Mini-Bots-Senior-Design/Bot-Software

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Components

1. LoRaDevice

Inputs:

  • N/A

Actions:

  • Read from the GPS (i2c)
  • Read from the IMU (i2c)

Outputs:

  • Print to UART

2. MotorController

Inputs:

  • Read from UART Port
  • Listen to UDP Messages

Internals:

  • Move the Motors

Outputs:

  • Publish data to Uart

Example Code

├── LoRaDevice                              
│   └── SensorRead
│       └── SensorRead.ino
│
├── MotorController                        
│   └── udp_server
        └── main
            └──udp_server.c

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors