Search found 23 matches

by marckarasek
Sun Feb 25, 2018 4:23 am
Forum: Spirit Technical Discussion
Topic: issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino
Replies: 8
Views: 13964

Re: issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino

Ok I will try this... We should really have a heartbeat over this gpio so that the PI can signal to the Arduino when it has shutdown.. I will check out the python code and see what I can do to add to it or make a kernel driver for it in C. 5 Sec is still not enough time for the PI to properly shutdo...
by marckarasek
Sun Feb 25, 2018 3:03 am
Forum: Spirit Technical Discussion
Topic: issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino
Replies: 8
Views: 13964

Re: issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino

I just ran a test with the PI running Stretch and attached to a HDMI monitor. The Arduino was running the Spirit_BaseSketch_PiControl_Rev01 sketch. Hit power the led flashes for a few secs and then power down. The PI was still up at a screen no power down on the PI side. This is a huge problem and w...
by marckarasek
Sun Feb 25, 2018 12:01 am
Forum: Spirit Technical Discussion
Topic: Trouble Programming Arduino
Replies: 2
Views: 9110

Re: Trouble Programming Arduino

Kevin has posted the PDF getting started guide. Does anyone know what the original source for this doc is? I would be happy to edit it and update it with info like this.. and then check it in to one of the three repos i have created for the code : http://forum.plumgeek.com/viewtopic.php?f=18&t=8...
by marckarasek
Sat Feb 24, 2018 11:46 pm
Forum: Spirit Technical Discussion
Topic: issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino
Replies: 8
Views: 13964

issues with PI SD Card .. Failing to boot... and a Heartbeat between PI and Arduino

Has anyone else seen an issue with the PI SD Card failing to boot and having to reformat the card? I am concerned that there is no heartbeat between PI and Arduino to handle the shutdown properly. I am going to post this here and also email Kevin. We need a heartbeat between the P{i and Arduino. Thi...
by marckarasek
Sat Feb 24, 2018 11:41 pm
Forum: Spirit Technical Discussion
Topic: Repos for PI/Arduino Code
Replies: 0
Views: 13401

Repos for PI/Arduino Code

Just created three new repos: https://github.com/MarcKarasek/RoverArduinoCode Baseline Sketches for Arduino is in the Arduino Repo All three zip files are now in their own dir in this repo. https://github.com/MarcKarasek/RoverPythonCode Baseline Python code for PI is in the Python Repo https://githu...
by marckarasek
Sat Feb 24, 2018 3:58 pm
Forum: Spirit Technical Discussion
Topic: Trouble Programming Arduino
Replies: 2
Views: 9110

Trouble Programming Arduino

I found another post that tells what to set the environment to: Set the board type to “Arduino Pro or Pro Mini” and the processor type to “ATMega328p 3.3v 8mhz” NOTE: Kevin the Docs (PDF) should be changed to add this. it currently says the board is UNO. I have used the Arduino Programmer before (N...
by marckarasek
Sat Feb 24, 2018 3:09 pm
Forum: Spirit Technical Discussion
Topic: Power Supply (Barrel) For the Rover
Replies: 1
Views: 8405

Power Supply (Barrel) For the Rover

Can anyone share the URL or PN of a power brick for the barrel connector on the Rover. I am having a hard time finding one that is 5V and 2-3 AMPs that will fit. Found this on Amazon : https://www.amazon.com/gp/product/B073JBRTH2/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1 Ordered will be here i...
by marckarasek
Sat Feb 24, 2018 2:28 pm
Forum: Spirit Technical Discussion
Topic: Quick Update - Working on Pi Code Today!!
Replies: 14
Views: 25491

Re: Quick Update - Working on Pi Code Today!!

Just created two new repos: https://github.com/MarcKarasek/RoverArduinoCode Baseline Sketches for Arduino is in the Arduino Repo All three zip files are now in their own dir in this repo. https://github.com/MarcKarasek/RoverPythonCode Baseline Python code for PI is in the Python Repo https://github....
by marckarasek
Sat Feb 24, 2018 2:22 pm
Forum: Spirit Technical Discussion
Topic: Quick Update - Working on Pi Code Today!!
Replies: 14
Views: 25491

Re: Quick Update - Working on Pi Code Today!!

I have a couple of github repos setup already for the PI code and Android App I am working on for controlling the Rover. I will setup a new repo for all the python code. You can add code to it.. I will take what has been released so far. the pixel code, etc.. and use this as a base for the new repo....
by marckarasek
Sun Feb 04, 2018 11:05 pm
Forum: Spirit Technical Discussion
Topic: Proposed Client -> Rasp Pi Control Software
Replies: 4
Views: 10569

Re: Proposed Client -> Rasp Pi Control Software

Got more of the Android App UI Done. Will work on the PI server part and getting the two to talk with each other. Plan to stub out on the PI the commands for each of the actions from the App (rover move fwd, move back, turn left, turn right, etc..). These can then be tied into a linux kernel driver ...