Skip to content

Latest commit

 

History

History
13 lines (12 loc) · 2.6 KB

CONTENT.md

File metadata and controls

13 lines (12 loc) · 2.6 KB

Content of the repository

  • deprecated: Folder OpenWrt: config and other custom beescale files of dragino yun shield's linux component running openwrt.
    • latest.sh: shell script that produces latest.jpg from most recent date-stamp-named-snapshot of usb webcam driven by mjpg_streamer.
    • wan-watchdog.sh: shell script that checks connection from yun to web server and restarts connections if necessary. run by yun's cron.
  • beescale-yun-2022: arduino yun firmware/"sketch". Better get it from the hiveeyes repo: node-yun-http.ino
  • beescale-yun-ds18b20-two_load_cells-dht22-switch-sd-lux-lite: old arduino yun firmware/"sketch" with DHT22 and an ugly hardware workaround based on a relay to reset a sensor pin if that blocks the sketch. kept only for historical reasons (as with the corresponding wiring hand sketch).
  • add_line2.php: collects data and writes to databases.
  • graph.php: creates visible representations (charts) based on dygraphs js-framework.
  • graph_pure.php: creates visible representation (charts) with the raw data, no spikes eliminated, based on dygraphs js-framework.
  • deprecated: [latest.sh: shell script that downloads beecam-image from arduino yun's sd-card, processes it with a timestamp of creation date (imagemagick) and saves it on web-server as latest.jpg for display on web page.] this right now is implemented by a retail ip camera, that uploads images to an ftp-server and a bash-script there that gets them to the right directory on the web server.
  • sensorik.csv: example flat file database file.
  • sensorik_pure.csv: example flat file database file with uncorrected raw data.