![]() |
Re: Can the robot read a text file?
Quote:
|
Re: Can the robot read a text file?
Quote:
I know it's not for sale by them yet.... but it is something that is possible, and I've heard of teams doing it before.... |
Re: Can the robot read a text file?
Quote:
|
Re: Can the robot read a text file?
Quote:
This could be fixed by using an auxiliary PIC (although I would prefer an AVR.. woo GCC!), connecting the card via SPI, and using a serial connection between the aux board and the IFI controller. Also, I suppose if you wanted to get really fancy, you could emulate SPI by bit banging through the available i/o. |
Re: Can the robot read a text file?
The module i linked to above from spark fun has SPI or TTL interface
|
Re: Can the robot read a text file?
Quote:
1) Display command list (list number) 2) Set current command list (list number) 3) Delete command (command number) 4) Insert command (insertion point) 5) Modify command (command number) 6) ... Commands could be something like: 1) Drive Arc (arc parameters) 2) Drive straight (distance) 3) Turn in place (radians) 4) Set arm position (3-d position) 5) Catch fire 6) Inflate flotation device 7) End command list 8) ... The bells and whistles camera code might give you some ideas. -Kevin |
Re: Can the robot read a text file?
Quote:
Last year I posted some information about using an SD module for holding autonomous scripting files. I used a module from DOSonChip, but I think it uses the same chip as the sparkfun model. I wrote some test code that runs on an SX28, but never tried it on an RC. The code uses bit-banging on some port pins for SPI, and includes some simple file parsing examples. I intended to write some higher-level functions, but never got there. All of the information is in multiple blog entries here. Have fun, Jim |
Re: Can the robot read a text file?
I agree it is awesome to see people interested in this. I mean the use of these ideas can be very valuable.
|
| All times are GMT -5. The time now is 19:36. |
Powered by vBulletin® Version 3.6.4
Copyright ©2000 - 2017, Jelsoft Enterprises Ltd.
Copyright © Chief Delphi