The Untold History of Arduino
41–50 of 74 posts
Re: The Untold History of Arduino
#42How-to become a douchbag in 10 steps: 1. Be the supervisor for a thesis that will become a open-sourced project 2. Use this open sourced project in one of the classes you teach at University 3. work together with and ask for help from the creator of the open-sourced project 4. see the value of the open-sourced project 5. fork it 6. claim it as yours 7. get rich by selling it 8. write super douchy email to a previous…
Re: The Untold History of Arduino
#43How-to become a douchbag in 10 steps: 1. Be the supervisor for a thesis that will become a open-sourced project 2. Use this open sourced project in one of the classes you teach at University 3. work together with and ask for help from the creator of the open-sourced project 4. see the value of the open-sourced project 5. fork it 6. claim it as yours 7. get rich by selling it 8. write super douchy email to a previous…
Banzi might come out as a douche, like Steve Jobs was. At a very very very different level they achieved the same. Would you prefer a world where wiring would still be a pretty niche project badly marketed only available for those in the field or a world where someone much more marketing oriented made Arduino explode and ignite a small but meaningful revolution in the approach to electronics?
Re: The Untold History of Arduino
#44How-to become a douchbag in 10 steps: 1. Be the supervisor for a thesis that will become a open-sourced project 2. Use this open sourced project in one of the classes you teach at University 3. work together with and ask for help from the creator of the open-sourced project 4. see the value of the open-sourced project 5. fork it 6. claim it as yours 7. get rich by selling it 8. write super douchy email to a previous…
Re: The Untold History of Arduino
#45Earlier quoted context omitted.
This is part of the reason I just buy the cheapest Arduino-compatible clones possible and laugh at the idea that we should all buy genuine Arduino to support the people who put in the hard work - it's been fairly obvious for a long time that it was a Wiring rip-off through and through. Probably also why the official Arduino ports to non-AVR architectures are so incompetent compared to third-party ones; the AVR port w…
Agree. I bought a better than Arduino clone for $5. The Chinese even sell cheaper ones but you must have some luck with the soldering.
Re: The Untold History of Arduino
#46Earlier quoted context omitted.
Banzi might come out as a douche, like Steve Jobs was. At a very very very different level they achieved the same. Would you prefer a world where wiring would still be a pretty niche project badly marketed only available for those in the field or a world where someone much more marketing oriented made Arduino explode and ignite a small but meaningful revolution in the approach to electronics?
This is a false dichotomy. I would prefer a world in which Banzi worked together with Barragán, which Barragán would have clearly loved and which might have given Arduino an innovator at its helm and the ability to actually keep up with the times, rather than being steamrolled by the Raspberry Pi on one end and by better microcontroller designs like Particle (Spark), Tessel and the MicroPython boards on the other.
Re: The Untold History of Arduino
#47Earlier quoted context omitted.
I agree, but is it then just the open source of it that drove Arduino over say, the Basic Stamp 1 by Parallax? I believe it was very accessible, affordable, and even the smallest Arduinos today are not much smaller albeit with more chips on them. I was using the Parallax Basic Stamp 1 in 1994, 10 years before he even wrote his thesis. It had a BASIC interpreter on ROM, PBasic, 5V regulator, EEPROM, oscillator, and 16…
Yeah the OP specifically called out open-ness as being a dealbreaker for the Javelin Stamp. I never used Basic Stamp, but from what I can figure, it didn't have ADCs by default, which is a huge deal. Even now people who are slapping an Arduino on top of Raspberry Pi because its the simplest way to get a few ADCs for sensor input. Cost also seems to have been an issue, and a big RS-232 port probably gave the impressio…
[1] http://www.nydailynews.com/archives/nydn-features/autumn-city-merry-menageries-big-stores-put-sugarplums-glass-article-1.746083
[2] https://www.youtube.com/playlist?list=PLcajvRZA8E0_ckfjqU1irYzOwbsYa2AjCRe: The Untold History of Arduino
#48Re: The Untold History of Arduino
#49It's no longer a Windows-only compiler. The standard compiler package includes binaries for OSX and Linux, too. It will even run on ARM if you compile it from source using the appropriate modifiers.
JALv2 is has a PASCAL-like syntax that is easy to learn and allows you to write some very elegant code.
The JAL libraries (jallib) are incredibly extensive, covering virtually every 8-bit PIC made and every possible peripheral function.
Vim supports syntax highlighting for JAL, making it a good text editor to use for writing code. I use Vim on a Raspberry Pi 2 to write and compile my code, then upload it to the PIC using the Pi's GPIO port and Pickle (http://wiki.kewl.org/dokuwiki/projects:pickle). No external programmer is necessary.
I prefer using JAL and one of the USB-capable PICs for my projects instead of an Arduino since I can build the entire project on a breadboard using one chip. I don't need to add a second serial-to-USB converter that's not available in a DIP package, nor require my users to install special serial driver from some unknown third party just to make it work.
Re: The Untold History of Arduino
#50Earlier quoted context omitted.
Agree. I bought a better than Arduino clone for $5. The Chinese even sell cheaper ones but you must have some luck with the soldering.
I also remember needing a non-standard USB driver, for a CH340 -- a bit scary to install: http://0xcf.com/2015/03/13/chinese-arduinos-with-ch340-ch341...