epsilonrt / piduino

Arduino API on Pi boards, the best of both worlds !
https://epsilonrt.fr/2019/01/piduino/
GNU Lesser General Public License v3.0
29 stars 7 forks source link

std system error #5

Closed ghost closed 5 years ago

ghost commented 5 years ago

When executing pido or pinfo I get the following error

terminate called after throwing an instance of 'std::system_error' what(): It seems that this system is not supported !: Operation not supported Aborted

ghost commented 5 years ago

are all arduino commands supported in piduino ?

epsilonrt commented 5 years ago

Yes ! that's the purpose of the thing!

ghost commented 5 years ago

so if i connect my android app to raspberry pi via bluetooth and with just Serial.read() can i receive data to raspberry pi from my android app ?

ghost commented 5 years ago

I would like to discuss about this in detail after the revision issue is fixed.

epsilonrt commented 5 years ago

I just analyzed the problem, I'll have to modify the code because your revision number has its F bit to 1. On older version of Raspbian, this bit was hidden. So it will take a little longer ...

ghost commented 5 years ago

How many days ?

ghost commented 5 years ago

I was very eager to use piduino in my project ? Is there any temporary fix so that I can use Piduino until you update the code ?

epsilonrt commented 5 years ago

could you give me the version of raspbian that you use (the date), thanks

ghost commented 5 years ago

Yup, the latest one. I just downloaded it today.

epsilonrt commented 5 years ago

Ok, I'm currently going with my students ... it's not easy. This will be done in the evening, here it is 16:00 at the latest tomorrow morning. Normally, manual modification of the piduino.conf file should have solved the problem, so there is a bug. I need to recreate your environment to understand why it does not work. piduino is in the development phase, even if it is already very stable, my students will use it in their project of end of study, it is perhaps your case?