All Projects → adlerweb → asysbus

adlerweb / asysbus

Licence: GPL-3.0 license
Arduino System Bus

Programming Languages

C++
36643 projects - #6 most used programming language
python
139335 projects - #7 most used programming language
PHP
23972 projects - #3 most used programming language
c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to asysbus

Twizy-Virtual-BMS
This is an Arduino library providing an emulation of the CAN communication protocol of the BMS (battery management system) on a Renault Twizy.
Stars: ✭ 57 (+147.83%)
Mutual labels:  arduino-library, can-bus
SparkFun CAN-Bus Arduino Library
No description or website provided.
Stars: ✭ 132 (+473.91%)
Mutual labels:  arduino-library, can-bus
MCP CAN lib
MCP_CAN Library
Stars: ✭ 567 (+2365.22%)
Mutual labels:  arduino-library, can-bus
Basecamp
An Arduino library to ease the use of the ESP32 in IoT projects
Stars: ✭ 251 (+991.3%)
Mutual labels:  smarthome, arduino-library
PalatisSoftPWM
Software PWM library for Arduino
Stars: ✭ 16 (-30.43%)
Mutual labels:  arduino-library
ioBroker.zwave2
Z-Wave for ioBroker. Better. Faster. Stronger.
Stars: ✭ 22 (-4.35%)
Mutual labels:  smarthome
Tradfri-FHEM
A Module for the FHEM Home-Control Software which enables connectivity to the IKEA Trådfri gateway
Stars: ✭ 23 (+0%)
Mutual labels:  smarthome
arduino-remote-uploader
Over-the-air arduino programming via xbee, wifi or nordic
Stars: ✭ 31 (+34.78%)
Mutual labels:  arduino-library
TimerInterrupt
This library enables you to use Interrupt from Hardware Timers on an Arduino, such as Nano, UNO, Mega, etc. It now supports 16 ISR-based timers, while consuming only 1 hardware Timer. Timers' interval is very long (ulong millisecs). The most important feature is they're ISR-based timers. Therefore, their executions are not blocked by bad-behavin…
Stars: ✭ 76 (+230.43%)
Mutual labels:  arduino-library
Make-Eufy-Smart-Again
Make an web controlled esp8266 remote control for Eufy (v11 or v11+) vacuum cleaners
Stars: ✭ 54 (+134.78%)
Mutual labels:  smarthome
Arduino
🚀 Proyectos de todo tipo para arduino utilizando sus sensores y actuadores. 🤖
Stars: ✭ 27 (+17.39%)
Mutual labels:  arduino-library
ArduZ80
The first Z80 emulation library for Arduino
Stars: ✭ 44 (+91.3%)
Mutual labels:  arduino-library
scd30
arduino esp8266 ESP8266 SCD30 SCD-30 ESP32
Stars: ✭ 38 (+65.22%)
Mutual labels:  arduino-library
GSMSim
GSM Library for SIMCOM Modules on Arduino.
Stars: ✭ 99 (+330.43%)
Mutual labels:  arduino-library
binrpc
HomeMatic xmlrpc_bin:// protocol server and client
Stars: ✭ 15 (-34.78%)
Mutual labels:  smarthome
SparkFun MMA8452Q Arduino Library
SparkFun Triple Axis Accelerometer Breakout - MMA8452Q Arduino Library
Stars: ✭ 16 (-30.43%)
Mutual labels:  arduino-library
Adafruit CAP1188 Library
Arduino library for the Adafruit CAP1188 8-Channel Capacitive Touch Sensor Breakout
Stars: ✭ 16 (-30.43%)
Mutual labels:  arduino-library
miniboot
🏗️ An I2C bootloader for Arduino.
Stars: ✭ 62 (+169.57%)
Mutual labels:  arduino-library
cep
CEP is a software platform designed for users that want to learn or rapidly prototype using standard A.I. components.
Stars: ✭ 140 (+508.7%)
Mutual labels:  smarthome
Commander
Arduino Command Line Utility
Stars: ✭ 20 (-13.04%)
Mutual labels:  arduino-library

aSysBus - The Arduino System Bus

aSysBus is hard- and software to build a network of arduino nodes using a CAN-bus or other interfaces. It was build as a replacement for iSysBus(DE), which used native AVR code and a java based configuration framework instead of Arduino. It is mostly used for home automation and other control communication.

For CAN communication Seeed-Studio/CAN_BUS_Shield is required. Be aware the library frequently breaks backwards compatibility. As time of writing master should work, if problems occur look for a commit close to a commit of this library and file a bug here.

Take a look around the wiki to learn more about the protocol, the included examples should help to get you started. If you speak german there are several videos over at YouTube.

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