https://github.com/blueandi/relayboard01
VSCP node for the CAN-bus to control relays and shutters.
https://github.com/blueandi/relayboard01
can-bus vscp vscp-framework
Last synced: 4 months ago
JSON representation
VSCP node for the CAN-bus to control relays and shutters.
- Host: GitHub
- URL: https://github.com/blueandi/relayboard01
- Owner: BlueAndi
- License: other
- Created: 2021-09-15T20:01:08.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-12-19T22:31:16.000Z (over 1 year ago)
- Last Synced: 2025-01-16T16:54:33.509Z (over 1 year ago)
- Topics: can-bus, vscp, vscp-framework
- Language: C
- Homepage:
- Size: 15.3 MB
- Stars: 2
- Watchers: 4
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Relay Board 01
[](http://choosealicense.com/licenses/mit/)
[](https://www.repostatus.org/#wip)
[](https://github.com/BlueAndi/RelayBoard01/releases)
The board is a VSCP node for the CAN-bus and controls several relays, which are external connected.

## Principle Flows
### Pushbutton

### Relay

### Shutter

# Used Libraries
| Library | Description | License |
| - | - | - |
| [Arduino](https://github.com/arduino/ArduinoCore-avr) | Arduino AVR Boards | LGPL |
| [avr-can-lib](https://github.com/dergraaf/avr-can-lib) | MCP2515 CAN transceiver driver. | BSD |
| [PlatformIO](https://platformio.org) | PlatformIO is a cross-platform, cross-architecture, multiple framework, professional tool for embedded systems engineers and for software developers who write applications for embedded products. | Apache-2.0 |
| [VSCP L1 Framework](https://github.com/BlueAndi/vscp-framework) | Very Simple Control Protocol (VSCP) Level 1 Framework. | MIT |
# Issues, Ideas And Bugs
If you have further ideas or you found some bugs, great! Create a [issue](https://github.com/BlueAndi/RelayBoard01/issues) or if you are able and willing to fix it by yourself, clone the repository and create a pull request.
# License
The whole source code is published under the [MIT license](http://choosealicense.com/licenses/mit/).
Consider the different licenses of the used third party libraries too!
# Contribution
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, shall be licensed as above, without any
additional terms or conditions.