DEMETER (Developing Enhanced MEthodology for Thematic Learning in Education using Real-world problem solving), is an Erasmus+ strategic partnership project for innovation, running for 30 months from September 2019.
This repository contains all software solution rover uses to complete its task of findind mines in a minefield. This repository has three main software solutions:
- ESP code (drives all the electronis in the rover)
- Rasberry Pi code (streams video and sound of the detector)
- Server (node.js server that provides control interface, sends commands to ESP and displays video and audio data)
Once you have your electronics ready, you will need to do a few more things software wise. To start download this repository with the buttons above or clone it if you are experienced with git:
- Rover (fully completed)
- PC that will act as server
- Node.js so you can host the server
- Local Area Network in which devices will communicate
Manual for both non-demeter and demeter participants with some detailed info and ideas to improve your rover.