Neo-Zenith / sc2079-mdp-robot-controller

The android module that is part of the SC2079: Multidisciplinary Design Project course project. This module contains an Android application which allows user to issue remote commands via Bluetooth to an STM32-controlled four-wheeled robot.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Module

Project Structure

.
├── .idea/                  ## run config
├── app/
│   └── src/
│       ├── androidTest/
│       │   └── ... 
│       ├── main/
│       │   ├── java        ## java source code
│       │   └── res         ## UI collaterals
│       └── test/
│           └── ...
├── gradle/                 ## gradle build system
├── .gitignore
├── build.gradle               
├── gradle.properties     
├── gradlew                 ## gradle scripts
├── gradlew.bat             ## gradle scripts
├── README.md
└── settings

Version

  • JDK 11.0
  • Gradle 7.5

About

The android module that is part of the SC2079: Multidisciplinary Design Project course project. This module contains an Android application which allows user to issue remote commands via Bluetooth to an STM32-controlled four-wheeled robot.


Languages

Language:Java 100.0%