Skip to content

Commit

Permalink
Merge pull request #6 from openenergymonitor/dev
Browse files Browse the repository at this point in the history
compile with platform IO and travisCI
  • Loading branch information
glynhudson committed Jan 13, 2017
2 parents b290952 + 26d5138 commit 7fdbbc5
Show file tree
Hide file tree
Showing 7 changed files with 138 additions and 490 deletions.
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

0 comments on commit 7fdbbc5

Please sign in to comment.