Keysight’s New 1000-X Scopes Get Double Hertz

It’s not every day that we have the pleasure of being excited about a new oscilloscope in the market; not only is it affordable but also produced by one of the industry’s big players. To top it all off,  all the marketing is carefully crafted towards students and hackers.

Keysight recently released a new line of oscilloscopes called the 1000X series that starts at $448. It’s an entry level, two-channel scope having (officially) 50 MHz, 70 MHz and 100 MHz versions to choose from. It hosts their standard technology such as Megazoom, but also some interesting, albeit optional extra quirks such as an in-built signal generator and a simple network analyser with gain and phase plot capability.

The release of this scope and the marketing strategy employed by Keysight feels like they’re late to this entry-level party but still want to get in on the fun. In the words of Keysight we should all immediately “Scrap the toys, get a real oscilloscope” . The persuasion has gone a step further; Keysight has kindly facilitated many giveaways and generated hype from our favorite EE YouTuber’sIf anything, this certainly heats up the entry level scope market, so we at Hackaday welcome it with open arms.

All this fuss about affordable yet capable entry level scopes started with Rigol. Here was a company that actually bothered to genuinely market a scope to the masses at a reasonable price. At the time, the norm for such scopes was to be marketed solely to schools and universities by large teams of suits. Winning the hearts (and money) of any hackers along the way was merely collateral damage.  The scope that considerably changed this was the Rigol DS1052e, the predecessor of the DS1054z which is now considered the benchmark for all entry level scopes. If Keysight is to entice us to scrap the toys, the 1000X series must spar with the community’s current sweetheart.

It is still early days for this scope, but [Dave Jones] already received one and successfully unlocked the shipped bandwidth lock. He has even unearthed an undocumented 200 MHz bandwidth mode by hacking the main processor board! Unsurprisingly, the analog front end is consistent across all the models with the sampling rate and bandwidth being set, rather old-fashionedly, by a few resistors on the main processor board.

Continue reading “Keysight’s New 1000-X Scopes Get Double Hertz”

Paramotoring For The Paranoid: Google’s AI And Relationship Mining

My son approached me the other day with his best 17-year-old sales pitch: “Dad, I need a bucket of cash!” Given that I was elbow deep in suds doing the dishes he neglected to do the night before, I mentioned that it was a singularly bad time for him to ask for anything.

Never one to be dissuaded, he plunged ahead with the reason for the funding request. He had stumbled upon a series of YouTube videos about paramotoring, and it was love at first sight for him. He waxed eloquent about how cool it would be to strap a big fan to his back and soar with the birds on a nylon parasail wing. It was actually a pretty good pitch, complete with an exposition on the father-son bonding opportunities paramotoring presented. He kind of reminded me of the twelve-year-old version of myself trying to convince my dad to spend $600 on something called a “TRS-80” that I’d surely perish if I didn’t get.

Needless to say, the $2500 he needed for the opportunity to break his neck was not forthcoming. But what happened the next day kind of blew my mind. As I was reviewing my YouTube feed, there among the [Abom79] and [AvE] videos I normally find in my “Recommended” queue was a video about – paramotoring. Now how did that get there?

Continue reading “Paramotoring For The Paranoid: Google’s AI And Relationship Mining”

3D Printed Engine Chugs Away On Balloon Power

So often, 3D printer owners buy their machines with the promise of freeing themselves from the shackles of commercial manufactured items, and making all sorts of wonderful and useful things to improve their lives. Then they proceed to print a menagerie of good luck cats and toy elephants, that little tugboat, and a host of other pretty but ultimately useless items in garishly colored filament.

Perhaps this is an unfair assessment, but if you have the sneaking feeling that it might just describe you then could we point you at something that while it still has little use is at least interesting to play with. [Gzumwalt]’s single cylinder air engine is as its name suggests, a piston engine that runs on compressed air. You don’t need a shop compressor though, your lungs or an inflated balloon will suffice.

It’s a simple enough design, but it does incorporate two connecting rods, one of which drives a sliding valve. All the files are available for download, and there is a video we’ve placed below the break showing it chugging away nicely from a balloon. It might not be the most useful of engines and it may not bring you good luck, but it beats a plastic menagerie in the interest stakes.

