Hey all, I'm pretty sure I used to have an account years ago to talk about repairs but I guess it's gone now
I wanted to take advantage of the 11.11 sales to get my first scope for basic hobby and electronics or car repair stuff. I don't work on electronics every day, and in fact more like a few times a month so I wanted to keep the budget reasonable. Is this scope still a decent option? Right now it's about $140 including shipping and VAT. Some other alternatives I see could be the Hantek 6022BE, maybe 1008c, or Owon VDS1022. The tablet/usb form factor I think would be helpful for using it outside occasionally.
I've read through (some) of this and other budget scope threads but unfortunately I don't know enough to be able to tell what's a big deal or not. Is 13ns rise time ok for a budget scope? Is fake 100Mhz better than the more realistic 20Mhz in the other scopes? Software/hardware triggers, etc, I've no idea. Use would be occasional Arduino/ESP32 project, hobby-level repair or watching sensors in the car, etc. Thanks, appreciate any suggestions.
in general, stay away from USB scopes like the Hantek 6022BE. I have one, and it's junk. No hardware trigger, no AC coupling, poor software (even if there are slightly better open osurce alternatives). Also, USB scopes put your laptop at risk when used for high voltages/currents like in a car
For Arduino and similar, a logic analyzer is a much more useful tool than a scope. Even a ~$10 Saleae clone (24MHz, 8 channels) will give you a lot of value. Most of the times, when working with processors, you need to analyze digital signals and protocols, things a logic analyzers excels at, and very few scopes do well. Same for sensors in a car, where most use CAN which can be fully decoded by a cheap logic analyzer. Decoders can also be "stacked" so if you have for example a QSPI EEPROM, you can see either the QSPI instructions or the memory instructions directly (first you capture a stream of bits for each wire, then you interpret those bits as QSPI commands, then you interpret the QSPI commands into EEPROM instructions, all automatically done for you). With a scope, you'd see a tiny portion of that stream of bits (1 or 2 channels), not even enough for a frame. With a logic analyzer you see all 6 signals in parallel and can capture thousands of packets to analyze
The only times when you need a scope, is when a signal is corrupted by noise or otherwise. After all, all digital signals are analog in nature, and only an oscilloscope allows you to see malformed signals. But in that case, you usually need a better scope than what $100 can buy you. For most people a cheap, used 100MHz analog scope would be much better than a cheap digital one (space permitting, those things are beasts). Not saying a scope is not needed, but a toy scope won't help a digital hobbyist much either
Given your requirements, I'd buy first a $10 logic analyzer. And keep my eyes open for a used scope (Rigol or analog). Once you have more experience, you will know what you need in an oscilloscope. I used an analog dual channel 100MHz for years (and logic analyzers), then found a used Rigol DS2072A (300MHz, dual channel, 2Gsps) for $275 on Craigslist, which is my main scope for all analog and digital work