Problem with mysensor library on Arduino IDE Running on Raspi
-
Hello!
Can someone please help me with adding the MySensors library to Arduino IDE running on my raspi? I am trying the get it to work for a week now but can't figure it out..
What do I have to download and place where?
Please help before I throw out all my newly bought sensors..
Greetings,
Bob!
-
How far did you come on the raspberry guide?
-
Hi Hek! I don't want to make an PiGateway only a arduino ide programmer with MySensors library.
So that I can program sensors with my RasPi!
I followed the how to on the following URL:
http://razzpisampler.oreilly.com/ch10.htmlThe only part where I got an error was with the following lines:
cd alamode-setup
sudo ./setup
-
That guide will install arduino 1.0.1 on your RPI, which isn't compatible with the latest mysensors core library.
head over to arduino.cc under their download section and grab the linux arm version.
after you have downloaded it to your raspberry pi, you need to unpack the archive with:
tar xf <filename-of-archive>
This will create a new directory with the name of the file from before, enter this with cd <name-of-directory>, and issue the command ./arduino
(This was a super extreme quick guide to get arduino up on an arm platform..)
-
Thanks for your reply
i needed a little more info on how to instal ide on linux/arm on a RPI
so i found the how to on the folowing url:
http://duinorasp.hansotten.com/arduino-1-6-x-for-raspberry-pi-jessie/but i now get an error..
root@raspberrypi:/home/pi# dpkg -i arduino-core_1.6.5_all.deb arduino_1.6.5_all.deb
dpkg: fout bij verwerken van archief arduino-core_1.6.5_all.deb (--install):
krijg geen toegang tot archief: Bestand of map bestaat niet
dpkg: fout bij verwerken van archief arduino_1.6.5_all.deb (--install):
krijg geen toegang tot archief: Bestand of map bestaat niet
Fouten gevonden tijdens verwerken van:
arduino-core_1.6.5_all.deb
arduino_1.6.5_all.deb
root@raspberrypi:/home/pi#what do i do wrong?
-
Hi,
please translate anything into English. not everyone understands Dutch.
Why don't you try what @tbowmo suggested? His steps are quite clear... Besides, you are trying to install a version which is 2 major versions behind the newest one.
-
Thanks for helping me! I really appreciate it! Sorry for not being clear in what I wrote.
@tbowmo i don't know mutch about command line so that's why I was looking further with the info about arm version and all.
-
@bobbybobbybobby said in Problem with mysensor library on Arduino IDE Running on Raspi:
i think i got a little bit further.. but get an error..
pi@raspberrypi:~ $ cd arduino-1.8.1
pi@raspberrypi:~/arduino-1.8.1 $ ./arduino
/home/pi/arduino-1.8.1/java/bin/java: error while loading shared libraries: libjli.so: cannot open shared object file: No such file or directorythis time without dutch
-
have you tried to search google for that missing file?
I get a couple of hist on raspberrypi.org's forum
https://www.raspberrypi.org/forums/viewtopic.php?f=27&t=12403
https://www.raspberrypi.org/forums/viewtopic.php?f=66&t=11671They seem to contain some info..
ps. I had @Yveaux help me translate your dutch error messages But was trying to reproduce the installation steps you found on one of my test rpi's before posting any updates in this thread..
-
@pansen and @tbowmo fimaly i got arduino ide running on my rpi!!! i was trying this for about a weeks now.
thanks for the support.
-
This post is deleted!