I am currently working on https://yfirbord.com I've just started playing around with the GrovePi and I wonder: what's the fastest way to write code on my mac, compile it for the RaspberryPi, ship it there, and run it? That would be for debugging, mainly. Also, I heard about PlatformIO, is it something that can make this process easier?
-
The RPi is really no different than any other linux development environment. Top choices are usually something like git, ftp, or sftp.Jacobm001– Jacobm0012017年06月08日 03:20:55 +00:00Commented Jun 8, 2017 at 3:20
-
True story, I think I will automate something via sshuser68408– user684082017年06月08日 07:53:37 +00:00Commented Jun 8, 2017 at 7:53
1 Answer 1
There's also resin.io which offers a "playout" system that handles updates, etc. when dealing with a fleet of Raspberry Pis.
-
Good one, this looks great.user68408– user684082017年06月08日 07:54:11 +00:00Commented Jun 8, 2017 at 7:54