Search found 23 matches

by marckarasek
Sat Feb 03, 2018 8:05 pm
Forum: Spirit Technical Discussion
Topic: Proposed Client -> Rasp Pi Control Software
Replies: 4
Views: 10951

Re: Proposed Client -> Rasp Pi Control Software

Very doable.. I am using some code from another PI project I have that was sending data/control to a 32x32 led display. One of the benefits to having a client server model is it closely follows the real Spirit that is up on Mars. With this appraoch a separate program could be developed to send a seq...
by marckarasek
Wed Jan 24, 2018 1:38 pm
Forum: Spirit Technical Discussion
Topic: Proposed Client -> Rasp Pi Control Software
Replies: 4
Views: 10951

Re: Proposed Client -> Rasp Pi Control Software

I will be updating this code shortly with a demo app for android and the server code for the PI.

The initial code will be leveraging the python code for triggering the buzzer. Hope to have the app and the server with some instructions on how to install after this weekend.
by marckarasek
Sun Jan 14, 2018 10:25 pm
Forum: Spirit Technical Discussion
Topic: Proposed Client -> Rasp Pi Control Software
Replies: 4
Views: 10951

Proposed Client -> Rasp Pi Control Software

I would like to propose a client <-> server model for controlling the Rover over Wifi (and eventaully BT). i have developed this for another project involving the Rasp PI and a 32x32 Led Display. The client for this is either a linux application or an Android App going over Wifi to the Rasp PI. You ...