Giter Club home page Giter Club logo

wbus-arduino's Introduction

wbus-arduino

Screenshot 1

Description

A Smart Controller for Webasto Heaters (currently only EVO-40 has been tested)

  • Raspberry PI
  • PlatformIO
  • Teensy 3.6
  • Webasto EVO-40
  • OLED Yellow/Blue 128x64
  • NXP MC33660 / MC33290

If you use a Raspberry Pi like me, use these commands to setup your enviromment

sudo su -
apt-get install -y locate htop git i2c-tools build-essential

cd 
wget https://downloads.arduino.cc/arduino-1.8.4-linuxarm.tar.xz 
cd /usr/share 
tar xfJ ~/arduino-1.8.4-linuxarm.tar.xz 
ln -s arduino-1.8.4 arduino

cd /etc/udev/rules.d/ 
wget https://github.com/platformio/platformio-core/blob/develop/scripts/99-platformio-udev.rules 
systemctl restart udev 

cd 
wget https://raw.githubusercontent.com/platformio/platformio/develop/scripts/get-platformio.py 
python get-platformio.py
pip install -U platformio 

git clone https://github.com/Moki38/wbus-arduino.git
cd wbus-arduino

Installation

pio init -b teensy36

pio lib install git+https://github.com/adafruit/Adafruit-GFX-Library
pio lib install git+https://github.com/adafruit/Adafruit_SSD1306
pio lib install git+https://github.com/PaulStoffregen/Encoder.git

pio run -t upload

More documentation

http://wiki.team-moki.nl/display/MOK/Webasto+Teensy

wbus-arduino's People

Contributors

moki38 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.