From: <de...@jo...> - 2016-02-29 11:20:23
|
Hi everyone, thanks for the reference, Philip. So even though I sort of took off with my own hardware, I still consider the software as part of the tumanako project and the code is also still hosted in the tumanako git. As you might know I am happily driving around in my tumanako powered car and so are about 30 more people (although most of them still seem to be "driving" on their workbench only). So here is what I have: - Working motor/vehicle control firmware It uses pure slip frequency/amplitude control and achieves high motor efficiency and power. My Polo uses 12kWh/100km off the wall and the entire system is passively cooled. I have come to the conclusion that FOC offers no advantage if a speed sensor is being used. Theres also things like variable regen, cruise control etc. - A web interface for configuration and monitoring - A bootloader for upgrading the firmware over USART3 which does not interfere with the timer outputs and only needs RX/TX wires. - We are currently experimenting with synchronous motor (some Lexus drivetrain) and it looks promising that we can run this motor without FOC as well. Why am I trying to manoeuvre around FOC? a) It's not exactly straight forward, quantities like Id and Iq are very abstract b) It needs the current sensors which slip control does not There have been a number of refactoring approaches, like separating motor and vehicle control, using the QP framework etc. which might make the software simpler and more readable. The firmware is on the github repo, the remaining stuff is in a zip file on my web page. I have also registered the domain openinverter.org and was picturing a wiki, a forum and some shop software to go on there. Unfortunately I am lacking the time to work on all that. So if the old theme wants to rejoin and put some life into the project again that would be wonderful. All the best from Germany, Johannes Am 29.02.2016 um 09:53 schrieb Philip Court: > Hi Robin > > Tumanako has been pretty static, although Tom is still providing updates to > the BMS code base on occasion. I think the best place to go for an Open > Source motor controller being developed in the same vein is Johannes > project available here: > > http://johanneshuebner.com/quickcms/index.html%3Fen_motor-inverter,8.html > > Regards > Philip > > On 29 February 2016 at 21:45, Robin Vobruba <mls...@gm...> > wrote: > >> hello everyone! :-) >> (i wrote the initial versions of the SVN-to-git transfer script for >> tumanako). >> ... i was wondering today, what might be the state of tumanako, so i went >> on a duckduckgo search, and came to the sourceforge.net page. there is >> still the old SVN repo (i guess read only), and the last commit to the git >> repos was in 2013 or 2014. on the github tumanako site (which i did not see >> in my initial search, and which is not mentioned on sourceforge), i found a >> commit from 2015. >> so my question is... how do you seethe current state of the project? >> is it dormant? dead? or just a bit inactive? >> also.. did you maybe move on to a new project, or can you recommend one >> that is active now and has a similar philosophy? >> al the best! >> robin >> > ------------------------------------------------------------------------------ > Site24x7 APM Insight: Get Deep Visibility into Application Performance > APM + Mobile APM + RUM: Monitor 3 App instances at just $35/Month > Monitor end-to-end web transactions and take corrective actions now > Troubleshoot faster and improve end-user experience. Signup Now! > http://pubads.g.doubleclick.net/gampad/clk?id=272487151&iu=/4140 > _______________________________________________ > Tumanako-devel mailing list > Tum...@li... > https://lists.sourceforge.net/lists/listinfo/tumanako-devel > |