Keeps the energy consumption at a low level
http://hackaday.com/2014/07/24/custom-can-system-logs-motorcyle-data-like-magic/ Custom CAN System Logs Motorcyle Data like Magic July 24, 2014 By Matt Terndrup [images http://hackadaycom.files.wordpress.com/2014/07/rw-2x_on_stand_at_trc.jpg RW-2x_on_stand_at_TRC http://hackadaycom.files.wordpress.com/2014/07/capture.png (display) http://hackadaycom.files.wordpress.com/2014/07/download.jpg (flowchart) ] A student team at Ohio State University has designed and built a custom Controller Area Network (CAN) data acquisition system complete with a sensor interface, rider display, and a Linux-based data logger for a RW-2x [motorcycle]. They call their small, convenient micro-controller circuit board the Magic CAN Node, and it measures automotive sensors throughout the electric vehicle. This includes a variety of thermistor resistors to check changes in temperature. A few 0-5V and 0-12V sensors to monitor brake pressure transducers along with some differential air pressure sensors can be added too. Since the vehicle is basically a “rolling electromagnetic noise bomb”, they wanted to keep all of these analog sensors as close to the source as possible. The Magic CAN Node is based on a Texas Instruments microcontroller called the TMS320F28035. This keeps the energy consumption at a low level. For message handling, the team, led by (Aaron), tapped into the built-in CAN module within the F28035. All of the CAN plugs have two of the pins shorted to GND or +12V, so when there’s only one plug connected, the analog switch IC will connect a 120 ohm resistor across the CAN lines. The rest of the board is laid out in SI units, but the expansion interface is 0.1” pin headers on 0.1” centers. Seven of the analog inputs are available on the expansion header, as well as PWM outputs and digital interfaces (serial, SPI, I2C). Plus, a backpack can be made out of some perfboard if needed. Software features can be programmable over CAN as well making it able to receive and respond to commands over the network bus. The user interface is made up of bright, illuminated push buttons and has a unique feature in which the buttons light up, either red or green, depending on which way current flows. Lights in the buttons indicate which ones are active. Tri-colors indicate the status of the motor controller and GPS/datalogging unit. Combine together the CAN bus and a datalogger and they created the CANCorder! This is a device on RW-2x that uses a Beaglebone Black, which not only records all the data on the CAN bus but also provides a quick and easy way to access the current data inside. It can even find past data recorded as well. It was created by (Jenn) who was equipped with a custom built cape and a USB WiFi dongle to transform the Beaglebone into the CANCorder. This provided the them with the basic features to start off the project: which was a way to access CAN data easily. Their early goal for data logging was achieved by using a database file to cross check the various CAN messages that the CANCorder intercepted. They did this by programming the software to parses a specially formatted file that holds all the CAN messages. The data parsed by the software then had to be stored in a way that allowed quick searching later on. An AVL tree was chosen because it self balances itself as nodes are inserted; allowing for quick searching. Since adding nodes would occur only once during execution and nodes would never be removed, the inefficiency with these two operations was not a concern. [© hackaday.com] ... http://www.newsfactor.com/blog_article.php?aid=5635916 hack a day: Custom CAN System Logs Motorcyle Data like Magic 2014-07-24 ... http://current.osu.edu/?q=bikes/rw-2x Buckeye Current's 2014 RW-2x e-motorcycle Chassis Honda CBR1000RR - 2006 Motor controller Tritium WaveSculptor 200 Motor Enstroj Emrax 228HV Battery cells Advanced Electronic Energy (AEE) 40 Ah packaged prismatic For all EVLN posts use: http://electric-vehicle-discussion-list.413529.n4.nabble.com/template/NamlServlet.jtp?macro=search_page&node=413529&query=evln&sort=date http://sanfrancisco.cbslocal.com/2014/07/28/suv-pickup-truck-plug-in-electric-vehicle-revolution/ altetechnologies.com replaced V8 w/ 4cyl in SUV-pih w/ L3 @EPRI EVent ... http://nuworldresearch.com http://rema-ev.com/dc-fast-charge http://www.thanhniennews.com/world/electric-minicar-to-take-on-sao-paulo-traffic-nightmare-29257.html Brazilian car maker Strumiello set to unveil a lightweight mini-EV http://www.digitaltrends.com/cars/tesla-model-s-doesnt-get-navigation-in-china/ Chinese Tesla-S owners go w/o navigation due to Google incompatibility ... http://chinaev.wordpress.com/2014/06/30/tesla-response-navigation-on-the-way-for-chinese-customers-and-more/ Alysha Webb’s China EV Blog http://www.sunnewsnetwork.ca/sunnews/canada/archives/2014/07/20140727-150519.html Quebec man has Canadian North America's first electric Tesla taxi http://www.ecns.cn/business/2014/07-29/126708.shtml Tesla to further extend charging network in China + EVLN: EPRI seeks 'Request to stop charging' synchronized smart grid {brucedp.150m.com} -- View this message in context: http://electric-vehicle-discussion-list.413529.n4.nabble.com/EVLN-OSU-s-Magic-CAN-Node-micro-controller-data-acquisition-system-tp4670754.html Sent from the Electric Vehicle Discussion List mailing list archive at Nabble.com. _______________________________________________ UNSUBSCRIBE: http://www.evdl.org/help/index.html#usub http://lists.evdl.org/listinfo.cgi/ev-evdl.org For EV drag racing discussion, please use NEDRA (http://groups.yahoo.com/group/NEDRA)
