Giter Site home page Giter Site logo

punkwe1ght / m5isobusvt Goto Github PK

View Code? Open in Web Editor NEW

This project forked from raibisch/m5isobusvt

0.0 0.0 0.0 11.19 MB

implementation of an ISOBUS-VT on ESP32 device "M5Stack"

Home Page: https://raibisch.de

Shell 0.01% JavaScript 0.19% C++ 10.14% Perl 0.01% C 74.38% CSS 0.09% Makefile 0.01% HTML 15.17% CMake 0.01%

m5isobusvt's Introduction

M5IsobusVT

License

Implementation of an ISOBUS-VT on the M5-Stack core2 module.

...maybe the smallest ISOBUS-VT of the world !

picture_m5stack1 picture_m5stack1

Most of the code is from my College Reinhard Hübner (thank you very much for this great work). I only rearange some part of the code to compile it with PlatformIO and remove some unused code. See download and installation for details.

Download and Installation

  • To download click the DOWNLOAD ZIP button, rename the uncompressed folder 'M5IsobusVT' ...or clone it with git.

  • the project contains in the 'lib'-directory all references to used libs. There is no need to add external libs.

  • copy the 'SD_CARD' folder to the root directory of a SD-card and put it into the M5-Module

Software and Hardware CAN adaption

The actual Implementation use the "M5-Stack core-2" Hardware (we need the PSRAM,so the old "M5-Stack-core" does not work). For the future we plan to adopt it to hardware with other (higher resolution) TFT-Displays. But even for this we need a ESP-32 (or ESP32-S3!?) with PSRAM.

For the CAN communication we use the internal ESP32 CAN controller and map it to GPIO36 (Rx) and GPIO26(Tx). Only for the hardware adaption a external CAN-Transmitter was used. The D-SUB connecter is wired according to a common used pinning of USB-CAN adapter.

picture_m5stack1

picture_m5stack1 picture_m5stack1

Remark

  • Don't add M5Stack as external lib, because there are some changes to the original lib. Changes from the original code are marked with 'huebner'
  • We have changed the ESP32-Arduino default stack size, so if you compile it outside from Platform-IO change the stack size in the arduino startup code.

!! DONT USE IN IN A REAL TRACTOR - ONLY FOR EDUCATION AND TRAINING IN LAB !!

PlatformIO and Arduino-IDE

Projekt was build and testet with PlatformIO, for Arduino-IDE we will add in future some extra infos.

Helpful Infos

ISOBUS-Basics

https://de.wikipedia.org/wiki/ISOBUS

ISOBUS open source and documentation

https://github.com/Meisterschulen-am-Ostbahnhof-Munchen https://isobus-plus-plus.readthedocs.io/en/latest/index.html

'pConvert' ISOBUS Test and Simulation Program

pconvert (please send me an email for getting the "pConvert lite" version)

Licence

Licensed under the European Union Public License (EUPL)-1.2-or-later

Why licensed under EUPL-1.2: it is compatible to GPL and compatible to EU-rights and regulations

Compare different licences

m5isobusvt's People

Contributors

raibisch avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.