0

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?

asked Jun 7, 2017 at 20:24
2
  • The RPi is really no different than any other linux development environment. Top choices are usually something like git, ftp, or sftp. Commented Jun 8, 2017 at 3:20
  • True story, I think I will automate something via ssh Commented Jun 8, 2017 at 7:53

1 Answer 1

0

There's also resin.io which offers a "playout" system that handles updates, etc. when dealing with a fleet of Raspberry Pis.

answered Jun 8, 2017 at 4:46
1
  • Good one, this looks great. Commented Jun 8, 2017 at 7:54

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.