I understand. Ok then, I will give it a shot during the next days. Will let you guys know about the results.
-
Help, homeduino not working anymore [Solved]
-
Is this issue solved already? i’ve just compiled a new version of vhduino it’s working great on Linux raspberrypi 4.9.39+ #1021 Mon Jul 24 11:27:49 BST 2017 armv6l GNU/Linux
-
@DaanNL Not yet. But we should all be grateful if you let us participate from your success
-
@DaanNL Unfortunately, I couldn’t find the time to do anything yet. Would be nice if you could describe the exact steps you took. Did you have to change code in the https://github.com/pimatic/virtualhomeduino project?
-
@DaanNL said in Help, homeduino not working anymore [Solved]:
Is this issue solved already? i’ve just compiled a new version of vhduino it’s working great on Linux raspberrypi 4.9.39+ #1021 Mon Jul 24 11:27:49 BST 2017 armv6l GNU/Linux
Maybe you can share the steps required to compile the executable? This will be great!
https://github.com/pimatic/virtualhomeduino/issues/2 and https://github.com/pimatic/virtualhomeduino/issues/3"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
Yes i can…
I think i’ll make a repository on github… i’m doing a lot of things i want to share so i can check out how everything on github works and how i can merge changes -
@DaanNL you make me curious!
pimatic v0.9 has been released!
Support Pimatic and get some free stickers
Like us on Facebookmake it so !
-
@DaanNL said in Help, homeduino not working anymore [Solved]:
Yes i can…
Sounds great! Re virtualhomeduino you can start with creating a “fork” from the project and doing a “pull request”. If you familiar with “git” you should get easily started with github. If not, it might be helpful to start with “git” tutorial or alike.
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
@DaanNL That’s great! Any progress on uploading it to github?
-
@DaanNL Maybe you can summarize the compilation & linkage steps you did and I’ll be happy to setup a Makefile accordingly. Did you also modify sources?
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law
-
I’ll look at github later… for now this is the binary… i lost the source so have to digg into it again but i will trust me and i’ll share on github.
For now put the vhduino binary in the corrent location Tested on an rpi1 and rpi3
tar -zxvf vhduino.tar.gz
sudo cp vhduino /home/pi/pimatic-app/node_modules/pimatic-homeduino/node_modules/homeduino/bin/vhduino
sudo chmod +x /home/pi/pimatic-app/node_modules/pimatic-homeduino/node_modules/homeduino/bin/vhduino -
@mwittig I did modify some sources and compilation parameters… will fix it soon
-
@DaanNL
the binary is working on my RPI3 with the newest Image and Updates. Thank you. -
@Alexander-Lemke
Nice to hear! if anyone else has any success or failures please let me know! will share the source changes this week… -
@DaanNL Just tested your binary on a rpi2 running Raspbian release 2017-06-21, kernel 4.9.28-v7+ (my original setup which did not work). Works like a charm now! Looking forward to seeing your changes in the github repo.
-
@mwittig said in Help, homeduino not working anymore [Solved]:
piGPIO
Hi,
I’ve tried to test some sample code for pigpio but i can’t get it running… what do you think about the rpi-rf library? (https://github.com/milaq/rpi-rf) -
@DaanNL it works with raspbian kernel 4.9.35-v7+ on rpi2b. Thanks a lot!!!
-
@DaanNL said in Help, homeduino not working anymore [Solved]:
@mwittig said in Help, homeduino not working anymore [Solved]:
piGPIO
Hi,
I’ve tried to test some sample code for pigpio but i can’t get it running… what do you think about the rpi-rf library? (https://github.com/milaq/rpi-rf)Almost got it working with pigpio! Means a lot less CPU I think! Good for RPI v1’s!
-
@mwittig ok… i’ve ported the vhduino binary to pigpio… seems to be working smooth… i think some developer should take a look at the source to optimize it
-
@DaanNL Sounds great! I am happy to review. Do you have the code on github already?
"It always takes longer than you expect, even when you take into account Hofstadter's Law.", Hofstadter's Law