Alljoyning – Intellicar

High level overview steps on setting up Intellicar.

  • Get parts
    • Multiple Arduino Yuns
    • USB phone charging batteries
    • Ultrasonic sound sensors
    • Accelerometer
    • NFC Chip
    • LEDs
    • Android Device
    • Wires
    • Transistors
    • 9Volt battery or power supply
    • USB cables
    • Soldering iron
    • Soldering Tin
    • 3d printer
    • PC/Laptop to develop on
  • Configure Workstation
    • Install phone USB drivers
    • Install Java JDK
    • Install Arduino IDE
    • Install Android Studio
    • Download Alljoyn SDK
  • Configure Arduino Yuns
  • Physical assembly – Front and Rear Yun
    • Connect the ultrasonic sensors to trigger in a chained sequential action
    • Connect the ultrasonic sensors analog output to an analog pin on the Yun
    • Connect the LEDs to another output on the Yun, this may require a transistor and additional power supply
    • Insert into enclosure
    • Plug in the power
  • Physical assembly – Middle Yun
    • Connect the accelerometer to the Yun
    • Connect the NFC Module to the Yun
    • Insert into enclosure
    • Plug in the power
  • Write Linux networking scripts
  • Write Arduino Alljoyn Scripts
  • Write Android Application