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

WIP: CC1101 Support und aktuelle SIGNALduino Libs in Master überführen #4

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
e44f0b6
cc1101 detection added
habeIchVergessen Jul 15, 2017
83e87b3
send and recv
habeIchVergessen Jul 15, 2017
abad781
version output
habeIchVergessen Aug 18, 2017
c9cc80e
fix travis error
habeIchVergessen Aug 18, 2017
2ab3415
fix travis errors
habeIchVergessen Aug 18, 2017
2e20e64
fix travis errors
habeIchVergessen Aug 18, 2017
c71b56b
removed old cc1101.h
sidey79 Aug 18, 2017
1add00d
cc1101.h
sidey79 Aug 18, 2017
ed910fd
Added fastdelegate lib
sidey79 Aug 18, 2017
0dff13f
Updated SignalDetectorClass and BitStore
sidey79 Aug 18, 2017
1df736e
Updated BitStore
sidey79 Aug 18, 2017
5eda2e5
Updated SIGNALESP.ino and cc1101.h and output.h
sidey79 Aug 18, 2017
5de1ca2
Fixed errors without cc1101
sidey79 Aug 18, 2017
78d1d76
Update README.md
sidey79 Aug 18, 2017
e49de4c
Update Project files, to include fastDelegate.h #7
sidey79 Aug 19, 2017
55f045d
Merge branch 'dev-cc1101' of https://github.com/RFD-FHEM/SIGNALESP in…
sidey79 Aug 19, 2017
1b44a01
signalDecoder.cpp
sidey79 Aug 20, 2017
3e0f6c5
Updated SPI ports in cc1101.h
sidey79 Aug 20, 2017
1eb5023
Fixed compiler flag - caused error when compiling with cc1101 support
sidey79 Aug 20, 2017
64a29eb
SIGNALESP.ino
sidey79 Aug 22, 2017
ef11666
SIGNALESP.ino
sidey79 Aug 22, 2017
b272b26
Auto relwase with travisci
sidey79 Aug 24, 2017
730017a
Corrected lib property version
sidey79 Aug 25, 2017
48affea
signalDecoder.h
sidey79 Aug 25, 2017
9936aaa
Updated SIGNALESP.ino to prevent compile errors
sidey79 Aug 25, 2017
0724151
new travis config with release folder
sidey79 Aug 25, 2017
920e6e9
updated travis config
sidey79 Aug 25, 2017
411f02e
upload SIGNALESP.cpp.bin after travis build
sidey79 Aug 25, 2017
2141a84
travis prevent cleanup after build
sidey79 Aug 25, 2017
1e99d8a
Updated travis to Arduino IDE version 1.6.13
sidey79 Aug 25, 2017
1564a99
Upload changed to SIGNALESP.bin
sidey79 Aug 25, 2017
bc8ee14
travis deploy only with tags
sidey79 Aug 25, 2017
dd36c0c
Compile only, whenn tagged with commit
sidey79 Aug 25, 2017
2ca07dd
quick hack to output in signaldecoderclass via ethernet server. #7
sidey79 Aug 28, 2017
91d334b
SIGNALESP.ino
sidey79 Aug 28, 2017
9289653
output tag in travis build
sidey79 Aug 28, 2017
a567824
Removed yield() after MSG_PRINT, because esp_yield is already include…
sidey79 Sep 1, 2017
133d3ee
bugfix ccconf
habeIchVergessen Aug 24, 2017
47635a4
bugfix ccconf (write EEPROM fixed)
habeIchVergessen Aug 30, 2017
17e18fd
signalDecoder - remove yield()
habeIchVergessen Sep 3, 2017
21606b2
hardware revision
habeIchVergessen Aug 22, 2017
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
72 changes: 44 additions & 28 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,37 +1,53 @@
language: c
before_install:
- "/sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile --background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16"
- sleep 3
- export DISPLAY=:1.0
- wget http://downloads.arduino.cc/arduino-1.6.5-linux64.tar.xz
- tar xf arduino-1.6.5-linux64.tar.xz
- sudo mv arduino-1.6.5 /usr/local/share/arduino
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
- /sbin/start-stop-daemon --start --quiet --pidfile /tmp/custom_xvfb_1.pid --make-pidfile
--background --exec /usr/bin/Xvfb -- :1 -ac -screen 0 1280x1024x16
- sleep 3
- export DISPLAY=:1.0
- wget http://downloads.arduino.cc/arduino-1.6.13-linux64.tar.xz
- tar xf arduino-1.6.13-linux64.tar.xz
- sudo mv arduino-1.6.13 /usr/local/share/arduino
- sudo ln -s /usr/local/share/arduino/arduino /usr/local/bin/arduino
install:
- git clone http://github.com/tzapu/WiFiManager.git /usr/local/share/arduino/libraries/WIFIManager
#- ln -s $PWD /usr/local/share/arduino/libraries/WiFiManager
# boards manager not working on 1.6.7 - 1.6.8
- arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json" --save-prefs
# install lib arduino json not working in 1.6.5
# - arduino --install-library "ArduinoJson"
- git clone https://github.com/bblanchon/ArduinoJson /usr/local/share/arduino/libraries/ArduinoJson
- ln -s $PWD/src/_micro-api/libraries/bitstore /usr/local/share/arduino/libraries/bitstore
- ln -s $PWD/src/_micro-api/libraries/output /usr/local/share/arduino/libraries/output
- ln -s $PWD/src/_micro-api/libraries/signalDecoder /usr/local/share/arduino/libraries/signalDecoder
- ln -s $PWD/src/_micro-api/libraries/SimpleFIFO /usr/local/share/arduino/libraries/simpleFIFO
- arduino --install-boards esp8266:esp8266
- arduino --board esp8266:esp8266:generic --save-prefs
- arduino --pref "compiler.warning_level=all" --save-prefs
- git clone http://github.com/tzapu/WiFiManager.git /usr/local/share/arduino/libraries/WIFIManager
- arduino --pref "boardsmanager.additional.urls=http://arduino.esp8266.com/stable/package_esp8266com_index.json"
--save-prefs
- git clone https://github.com/bblanchon/ArduinoJson /usr/local/share/arduino/libraries/ArduinoJson
- ln -s $PWD/src/_micro-api/libraries/bitstore /usr/local/share/arduino/libraries/bitstore
- ln -s $PWD/src/_micro-api/libraries/output /usr/local/share/arduino/libraries/output
- ln -s $PWD/src/_micro-api/libraries/signalDecoder /usr/local/share/arduino/libraries/signalDecoder
- ln -s $PWD/src/_micro-api/libraries/SimpleFIFO /usr/local/share/arduino/libraries/simpleFIFO
- ln -s $PWD/src/_micro-api/libraries/fastdelegate /usr/local/share/arduino/libraries/fastdelegate
- mkdir $PWD/release
- arduino --install-boards esp8266:esp8266
- arduino --board esp8266:esp8266:generic --save-prefs
- arduino --pref "compiler.warning_level=all" --save-prefs
- arduino --pref "build.path=$PWD/release" --save-prefs
script:
- "ls -l /usr/local/share/arduino/libraries/"
- "file /usr/local/share/arduino/libraries/*/*"
- "echo $PWD"
- "echo $HOME"
- "ls $PWD"
- arduino -v --verbose-build --verify $PWD/SIGNALESP/SIGNALESP.ino 2>&1
- ls -l /usr/local/share/arduino/libraries/
-
- echo $PWD
- echo $HOME
- ls $PWD
- arduino -v --verbose-build --verify $PWD/SIGNALESP/SIGNALESP.ino 2>&1
- file $PWD/release/*
after_success:
- bash <(curl -s https://codecov.io/bash)
#- bash <(curl -s https://codecov.io/bash)
- file $PWD/release/*
- mv $PWD/release/SIGNALESP.ino.bin $PWD/release/SIGNALESP.bin
- echo $TRAVIS_TAG
notifications:
email:
on_success: change
on_failure: change
deploy:
skip_cleanup: true
provider: releases
api_key:
secure: moWO4Z0OP5dzsTJMxQg40BIipaFOEdVujGEXMHaLlJ0oLOd0hBatGuyJ+RffgeTTuneIUPRwVuhR9Oj51f/Kh20D93MaL1wD/TzI4LlqhG1/fiIb7hkkZ0qsXX1/zkeUHjKm/jdptw1Pwps6UMoqG/KVRseZmr3a5BoMlaE1Cgx1pa1MUSqQq771gN+0XMV71CJv5BhoxCP0GryOOYaWtK2lXaFntOHEmwLEyOG2GcYfoafKaQ5sBqcKu/RhZ/LiovhouB5on7QI4pa7UNdJJNIIr0FZVnJkfqIXmbSDRMcyj1oa9T7LV1+8BmbTnZun7OeV6ZR36sz3rS7lnox/0lwZWQkG5js+yNXZnMZ+KFVavAPQE7NFQkQEb5GQ/mdwONQoQNYV9KtoOgN+tJwUxCjohxzYh4hv2CXJdYQbbkkVeRDrm1/82fc7A0xG0MD0az96GTCOvbCvGzmhvYbxRSpFqfHtOosPjSahaoMKiksfXlvLAM2K0xakNMl1lQThQbuZyvvvHsMLItcoZcQXEiQfztnkpIPOzfUlJL+7BqoSFAe9c3+tE/7STKkvj/5Ak2mTC+6xx3Y9gYFUtB4hQnBu5S9pR246VjMw8EqWd8d+mWrAoU7LwiZibcCuBBYjQDraiGp92CJkVfAgWarzJEMW4J47l2+RlB3/Cs5Dv9A=
file: '$PWD/release/SIGNALESP.bin'
on:
repo: RFD-FHEM/SIGNALESP
tags: true
condition: "$TRAVIS_TAG =~ ^release.*$"
branch: dev-cc1101
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Build Status](https://travis-ci.org/RFD-FHEM/SIGNALESP.svg?branch=master)](https://travis-ci.org/RFD-FHEM/SIGNALESP)
[![Build Status](https://travis-ci.org/RFD-FHEM/SIGNALESP.svg?branch=dev-cc1101)](https://travis-ci.org/RFD-FHEM/SIGNALESP)
# SIGNALESP uC v3.3 (development version)

System to receive digital signals and provide them to other systems pro demodulatiob. Currently tested with 433 MHZ, but not limited to that frequency or media.
Expand Down
Loading