Search found 31 matches

by sm7tix
Sat Mar 24, 2018 10:22 pm
Forum: Spirit Technical Discussion
Topic: Pi3 and pixels make filesystem crash! Maybe sovlved
Replies: 4
Views: 10993

Re: Pi3 and pixels make filesystem crash!

I have solved the pixel error! I read this page [url] https://tutorials-raspberrypi.com/connect-control-raspberry-pi-ws2812-rgb-led-strips/ [/url] From this i made this code #!/usr/bin/env python # NeoPixel library strandtest example # Author: Tony DiCola (tony@tonydicola.com) # # Direct port of the...
by sm7tix
Sat Mar 24, 2018 10:17 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 64847

Re: Cloud robotics demo code (now with actual code!!)

I solved the pixel thing! I read this page [url] https://tutorials-raspberrypi.com/connect-control-raspberry-pi-ws2812-rgb-led-strips/ [/url] and made this code #!/usr/bin/env python # NeoPixel library strandtest example # Author: Tony DiCola (tony@tonydicola.com) # # Direct port of the Arduino NeoP...
by sm7tix
Sat Mar 24, 2018 6:47 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 64847

Re: Cloud robotics demo code (now with actual code!!)

Ok! I will adjust the code.
Qustion: If i light up some lights from the arduino script, will it crash sd card also?
What name do i use to access the chirp in python?
by sm7tix
Fri Mar 23, 2018 10:32 pm
Forum: Spirit Technical Discussion
Topic: Pi3 and pixels make filesystem crash! Maybe sovlved
Replies: 4
Views: 10993

Re: Pi3 and pixels make filesystem crash!

Ok. Looking forwards to a new solution.
by sm7tix
Fri Mar 23, 2018 12:41 pm
Forum: Spirit Technical Discussion
Topic: Pi3 and pixels make filesystem crash! Maybe sovlved
Replies: 4
Views: 10993

Pi3 and pixels make filesystem crash! Maybe sovlved

When I light up my rover the filesystem crash and I have to hard reset.
Any one else have this issue?
On the Pi2 it seams to work fine.
by sm7tix
Fri Mar 23, 2018 12:33 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 64847

Re: Cloud robotics demo code (now with actual code!!)

Hi Yes I think it works very good. One of my wheel servos are a little slower then the other so I can't drive straight. This I think i can fix some day. The only thing that is not so good is that it take all keyboard input from all consoles. If i leave manual on and got to another ssh session it kee...
by sm7tix
Thu Mar 22, 2018 11:29 pm
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 64847

Re: Cloud robotics demo code (now with actual code!!)

Thanks again for all the info! I will try to find someone to switch the pi3 to a pi2 on the rover for me, or i have to fix the issue for the spirit_pixel :D Now with a working platform it will be fun and easier to learn more about this rover and programming. Sounds great that you succeeded with the...
by sm7tix
Thu Mar 22, 2018 10:31 am
Forum: Spirit Technical Discussion
Topic: Cloud robotics demo code (now with actual code and links to BBC and FT)
Replies: 49
Views: 64847

Re: Cloud robotics demo code (now with actual code!!)

Network issue solved!! I don't know what was wrong, but i rewrote the /etc/network/interfaces file and now it works like a sharm! I can run graph, manual and cam at the same time. GREAT work! I get some error on read and error on write from cloud. Do you know how to debug that more? Do you know how ...