rszimm / sprinklers_pi

Sprinkling System Control Program for the Raspberry Pi
GNU General Public License v2.0
310 stars 100 forks source link

Comiling for Arduino #88

Closed sisensee closed 5 years ago

sisensee commented 7 years ago

Has anyone been able to compile this successfully without dependency errors? I have encountered error after error and an stuck looking for gnu/stubs-32.h

tony-osp commented 7 years ago

Yes, I was using Arduino version of sprinklers_pi for a while (running it on Arduino Mega with Ethernet, as well as on Moteino Mega with Ethernet W5500). Logs viewing part does not work on Arduino since it depends on MySql.

Over time I modified the code a lot, evolving it into a separate project with considerably different set of features, sensors data collection, multi-station support and telemetry/logs operation on Arduino (available in my github repository).

Later on I switched back to RPi platform but with the new code.