Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compile with platform IO and travisCI #6

Merged
merged 7 commits into from
Jan 13, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
language: python
python:
- '2.7'
sudo: false
cache:
directories:
- "~/.platformio"
install:
- pip install -U platformio
script:
- platformio run -d firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328
-e rfm2pi_deploy
deploy:
provider: releases
api_key:
secure: KkNLrVnLaDA0oQPQvQ0EDduYN7nRF1FbieCqeG9C7s/V924lYdTivSs9jA0hIJy33LyFsns/52pKSmyASZo7/yogNstflqYcDahVGoB85ckbw+38MmDKByHguSIiqPgaiT2lIpIuuInsZCluuwWQBJ1geFxfad5VeLBozt798CwMw6JmIM5+73wAXQdAQnKzGTHecjz1m4+fcvaWIVzMJdc0JgC/o56Ul7PPeub4O3nQb2n9rnLA7y4esw/0malqkQiBCiXcCgZ6Dxz3pxQnuHy7Y9EGbUnNMB5M4q4M0NhBGAxSktneNjQ+Jtnl0S4iZ0F77xVZpxsfcZL+cPX0rDCYEvOnBVb6XqQjf7aHAxHcaockpNLIZ7s7ZawLnigXuF1AhXdAdELZwWcvbotHWxf+aGlcq7bCNvuYsrzQaD1kibH24M/6Y6xrLlbwNOZBv6My01kUIysLDAmLVG1R78gilas5R83xt4qHyxYf/SibgRrwkSXqqRnQP0AeDTwv2mEgvvnkmKyFGai4MgpSoJwcqKgC1r12WIKXZizN57SJLbrmf/jCbpy9+7JD8yraB4xC6qyI4glIyYXxRJ5MjLD/gW2GhCUvwRCwYucG69zw3G7sneJsmNFY7gBFztBBiLPADhyGU81n0OrBi/n0Bdqu/hZfD0kfPaCC/iP+PkE=
file: firmware/RFM69CW_RF_Demo_ATmega328/RFM69CW_RF12_Demo_ATmega328/.pioenvs/rfm2pi_deploy/firmware.hex
on:
repo: openenergymonitor/RFM2Pi
branch: master
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
# RFM2Pi
======


[![Build Status](https://travis-ci.org/openenergymonitor/RFM2Pi.svg?branch=master)](https://travis-ci.org/openenergymonitor/RFM2Pi)


## RFM12B / RFM69CW to Raspberry Pi board

With the addition of an RFM12Pi expansion board to receive data via wireless from other [OpenEnergyMonitor modules](http://openenergymonitor.org/emon/Modules) such as an emonTx energy and temperature monitoring node or an emonGLCD display. A Raspberry Pi used to forward data to an emoncms sever or/and log data locally to a localy instance of Emoncms server running on the Pi.

# Hardware Design
# Hardware Design
For hardware designs see https://github.com/openenergymonitor/Hardware/tree/master/RFM2Pi

## Documentation Overview
Expand All @@ -21,5 +21,5 @@ http://wiki.openenergymonitor.org/index.php?title=RFM12Pi_V2



### The RFM12Pi is sold through the OpenEnergyMonitor shop:
### The RFM12Pi is sold through the OpenEnergyMonitor shop:
http://shop.openenergymonitor.com/raspberry-pi/
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.pioenvs
.piolibdeps
Loading