Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 849 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 849 Bytes

epics_binary_track

A simple toy race car track that allows students to control it by answering questions like “What is 15 in binary?”.

Instructions:

  1. Connect everything together.
  2. run server/startup.sh
  3. start applications
  4. run server/Main.java
  5. start answering questions

When an question is answered correctly one of rahul_code_4_* file is run depending on which phone is being used.

Things to do!

  1. Put following above instructions in a script to be run when the raspberry pi is started.
  2. Grab questions from usb and push to phone.
  3. Write code on the android app to process and show questions in the question file.

how to push files to devices ./adb -s c089052a0120707f push /path/to/local/file /mnt/sdcard/path/to/file ./adb -s c0890b1707e4c65f push /path/to/local/file /mnt/sdcard/path/to/file