Blurred Talon
15+ Year Contributor
- 2,307
- 44
- Jan 2, 2004
-
Paradise,
NL, Canada
This is certainly awesome!
Beats lugging a big laptop out to the car.
Beats lugging a big laptop out to the car.
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
For 1990-1999 Mitsubishi Eclipse, Eagle Talon, Plymouth Laser, and Galant VR-4 Owners. This is where the DSM platform history is documented and archived. Log in to help us in our mission, and to remove most ads from the browsing experience.
This site may earn a commission from merchant affiliate links, including eBay, Amazon, and others.
sudo mkdir /home/pi/Scriptssudo nano /home/pi/Script/shutdown.sh#!/bin/bash
#setup pins
echo "31" > /sys/class/gpio/export
echo "in" > /sys/class/gpio/gpio31/direction
echo "high" > /sys/class/gpio/gpio31/direction
#check gnd-31 jumper every 5 sec. Do nothing if no jumper
while [ "$(cat /sys/class/gpio/gpio31/value)" != '0' ]
do
sleep 5
done
#ecmlink stop log
DISPLAY=:0 echo key F12 |xte
sleep 5
#Pi shutdown
poweroff &
exit 0sudo nano /etc/xdg/lxsession/LXDE/autostart@lxpanel --profile LXDE
@pcmanfm --desktop --profile LXDE
@xscreensaver -no-splash
@sudo /home/pi/Desktop/ECMLink/begin/launch_link
@sh /home/pi/Desktop/ECMLink/begin/syncit.sh
@sudo /home/pi/Desktop/ECMLink/begin/start_capture
@unclutter –idle 5 –root
[COLOR="Red"]@sudo /home/pi/Scripts/shutdown.sh[/COLOR]


I've got a working set up.Does anyone have a valid download for ECMLink that works on Raspberry Pi (ARM proc)? I've found multiple links, but all them have failed.
Thanks!
Can you provide a link? ThanksI've got a working set up.
I have a repo for my whole project. If you're looking for help to just get link to run, I can share the setup file I'm using and what it does.Can you provide a link? Thanks
I’d be interested in the repo and or the setup fileI have a repo for my whole project. If you're looking for help to just get link to run, I can share the setup file I'm using and what it does.