๐ฌ๐ง UK
๐ซ๐ท France
๐ฎ๐น Italy
๐ฆ๐น Austria
๐จ๐ญ Switzerland
๐ฉ๐ช Germany
๐ง๐ช Belgium
๐ณ๐ฑ Netherlands
๐ณ๐ด Norway
๐ต๐ฑ Poland
Coming up with some tactics/strategies before the competition.
Many bots available here: https://www.youtube.com/watch?v=gj2Bs70qUio
- 2 wheel drive, thick vertical disk by David Weston
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (print "Fast Electric Lifter & Drive") | |
| (print (get-vin)) | |
| (print (sysinfo 'uuid)) | |
| (uart-start 115200) | |
| ; Globals | |
| (define uart-buf (array-create type-byte 50)) | |
| (define chan-buf (list 0 0 0 0 0 0 0 0)) | |
| (define error-cnt 0) | |
| (define loop-start 0) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** ZTW Spider Lite v2 ESC to Solenoid Driver | |
| ZTW Spider Lite 18A v2 uses the ATMega8A and | |
| none of the MOSFET enable pins are PWM capable. | |
| Pin out: | |
| https://github.com/bitdump/BLHeli/blob/master/Atmel/ZTW_Spider_Lite_18Av2.inc | |
| To Do: | |
| [ ] Monitor VCC via PIN_MUX_V |
OlderNewer