Slashdot Log In
MiniOn ARM Microcontroller Programming System
Posted by
timothy
on Saturday May 03, @03:46PM
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
The Fine Print: The following comments are owned by whoever posted them. We are not responsible for them in any way.
Full
Abbreviated
Hidden
Loading... please wait.

Gumstix (Score:4, Interesting)
Reply to This
Re: (Score:3, Insightful)
Your comment seems
Re:Gumstix (Score:5, Informative)
Disclaimer: I used to work at gumstix, and I'm a stock holder.
Reply to This
Parent
Re:Gumstix (Score:4, Insightful)
Costs about the same as Gumstix, plus you get an LCD, speakers and a microphone.
Reply to This
Parent
Re: (Score:2)
Re: (Score:2)
Re: (Score:2)
This sounds like it might help (Score:3, Informative)
Reply to This
Re: (Score:2)
Re: (Score:2, Informative)
www.futurlec.com
Re: (Score:2)
Re: (Score:2)
> programmer that doesn't require RS232 standard 18 Volt serial ports (or
> similarly high-voltage parallel ports).
Thankfully a major barrier to becoming an embedded pr
Re: (Score:2)
Plug USB in and start programming in dead simple C.
Re: (Score:2)
Re: (Score:3, Informative)
Re: (Score:3, Insightful)
Re: (Score:2)
Re: (Score:2, 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.
Reply to This
Re: (Score:3, Informative)
Re: (Score:2)
I got my 561A for free, and I love it dearly. I don't mean to disparage it; lots of its features were state of the art at the time. Unless I'm mistaken, it introduced the ceramic strip construction techniques, producing much lower noise than its predeces
LPC2000? (Score:4, Interesting)
Reply to This
The intention of the MiniOn (Score:4, Informative)
Reply to This
Re:Hmm (Score:5, Informative)
Reply to This
Parent
Re: (Score:2)