Go to advanced search

by harrie
Mon Feb 25, 2019 6:53 pm
Forum: Automation, sensing and robotics
Topic: Home Automation Using HEYU issues
Replies: 2
Views: 1056

Re: Home Automation Using HEYU issues

I installed it successful a few days ago: mkdir -p ~/.src ; cd ~/.src wget http://heyu.org/download/heyu-2.10.tar.gz tar xf heyu-2.10.tar.gz cd heyu-2.10 sh ./Configure make # ... note this will take several minutes! sudo make install # select '3' - In directory /etc/heyu (for system-wide access) # ...
by harrie
Mon Apr 23, 2018 12:26 pm
Forum: General discussion
Topic: MoPower UPS version 2 in development
Replies: 6
Views: 1250

Re: MoPower UPS version 2 in development

Hi MosesPi,

Planning to order a MoPower.
Any idea when revision (v2) will be available?

Regards Harrie
by harrie
Sat Mar 25, 2017 3:56 pm
Forum: Beginners
Topic: Need help with resolution limit
Replies: 1
Views: 334

Re: Need help with resolution limit

try: fswebcam -r 1600x1200 test.jpg
by harrie
Sun Oct 26, 2014 9:35 pm
Forum: General discussion
Topic: Running a Service after loading bash
Replies: 1
Views: 562

Re: Running a Service after loading bash

Maybe you can startup your tool by crontab?

Code: Select all

@reboot              <path>/<bashcript>


I start my gps tool when my pi starts up ...
by harrie
Sun Oct 26, 2014 9:08 pm
Forum: Advanced users
Topic: Pi Question
Replies: 4
Views: 947

Re: Pi Question

Google for "Alfa R36".
It is doing what you ar looking for.
by harrie
Wed Oct 08, 2014 5:19 pm
Forum: Raspberry Pi OS
Topic: start/stop gpxlogger on GPS fix
Replies: 1
Views: 3426

Re: start/stop gpxlogger on GPS fix

Documentation tells us: The output may be composed of multiple tracks. A new track is created if there's no fix for an interval specified by the -i and defaulting to 5 seconds. So, start it with the parameter -i sudo gpxlogger -d -f <filename> -i <seconds> I use this parameters: sudo gpxlogger -d -f...

Go to advanced search