Continue reading “3D Printed Engine Chugs Away On Balloon Power”

Flappy Bird Is The New “Does It Run Doom?”

Back in 2014 [Johan] decided to celebrate BASIC’s 30 50 year anniversary by writing his own BASIC interpreter. Now, a few years later, he says he feels he has hit a certain milestone: he can play Flappy Bird, written in his own version of BASIC, running on his own home-built computer, the BASIC-1.

Inside the BASIC-1 is an Atmel XMega128A4, a keyboard from a broken Commodore 64, a joystick port, a serial to TV out adapter, and an SD card adapter for program storage. An attractively laser-cut enclosure with kerf bends houses the keyboard and hardware. The BASIC-1 boots into BASIC just like many of its home computer counterparts from the 80s.

Continue reading “Flappy Bird Is The New “Does It Run Doom?””

3D Printing Gets Cheesy

Has it ever crossed your mind that everything you see for sale–no matter how mundane–is someone’s life passion? Or, at least, their work passion. Somewhere as we speak two or three people are in a room trying to figure out how to make a whoopie cushion for two cents less than before. Someone is touting the virtues of the newest design in egg cartons. The guys that make the tube that carries your money to the bank teller at the drive through window? They exist, too.

It is natural for us to think about improving 3D printers but most of us print plastic. We might wish we could print metal. But researchers in a few places are printing cheese. We didn’t say hackers with the muchies, we said researchers. There’s a colorful slide show from the University College Cork in Ireland, for example. They printed cheese at two different speeds and used a laser scanning microscope and a rheometer to analyze the results. We’ve seen rheometers in plastic factories, but never in the kitchen. Meanwhile on the hacker front, apparently spray cheese cans work as an easy cold extruder (see video below).

Continue reading “3D Printing Gets Cheesy”

Control Alexa Echo From Anywhere In The World

If you are not within ear-shot of your Alexa Echo, Dot or Tap device and need to command it from anywhere in the world, you’d most likely use the handy mobile app or web interface to control it. For some strange reason, if you’d rather use voice commands from anywhere in the world, you can still do it using apps such as Alexa Listens or Reverb, among many others. We’d be the first ones to call these out and say “It’s not a hack”. But [pat dhens] approach is above reproach! He has posted details on how to Remote Control the Alexa Echo from Anywhere in the World. Short version of the hack — he’s using a Raspberry Pi with a speaker attached to it which commands his Alexa Tap using a text-to-speech converter program.

The long version is short as well. The user uses a VPN, such as OpenVPN, to log in to their home network where the Alexa device is located. Then, use VNC to connect to the Raspberry Pi to access its shell. Finally, the user issues a text command which is converted to speech by the ‘festival‘ program on the Raspberry Pi. The output goes to an external speaker via the Raspberry Pi’s 3.5 mm audio out jack. And that’s all there is to it. You’ve just issued a voice command to your Alexa from across the world.

Maybe it will save your vocal chords from damage due to excessive hollering, we guess. He’s even made a short video to prove that it works. Now all it needs is a microphone to listen to Alexa, convert speech-to-text, and then transmit it back to you across the world to complete the cycle.

We’re not sure, but he thinks this hack will lead him to world domination. Good Luck with that.

Continue reading “Control Alexa Echo From Anywhere In The World”

Arduino + Geometry + Bicycle = Speedometer

It is pretty easy to go to a big box store and get a digital speedometer for your bike. Not only is that no fun, but the little digital display isn’t going to win you any hacker cred. [AlexGyver] has the answer. Using an Arduino and a servo he built a classic needle speedometer for his bike. It also has a digital display and uses a hall effect sensor to pick up the wheel speed. You can see a video of the project below.

[Alex] talks about the geometry involved, in case your high school math is well into your rear view mirror. The circumference of the wheel is the distance you’ll travel in one revolution. If you know the distance and you know the time, you know the speed and the rest is just conversions to get a numerical speed into an angle on the servo motor. The code is out on GitHub.

Continue reading “Arduino + Geometry + Bicycle = Speedometer”