Skip to content

Embedded Software to develop a "like-rover" project with Raspberry Pi, VxWorks and Oris.

Notifications You must be signed in to change notification settings

AngeloDamante/rover-Raspberry-VxWorks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Resilience Rover with VxWorks and Oris

The project for Software Engineering Embedded Systems exam consists of embedded software to develop a "rover-like" platform with Raspberry Pi 3B+ using VxWorks and Oris.

├── docs                    # images and documentation
├── workspace-Oris          # design and evaluation of the Taskset
│   ├── README.md
│   └── ...
└── workspace-VxWorks       # implementation of the Taskset           
    ├── hwLib                   # hardware libraries
    ├── utility                 # utility includes
    ├── README.md
    └── ...

Project Workflow

The workflow followed goes from the design of the taskset to its implementation.

TaskSet:

Set of task to implement for Resilience rover:

  • Satellite Communication: to permit the rover to communicate with satellite.
  • Direction: to compute the direction of reference for rover.
  • Movement: to handle motors and mission.
  • Photograph: to take photo.
  • Geological Sample Collection: handle drill and arm of rover.
  • Atmospheric Pressure: to compute pressure and send data to altitude task.
  • Altitude Record: to compute and record altitude level.
  • Temperature Record: to record temperature.
  • Sand Storm Detection: to detection sand storm.

Timeline:

Define periods, priorities, chunks and deadlines of taskset.

Oris:

Tool for qualitative verification and quantitative evaluation of reactive timed systems, which supports modeling and analysis of various classes of timed extensions of Petri Nets.

Oris implements symbolic state space analysis of preemptive Time Petri Nets, which enable schedulability analysis of real-time systems running under priority preemptive scheduling; and stochastic Time Petri Nets, which enable an integrated approach to qualitative verification and quantitative evaluation.

VxWorks:

VxWorks is a deterministic, priority-based preemptive RTOS with low latency and minimal jitter. It is built on an upgradable, future-proof architecture to help you rapidly respond to changing market requirements and technology advancements.

VxWorks is the only RTOS to support C++17, Boost, Rust, Python, pandas, and more, as well as an edge-optimized, OCI-compliant container engine — enabling you to use the languages, tools, and technologies you love most to innovate where it matters most.

Target:

Resilience rover-like is the development platform.

V-Model

The development followed the following V-model,

  • SD1, SD2, SD3: an initial phase in which we came up with the requirements, i.e., the tasks that the rover would have to perform.
  • SD4, SD5, SD6: the steps are,
    • Taskset definition;
    • Timeline drafting;
    • PTPN traduction and analysis;
    • Implementation on VxWorks RTOS;
    • Execution Time profiling.

Requirements

- Raspberry Pi 3B+
- LAN cable
- 12V battery
- UART cable
- 4 DC motors
- motor shield l298n
- breadboard 
- 9 leds and resistors (~220 ohm)
- SDK VxWorks

You can find SDK and development toolchain in that REPO .

GPIO bus connections

Authors

About

Embedded Software to develop a "like-rover" project with Raspberry Pi, VxWorks and Oris.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published