On
7 January 2026 at 09:44 IanT Said:
Yes, just purchased one myself John. I’m hoping it’s fully populated and not just the PCB – if so, then that’s very good value.
I already have a Chinese 8-Channel LA clone that uses the open source PC software, as well as my ancient TecTronix scope of course but this seems to be a simple (but useful) device at an affordable price – so why not indeed?
Sorry to rain on the parade, but this scope isn’t “very good value”. The User Manual is open and honest about it’s shortcomings, which are considerable. Briefly, a sample rate of only 20000Sa/s severely limits the scope’s utility. In comparison my £40 multimeter has a 1000000 Sa/s scope. Although that’s 50×, faster than the PCB module, the meter is too slow for about half my ordinary hobby needs. Used carefully a £70 48MSa/s PC USB oscilloscope does pretty well, but I rarely bother with mine because it too has limitations, despite being 2500× faster than the PCB module. Though the USB scope best matches the “good value” requirement I prefer my 1GSa/s scope. Takes much less setting up, and is easy to use because it’s comfortably faster than most of the signals I work with. Still a bit basic as scopes go, and, of course, it cost about £500!
Before anyone buys a £4.99 oscilloscope, have a think about how fast the instrument needs to be, and read the manual.
I hadn’t looked at the PicAxe “interfacing” manual on first ‘view’ but it looks like a useful primer for experimenting with simple micro controlled circuits. …
It’s fine, if a little on the old-fashioned side.
I tend to use ‘modules’ for most things these days (rather than discrete components) as they are cheap and convenient
very sensible!
but something simpler (e.g discrete) makes good sense when learning the basics of interfacing to the real world…
um maybe. Problem is discrete is not simpler! Usually harder. Discrete components make the builder responsible for lots of details, which may not be mentioned at all in a primer. Seems simple but isn’t. So, modules are generally quicker and more reliable. Better to take a lego-block approach, avoiding discrete circuitry as much as possible. For example, I have a magnetic remanance problem to solve, done by flipping which way round current is pulsed through the electromagnet. Could use 4 discrete transistors in a bo standard H configuration, but I’d have to sort out the board layout and add various extras like decoupling capacitors, protective diodes, and some resistors. Lots of chips do H motor control, and, a plug and play module costing less than I can buy the components for is available.
No need for youth to learn basic electronics as I did in the sixties, better to find modules (or chips), and work back from them to how it works in detail, should that be necessary.
I haven’t looked in detail but PicAXE Basic seems like it should translate to MicroMite Basic (MMB) very easily on your new Picomites Michael.
One of the problems with the BASIC family is it’s members aren’t standardised! MMB is much more advanced than PICAXE BASIC, and often replaces several lines of PICAXE with a single command. Good news, except learners still have to read the manual…
I’ve explained before why I don’t recommend BASIC, but not all BASICs are equally horrible. MMB is much cleaner and fully featured than PICAXE BASIC and the licensing is more sensible too. I’d avoid PICAXE BASIC unless the code has to run on a tiny microcontroller.
Dave