Go Back   EcoModder Forum > EcoModding > Instrumentation > OpenGauge / MPGuino FE computer
Register Now
 Register Now
 

Reply  Post New Thread
 
Submit Tools LinkBack Thread Tools
Old 04-26-2011, 02:48 PM   #111 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Nice list.

OK, I guess you've got some good points there. But in all fairness about 50% of those points are BS... chalking up human factors as a flaw in the hardware, hardly a bullet point. You can't rant about newbies as if that's a problem with the hardware itself... hell, the world is full of morons, I'd say a concentration of about 80% morons to 20% people that can actually write proper English (and in light of that, it's nice that both of us, and most in this topic, are part of that elite 20%, haha). That poses a mixed bag of issues: on one hand, we want to give the tools to the 20% that would know how to use it and appreciate all its fun. On the other hand, in a business sense, we would want it to be accessible for those 80% morons as well, the people that skim over FAQs and installation guides, screw everything up, and whine in reviews with total lack of punctuation when they can't figure out how to make it work.

Right now though, of the people that understand, want, and can use MPGuino... maybe 1% of them actually have the tools or knowledge to mod it in raw AVR/GCC/whatever code. It looks, smells, reads, hacks, and feels like Arduino, so that's where the code gets plugged into. It compiles, happy face. Everyone is happy, and I think it's a safe guess to say that 100% of the people doing "mods" on the MPGuino code here on ecomodder are using Arduino to do it. Are they noobs? Maybe to AVR. Because we didn't go to college for microcontroller programming, we don't live, sleep, eat, drink, breathe AVR. We don't want to have to root through 500+ page manuals (ATmega328P manual) to figure out what, exactly, switching Timer2 to Fast PWM mode does (rather, what WGM20 and WGM21 in the TCCR2A register do). I went through all that. It hurt my head. It wasted hours of my time. Noob? I dunno... I can turn a case of beer into a talking sentry with Arduino. Could I do that with raw AVR? Hell no... I probably could, if I rooted around fugly 1990's websites for a couple weekends, dedicated to the task, piecing together countless pieces of info... but I had a hard enough time understanding memcpy() (about 20 minutes debugging why I was getting setup failures, set up serial debugging to find it was returning gibberish due to having "dest" and "src" swapped - seriously, memcpy(dest,src,len)? WTF? Anything else is "src,dest" format)... then understanding char * pointers (I spent about an hour resolving a compiler error with how to pass "char name[10] = "blahblah0"" to a function call looking for "char *", before I realized that the call allowing "char *" was actually looking for a different data type in the FIRST parameter, hence I couldn't even use a char with it). Arduino is already tough and powerful enough as it is. The fact is, if someone is too noob to understand how to mod it, they're more than welcome to just run the damn code as it is. There's no need to put up fences to prevent willing-and-able people from trying to use MPGuino to learn Arduino or AVR... hell, if anything, it'll get your project extra press and attention for being open and flexible.

As for the hardware itself, and saying how ISP is "far and away the most common way to program atmegas"... ah, haha, and hahaha. Yeah, maybe in the avrfreaks circles. Maybe in the professional microcontroller development circles. Maybe in your house But certainly not in the open-source world of hobbyists and geeks. I'd love to see you pick up an ISP programmer at an electronics store. No? Even if you did find one, what would you use it with? Scour the internet and put together a toolchain, if you can. Bust open the command line and start hammering away. Hm... I dunno, not too inviting or open. Arduino is everywhere. It's a packaged product sold in stores. It's in the (mainstream) news. Websites like Instructables have Arduino sections. Paste a block of code in there, upload it, run it. Stupid-easy. Use one Arduino to program another. Mix and match, rinse and repeat. Hardware modders? Use the 16mhz version of MPGuino on a real Arduino, plug on a WingShield, add a few I/O pins and some code, hack away. The accessories and code for Arduino is everywhere, easily accessible, well indexed, well supported. You say it uses "specialized hardware" - really? The USB-UART chip? Well, if you don't want serial I/O on your Arduino, they make those too. Fact is, if you buy an Arduino, you know you can plug it in to any computer and program it. ISP, not so much. Why limit myself? With the USB in the Arduino, I can also use that serial to communicate with the PC with just a few lines of code.

AVR? Hell, I don't even know what to call it, the ecosystem is so fragmented. Everywhere I go, I see pages from the 1990s, no formatting, no indexes, belching out raw data for me to sift through. The avr-libc documentation is a nightmare to browse through. Granted, Arduino docs have issues of their own (most notably with lack of full documentation on all Arduino-specific core functions), but overall their documentation is much more useful for people looking to understand how to use it - that is, helping noobs become "less noob" (I dunno, am I still a noob for using Arduino?).

There's nothing "moving target" about Arduino. Hell, even you were surprised at how flexible it was, in allowing people to just paste the MPGuino code into Arduino and compile it/run it, and have it be stable. Arduino is merely a (huge) extension to avr-libc anyway. Take 'em or leave 'em, there's nothing moving about it, but anything you do implement from the Arduino libraries is pretty much guaranteed to be 100% stable for the life of the Arduino project.

Plus, I have no idea how the hell to compile and upload outside of Arduino. :P

  Reply With Quote
Alt Today
Popular topics

Other popular topics in this forum...

   
Old 04-26-2011, 03:10 PM   #112 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
Quote:
Originally Posted by FalconFour View Post
Nice list.

OK, I guess you've got some good points there. But in all fairness about 50% of those points are BS...
I am ignoring the BS, btw. Suffice it to say I've dis-proven most of your assertions already, perhaps not to your liking, but I don't care enough to spend another minute on it.

I will say I got started with GCC simply by setting build.verbose to true in Arduino preferences (and upload.verbose for an avrdude quickstart). After that it was all rather obvious (cut and paste into a batch file basically). Then I burned a bootloader using my isp to get the avrdude parameters for it. It was literally 3 minutes to reach escape velocity.

But I have said I am done discussing arduino, there is already a forum for arduino. I have have asked you nicely and repeatedly to provide a unique name however.

P.S. I got my first isp parallel cable programmer from walgreens for $3 on sale (plus some spare resistors laying about):
__________________
WINDMILLS DO NOT WORK THAT WAY!!!

Last edited by dcb; 04-26-2011 at 03:15 PM..
  Reply With Quote
Old 04-26-2011, 03:13 PM   #113 (permalink)
EcoModding Lurker
 
FalconFour's Avatar
 
Join Date: Sep 2010
Location: Fresno, CA
Posts: 78

LEAF - '11 Nissan LEAF
Thanks: 4
Thanked 9 Times in 7 Posts
Funny, I was looking for verbose options in that file too. One thing Arduino is really lacking is some UI design... (hmm... a common trend in this microcontroller thing, it seems) So thanks for the tip!

And yeah, I've also repeatedly asked for feedback on some names I'd proposed throughout this thread... not getting very far though. I've never been too confident about using names, neither with people nor with software So I want to get some feedback before I go slapping a name on the project... I'm totally up for forking it to a different name, if just to make it easier to say
  Reply With Quote
Old 04-26-2011, 03:30 PM   #114 (permalink)
EcoModding Lurker
 
mcmancuso's Avatar
 
Join Date: Mar 2010
Location: TN-USA
Posts: 61

Green Metro - '99 Chevrolet Metro LSi Sedan
90 day: 32.78 mpg (US)

Metro Vert - '91 Geo Metro LSi Convertible
90 day: 50.52 mpg (US)
Thanks: 0
Thanked 1 Time in 1 Post
Just as a user, I've been working in CPP and using one of the tinyUSB devices to flash new programs to my 328, sparkfun has this one for $15:
Pocket AVR Programmer - SparkFun Electronics

This one also has power, which is nice, I've been plugging my chip into an arduino board to power it, then hooking the tinyUSB to the programming port.
  Reply With Quote
Old 04-26-2011, 03:39 PM   #115 (permalink)
dcb
needs more cowbell
 
dcb's Avatar
 
Join Date: Feb 2008
Location: ÿ
Posts: 5,038

pimp mobile - '81 suzuki gs 250 t
90 day: 96.29 mpg (US)

schnitzel - '01 Volkswagen Golf TDI
90 day: 53.56 mpg (US)
Thanks: 158
Thanked 269 Times in 212 Posts
The one caveat I would add is that the $10 avr clone here: Make Your Own MP3 Player when ordered with the avrisp firmware works well with avrstudio, which is nice because it has a debugger, you can single step through your programs, examine registers, memory values, etc, makes arduino look like edlin.
__________________
WINDMILLS DO NOT WORK THAT WAY!!!
  Reply With Quote
Old 04-27-2011, 08:56 PM   #116 (permalink)
msc
EcoModding Lurker
 
Join Date: Nov 2010
Location: S. E. Michigan
Posts: 45
Thanks: 0
Thanked 5 Times in 5 Posts
Maybe EcoDuino or MPGwidget for a name.

Mike
  Reply With Quote
Old 04-27-2011, 09:57 PM   #117 (permalink)
Master EcoModder
 
Join Date: Oct 2009
Location: Midwest
Posts: 337
Thanks: 4
Thanked 37 Times in 21 Posts
If the v.86 code from mpguino can be compiled and written to the ATMEL chip from arduino, then isn't the code compatible with arduino?
  Reply With Quote
Old 04-27-2011, 10:11 PM   #118 (permalink)
EcoModding Apprentice
 
Join Date: Jan 2010
Location: Newark, DE
Posts: 143

'91 CRX - '91 Honda CRX DX
90 day: 34.91 mpg (US)
Thanks: 0
Thanked 14 Times in 14 Posts
Quote:
Originally Posted by steffen707 View Post
If the v.86 code from mpguino can be compiled and written to the ATMEL chip from arduino, then isn't the code compatible with arduino?
Not necessarily. Arduino is a set of useful commands, not just a hardware specification. If the MPGuino code changes register settings that those Arduino functions rely on, either MPGuino or the Arduino functions may break. If you don't modify MPGuino with any of those Arduino functions, you should be fine. But then you can't say it's compatible with Arduino, can you?
  Reply With Quote
Old 04-27-2011, 10:36 PM   #119 (permalink)
Master EcoModder
 
Join Date: Oct 2009
Location: Midwest
Posts: 337
Thanks: 4
Thanked 37 Times in 21 Posts
Thanks Bobski! I never like relying on should.
  Reply With Quote
Old 05-13-2011, 06:29 PM   #120 (permalink)
Master EcoModder
 
Join Date: Oct 2009
Location: Midwest
Posts: 337
Thanks: 4
Thanked 37 Times in 21 Posts
Its been about 2 weeks since we had an update Falcon4, any news on the progress?

  Reply With Quote
Reply  Post New Thread






Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Content Relevant URLs by vBSEO 3.5.2
All content copyright EcoModder.com