Skip to content

Need to find where bluetooth data is sent to in the code

Notifications You must be signed in to change notification settings

Jc7tee/OPEN__MegaPi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

OPEN__MegaPi

The objective is to study how the MegaPi's firmaware works from signal receiving to execution of actuators. I chose controlling the encoder motor on port 3 as the scenario. Currently what I found is that:

readSerial() enable the bluetooth port. parseData() -> runModule() by case statement RUN which corresepond to value 2. runModule will choose the encoder by case statement ENCODER_BOARD which correspond to value 61. This is possible as the device type is pass through runModule in parseData

About

Need to find where bluetooth data is sent to in the code

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%