https://github.com/thozza/iboard-mysensors-ethernet-gateway
sketch of Ethernet Gateway for MySensors on itead iboard
https://github.com/thozza/iboard-mysensors-ethernet-gateway
Last synced: over 1 year ago
JSON representation
sketch of Ethernet Gateway for MySensors on itead iboard
- Host: GitHub
- URL: https://github.com/thozza/iboard-mysensors-ethernet-gateway
- Owner: thozza
- License: gpl-2.0
- Created: 2014-12-13T16:11:26.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2018-11-25T17:11:29.000Z (over 7 years ago)
- Last Synced: 2023-05-03T07:12:42.430Z (about 3 years ago)
- Language: C++
- Size: 17.6 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://travis-ci.org/thozza/iboard-mysensors-ethernet-gateway)
# MySensors Ethernet gateway firmware
This repository includes the firmware for MySensors Ethernet gateway. The
firmware is designed for [IBoard](http://wiki.iteadstudio.com/IBoard). For
building the firmware, the use of [PlatformIO](http://platformio.org)
tool is assumed.
Code expects MySensors library version **2.3.0**.
## Building the firmware
Building is easy as running a single command:
```
platformio run
```
PlatformIO will take care of downloading MySensors library itself.
## Uploading the firmware
Run:
```
platformio run --target upload
```