Slashdot Log In
MiniOn ARM Microcontroller Programming System
Posted by
timothy
on Sat May 03, 2008 02:46 PM
from the software-you-can-touch dept.
from the software-you-can-touch dept.
profdc9 writes "For the past six months or so I have been working on the MiniOn, a network enabled microcontroller programming system, similar in idea to the Basic Stamp and Arduino hobbyists are fond of, but it is programmable and accessible through a Web browser and TELNET, requiring no installed development software. It uses the cheap, readily available LPC2000 ARM7TDMI micrcontrollers, and the easy to interface Microchip ENC28J60 for ethernet. The MiniOn firmware is written using only the free WinARM development tools (Linux tools work also) for those who wish to improve the MiniOn. I have already implemented an MP3 streaming server and a web-based graphical oscilloscope in MiniOnBasic. The MiniOn should hopefully lower the barriers and costs to getting started learning about embedded systems, and provide a non-proprietary method of data acquisition."
Related Stories
This discussion has been archived.
No new comments can be posted.
MiniOn ARM Microcontroller Programming System
|
Log In/Create an Account
| Top
| 75 comments
| Search Discussion
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Gumstix (Score:4, Interesting)
Re:Gumstix (Score:5, Informative)
Disclaimer: I used to work at gumstix, and I'm a stock holder.
Parent
Re:Gumstix (Score:4, Insightful)
Costs about the same as Gumstix, plus you get an LCD, speakers and a microphone.
Parent
This sounds like it might help (Score:3, Informative)
Oscilloscope (Score:3, Informative)
Have you actually implemented an oscilloscope in any meaningful sense, or is this just a low-performance data acquisition system? Nothing wrong with the latter (I'm in the process of designing and building a high-quality, modest performance data acquisition board myself), but it's not the same as a scope.
A scope needs, at a minimum, a decent sample rate (though for many purposes I'd settle for something as low as a 10MHz sample rate with 1MHz bandwidth, or even a bit less). It needs a properly compensated input (ie 1MOhm / 20pF or similar, and importantly specs on what that is). It needs an input amplifier with selectable gain, so that I can see down to at least 10mV/division (~100mV peak to peak full scale). It needs both an AC coupled and DC coupled mode. If it's implemented digitally, it needs 8 bits of noise-free resolution (10 would be nice, but often isn't required). If it's digital, it needs to specify timing jitter error (ideally specified as "negligible" though worse is fine as long as it's characterized). Ideally it should have multiple channels and some controls about triggers and such, but those aren't particularly required. Accuracy requirements are surprisingly loose: 2% is fine, 5% is usually acceptable for all or almost all parameters.
What you have looks like a handy first pass at a very simple data acquisition system. I don't mean to disparage that; it's a very useful tool. But, as an occasional analog engineer who would love to be able to recommend an inexpensive oscilloscope, this doesn't look like an oscilloscope at all, much less one worth recommending as such. The part that makes an oscilloscope hard to build is not the microcontroller code, but the analog front end. The 1960s vintage Tektronix tube scope I have does what I describe above, and most of that wasn't even state of the art at the time. The available tools have gotten better, but the fundamental requirements haven't changed. A data acquisition system is nice, but it's not really a tool for circuit analysis like a scope is.
Anyway, I'm done with my cranky analog engineer rant now. This looks like a very cool toy! I'll probably stick with my PICs out of habit, but I'll definitely take a look at this.
Well done, dude (Score:1)
This is a product placement Advertisement! (Score:1)
See http://www.olimex.com/dev/index.html [olimex.com] for a list of various processors supported!
I have used Olimex boards in the past. Not a bad way (and cheap!) to jump start a project!
A quick Google search will find many other vendors of cheap prototyping kits from many different companies. (Although
Mind you, the source is from a country that may scare your average paranoid homeland security guy.
Awesome!!! (Score:2)
It would be nice to have a tv our or lcd out... perhaps that would be a good side-project?
Thanks!!
LPC2000? (Score:4, Interesting)
The intention of the MiniOn (Score:4, Informative)
A better ethernet interface (Score:2)
http://www.wiznet.co.kr/pro_iin_W5100.htm [wiznet.co.kr]
Data collection (Score:2)
Aw. BASIC? (Score:1)
Yes, but how much does it cost? (Score:2)
Obviously more complexity means more expensive, but how does this system compare, as far as what you get for what you pay, to the best of what's already out there?
Re:Hmm (Score:5, Informative)
Parent
Re:forum (Score:1, Offtopic)
Whoever posted this needs to get out of their darkened basement, acquire an additional 10 years or so of maturity, and look into what is commonly known as a life. It's just so sad.
Parent