All Projects → frankschoeniger → Lin_interface

frankschoeniger / Lin_interface

Licence: apache-2.0
Arduino LIN Interface

Labels

Projects that are alternatives of or similar to Lin interface

Esp8266 Redis
An Arduino library for Redis that works on ESP8266.
Stars: ✭ 18 (-21.74%)
Mutual labels:  arduino
Neopixel Realistic Flickering Candle With Changing Color Palette
Arduino code for creating a realistic candle flicker using 8-neopixels, and the FastLED Library. This code is a modified version of the Fire2012 with Color Palette example that comes with FastLED and utilizes a button to cycle through different color palettes in real time.
Stars: ✭ 19 (-17.39%)
Mutual labels:  arduino
Dustduino
Project to collect and distribute particulate matter readings
Stars: ✭ 22 (-4.35%)
Mutual labels:  arduino
Real Time Tracking Ardino Sim808
Stars: ✭ 18 (-21.74%)
Mutual labels:  arduino
Ntc thermistor
[For Arduino and STM32] Library for working with a NTC thermistor.
Stars: ✭ 19 (-17.39%)
Mutual labels:  arduino
Arduino Keybus
Reads data from the DSC Keybus communication lines.
Stars: ✭ 19 (-17.39%)
Mutual labels:  arduino
Dimswitch
Arduino library to control dimmable ballasts for fluorescent light tubes
Stars: ✭ 17 (-26.09%)
Mutual labels:  arduino
Shiftedlcd
Arduino Library for 74HC595 Shift Register using SPI
Stars: ✭ 23 (+0%)
Mutual labels:  arduino
Stab Bot 5000
Stars: ✭ 19 (-17.39%)
Mutual labels:  arduino
Esp8266 Anemometer
ESP8266 based wind anemometer project
Stars: ✭ 22 (-4.35%)
Mutual labels:  arduino
Grove bme280
Stars: ✭ 18 (-21.74%)
Mutual labels:  arduino
Arduino Camera Wifi
Code for the WiFi-connected camera using Arduino, a TTL serial camera & the CC3000 WiFi chip. The article is available at: http://openhomeautomation.net/?p=944
Stars: ✭ 18 (-21.74%)
Mutual labels:  arduino
Ewma
Exponentially Weighted Moving Average Filter
Stars: ✭ 21 (-8.7%)
Mutual labels:  arduino
Arduinoonpc
Stars: ✭ 18 (-21.74%)
Mutual labels:  arduino
Coapnet
CoAPnet is a high performance .NET library for CoAP based communication. It provides a CoAP client and a CoAP server. It also has DTLS support out of the box.
Stars: ✭ 23 (+0%)
Mutual labels:  arduino
Crittergram Capture Cam
Arduino sketch to accompany the Crittergram Capture Cam for Weekend Projects
Stars: ✭ 17 (-26.09%)
Mutual labels:  arduino
Pyquino
python3 serial port with PyQt5 Gui
Stars: ✭ 19 (-17.39%)
Mutual labels:  arduino
Esp8266 flight controller
Stars: ✭ 23 (+0%)
Mutual labels:  arduino
Mqtt via esp01
TCP/UDP Applicaton for UNO/MEGA/STM32 using ESP8266's AT firmware.
Stars: ✭ 23 (+0%)
Mutual labels:  arduino
Arduino Pro Ide
The Arduino IDE for advanced users and developers. Experimental alpha version.
Stars: ✭ 917 (+3886.96%)
Mutual labels:  arduino

LIN_Interface

Arduino LIN Interface

This Project will use an Arduino to communicate with an HELLA IBS 200X Batteriesensor. The current software version is able to read the most importand parameter from the sensor and print it as a json String over the serial interface or show it on a TFT Display.

The project uses a LIN breakout board from skpan electronics: http://skpang.co.uk/catalog/linbus-breakout-board-p-1417.html, and an ST7735S based 1,8" TFT display.

This project uses ideas and code snipets from: https://github.com/gandrewstone/LIN

The Hardware configuration is as follows:

LINBUS Breakout - skpang.co.uk

PIN LIN PIN Arduino Nano
GND GND
CS 2
FAULT VCC +5V
TxD 3
RxD 4
VCC Vcc +5V

Connector 2 on LIN Breakout:

  • UBat --> + Akku
  • LIN --> IBS PIN 2
  • GND --> GNC Connector Sensor not Akku !!

Hella IBS 200X Sensor

  • PIN1: --> + Akku
  • PIN2: --> LIN Bus

ST7735S Display:

PIN Display PIN Arduin Nano
LED VCC +5V
SCK 13
SDA 11
A0 (DC) 9
Reset RST 8
CS 10
GND GND
VCC VCC +5V
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].