Search found 29 matches

by headamage
Sun Mar 18, 2018 3:41 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 67381

Re: Cloud robotics demo code

This is quite strange. i had a similar problem with my rangefinder but i managed to get values after I initialised it in arduino. Here is what my arduino script looks like (i am using the PiControl base sketch) */ #include "Hardware.h" void setup(){ // ************ THE SETUP ITEMS BELOW SH...
by headamage
Sat Mar 17, 2018 9:54 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 67381

Re: Cloud robotics demo code

https://photos.app.goo.gl/hx9gXN5FmgjjyN6h2 This is the final design of the sensor GUI. It seems to be working fine. The screenshot is with the rover sitting on my desk. Unless I am missing something, this should cover every environment sensor on the rover. Does anyone know if there are additional ...
by headamage
Sat Mar 17, 2018 3:02 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 67381

Re: Cloud robotics demo code

here is a little teaser of the graphs from the surface and range sensor along with motor speeds. I will extend this to include all the sensors on board.
by headamage
Sat Mar 17, 2018 2:55 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 67381

Re: Cloud robotics demo code

i recommend this for pi camera streaming https://www.linux-projects.org/uv4l/installation/ I then put this in /etc/rc.local uv4l --auto-video_nr --driver raspicam --encoding mjpeg --custom-sensor-config 5 --framerate 49 --vflip yes hflip yes --exposure fixedfps --video-denoise no --server-option '--...
by headamage
Sat Mar 17, 2018 2:38 am
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 67381

Cloud robotics demo code (now with actual code and links to BBC and FT)

Starting a thread now for some code I am planning to upload next week for a demo organised by King's College London and Ericsson to demonstrate cloud robotics over a prototype 5G network deployment in London. With that said, what is the prefered method for sharing code with the community? The code p...
by headamage
Sun Mar 11, 2018 6:34 pm
Forum: Spirit Technical Discussion
Topic: Range Finder Issue
Replies: 2
Views: 9401

Re: Range Finder Issue

same problem here except i don't physically connect any cables to the rover apart from USB to flash sketches.
by headamage
Sun Mar 11, 2018 11:58 am
Forum: Spirit Technical Discussion
Topic: Quick Update - Working on Pi Code Today!!
Replies: 14
Views: 25810

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

does anyone know why it goes crazy every time i run one of the demo python scripts? it returns the values but then it starts doing random actions like someone is holding an object close to the range finder in demo mode 1. have i misconfigured something or is it supposed to do this? also, when i flas...
by headamage
Mon Dec 04, 2017 10:29 pm
Forum: Spirit Technical Discussion
Topic: how to charge the battery?
Replies: 2
Views: 9037

Re: how to charge the battery?

by headamage
Mon Dec 04, 2017 6:15 pm
Forum: Spirit Technical Discussion
Topic: how to charge the battery?
Replies: 2
Views: 9037

how to charge the battery?

can i charge that battery straight from the rover or will I need a separate charger for it? I see there is a DC barrel connector but I am not sure what voltage to apply there and if I can charge the battery from it.
Also, is there a protection circuit for the battery?