Skip to content

Latest commit

 

History

History
67 lines (46 loc) · 2.51 KB

README.md

File metadata and controls

67 lines (46 loc) · 2.51 KB

#Index

.. Approach .. TODO

  1. Hardware

    1. Computer
    2. Lego-ev3
  2. Operate System

    1. Prepare OS
      1. Bootable USB
      2. Virtualbox
    2. Prepare ev3dev
  3. What is Embedded System

  4. Setup ev3dev

  5. Hello World ev3dev

    1. connect ev3 via usb
    2. share Internet to ev3dev
    3. create wifi hotspot
    4. ssh
    5. update-ev3dev
  6. sysfc

    1. programming
      1. shell script
      2. c-language
    2. lego-sensor
  7. keyboard contorl

  8. charceter device

    1. arduino
    2. esp8266
    3. python serial
  9. mqtt

    1. mosquitto
    2. paho-mqtt
  10. extra

    1. radiopy

Approach

Only include biref concept of Embedded System.

Reading guide

  • Chapter 1 - Chapter 4 is the set up without Lego Ev3 of this course.
  • Chapter 5 is set up for Lego Ev3
  • Chapter 6 is talk about sysf, A file system representation of the system's device tree
  • Chapter 7 implement a keyboard control robot with ssh control
  • Chapter 8 is talk about character device of device driver and a simple implement of serial communication
  • Chapter 9 is talk about mqtt in IoT and a simple implementation of mqtt using python mqtt library
  • Chapter 10 is extra application for ev3dev.

TODO

maybe a todo list will help?