# # # ### ## # # # ## # # ###
_____ / __ \ | / \/ | | | \__/\ \____/
## ## ###### ## ## ## ###
## ## ## ## ## ## ##### ## ####
_ _ ( ) ( ) | |_| | | _ | | | | | (_) (_)
IMPORTANT: enter the case-INsensitive alphabetic (no numbers) code AND WRITE SOME SHORT summary of changes (below) if you are saving changes. (not required for previewing changes). Wiki-spamming is not tolerated, will be removed, so it does NOT even show up in history. Spammers go away now. Visit Preferences to set your user name Summary of change: Also look at algorithm page: MembersPage/GoranJurkovic/DaewooLaNOS/VemsTCMalg ---- I have done the simple traction control module, well, PCB for now, based on ATmega128. It has * 4x20 LCD * 2 UARTs * SPI * 7 0.5A outputs * 7 analog inputs * digital inputs/outputs, etc.. ** does it have 4 digital inputs suitable for wheelspeed ? ** also directly suitable for high-toothcount ABS wheels, or those need HW divider ? The primary goal is calculating wheel's speed, and putting the information to the VEMS. The secondary goal is calculating 0-60-100mph, 100-200kmph, 0-200-400-1000m, average consumption, trip times, etc... http://memimage.cardomain.com/ride_images/1/2822/1741/7053370276_large.jpg http://slike.hr/vidi/tcm0.gif ---- Question: AIM protocol on VEMS doesn't have all the information. Can the AIM protocol be expanded for this information (injector time, etc)? * yes, via the AIM protocol we can send max 255 channels (2 bytes in each). Just list what else you need. ** Or, better yet, submit a patch against http://cell.dyndns.ws/aim/ We'll review it (untested patch also OK) and merge to mainstream. If you don't see something in global.h , make up engine.guessedvarname names. ---- Nice job you have done and think a lot of people could use the idea. I think if we should make a daughter board it should have several functions not only traction control. The avr 128 has a lot of IO and we could them fore other functions like launce, als and so on The commutation must be Can so we can send and resave information’s between the two boards also Can is the future if we some day should tray to control cars newer then 2000 I have no idea haw difficult it is to make the code but worth to consider Tnx Peter --- ATmega128 is compatible with AT90CAN128, so you could solder it to this board... This PCB is really universal type as you can see, it has connectors for 7x A/D inputs, 7x 0.5A capable outputs, 8x expansion/digital IO, 8x expansion digital inputs (for TWI, CAN, second UART, etc), SPI port, UART port, 4x20 LCD interface.. '''The only problem is protocol how could I interface this board to the VEMS''' ---- Optional: Add document to category: Wiki formatting: * is Bullet list ** Bullet list subentry ... '''Bold''', ---- is horizontal ruler, <code> preformatted text... </code> See wiki editing HELP for tables and other formatting tips and tricks.