Wolfram Alpha Electronic Tips

Electronics takes a lot of math. Once you’ve mastered all the algebra and calculus, though, it is sometimes a drag to go through the motions. It also can be error-prone. But these days, you have Wolfram Alpha which will do all the work for you and very easily. I use it all the time when I’m too lazy to solve an equation or do an integral by hand. But did you know it actually has some features specifically for electronics?

If you want to do a lot with electronics — or nearly any technical field — you are going to have to learn some math and you shouldn’t just rely on tools like Wolfram to skirt understanding the math. Unfortunately, schools often teach us that the point to math is to get a correct answer. For bookkeepers and at the very final stage of engineering, that may be true. But the real value to math for engineers and scientists is to develop intuition about things. If you increase a capacitor’s value does that make its reactance go up or down? Does a little change in load resistance make a corresponding small change in power consumption or is it a lot more? So you should understand why math works. But once you do, using a tool like Wolfram can free you to focus on the abstract questions instead of the detailed “grunt work.”

 

Tip #1: Split Personality

Wolfram can’t seem to decide if it is a symbolic math program or a search engine. Sometimes just putting a topic name in can lead to some interesting calculations. For example, look what happens when you enter the word opamp: Continue reading “Wolfram Alpha Electronic Tips”

Retrotechtacular: Apex Radio — The Forgotten HiFi

Broadcasting has changed a lot in the last few decades. We have satellite radio, internet streaming, HD radio all crowding out the traditional AM and FM bands. FM became popular because the wider channels and the modulation scheme allowed for less static and better sound reproduction. If you’ve never tried to listen to an AM radio station at night near a thunderstorm, you can’t appreciate how important that is. But did you know there was another U.S. broadcast band before FM that tried to solve the AM radio problem? You don’t hear about it much, but Apex or skyscraper radio appeared between 1937 and 1941 and then vanished with the onslaught of FM radio.

If you’ve heard of Apex radio — or if you are old enough to remember it — then you are probably done with this post. For everyone else, consider what radio looked like in 1936. The AM band had 96 channels between 550 and 1500 kHz. Because those frequencies propagate long distances at night, the FCC had a complex job of ensuring stations didn’t interfere with each other. Tricks like carefully choosing the location of stations, reducing power at night, or even shutting a station down after dark, were all used to control interference.

Continue reading “Retrotechtacular: Apex Radio — The Forgotten HiFi”

A Crystal Oscillator For A Stable Bench Reference

[Paul] likes a precise oscillator. His recent video shows a crystal oscillator with a “watch crystal” and a CMOS counter, the CD4060. Using such a circuit can produce very stable frequencies and since the 32.768 kHz crystal is a power of 2, you get nice divisions out of the counter.

We’ve seen the same trick done with decade counters (like the 4518B) to divide by 10 instead of powers of two to make frequency standards. A 1 MHz crystal can easily generate 100 kHz, 10 kHz, etc.

Continue reading “A Crystal Oscillator For A Stable Bench Reference”

Hands-On With New Arduino FPGA Board: MKR Vidor 4000

Hackaday brought you a first look the Arduino MKR Vidor 4000 when it announced. Arduino sent over one of the first boards so now we finally have our hands on one! It’s early and the documentation is still a bit sparse, but we did get it up and running to take the board through some hello world exercises. This article will go over what we’ve been able to figure out about the FPGA system so far to help get you up and running with the new hardware.

Continue reading “Hands-On With New Arduino FPGA Board: MKR Vidor 4000”

1950’s AM Transmitter Is Fun But Dangerous

[Mr. Carlson] bought a Globe Scout Model 40A ham radio transmitter at a hamfest. The 40A was a grand old transmitter full of tubes, high voltage, and a giant transformer. It is really interesting to see how much things have changed over the years. The transmitter is huge but has comparatively few parts. You needed a crystal for the frequency you wanted to talk. There were two little modules that were precursors to hybrid circuits (which were precursors to ICs) that were often called PECs or couplates (not couplets) but other than those, it is all tubes and discrete components beautifully wired point-to-point.

The really surprising part, though, is the back panel. There’s a screw terminal to drive the coil of an external coaxial relay that has line voltage on it. There’s also a plug on the back with exposed terminals that has plate voltage on it which is considerable. In the 1950s, you assumed people operating equipment like this would be careful not to touch exposed high voltage.

Continue reading “1950’s AM Transmitter Is Fun But Dangerous”

This Clock Is Hard: No Arduino Needed

You always hear that people talk about the weather. But it seems to us we see more clocks than we do weather stations. A case in point is [frank_scholl’s] clock made from an old hard drive. We found it interesting that the clock has no microcontroller at all. The custom PCB is all digital and uses the line frequency to drive counters which, in turn, drive the motors.

The one catch is that you have to have a hard drive that uses a very particular motor scheme for this to work. The platter rotation shows the hour and the head’s track position counts off the minutes from 0 to 59. Two buttons can speed up either rotation for the purpose of setting the clock. You can see it all in the video below.

Continue reading “This Clock Is Hard: No Arduino Needed”

Screaming Channels Attack RF Security

As long as there has been radio, people have wanted to eavesdrop on radio transmissions. In many cases, it is just a hobby activity like listening to a scanner or monitoring a local repeater. But in some cases, it is spy agencies or cyberhackers. [Giovanni Camurati] and his colleagues have been working on a slightly different way to attack Bluetooth radio communications using a technique that could apply to other radio types, too. The attack relies on the ubiquitous use of mixed-signal ICs to make cheap radios like Bluetooth dongles. They call it “Screaming Channels” and — in a nutshell — it is relying on digital information leaking out on the device’s radio signal.

Does it work? The team claims to have recovered an AES-128 key from 10 meters away. The technique reminds us a bit of TEMPEST in that unintended radio transmissions provide insight into the algorithm the device applies to encrypt or decrypt data. Most (if not all) encryption techniques assume you can’t see inside the “black box.” If you can, then it’s because it is relatively easy to break the code.

Continue reading “Screaming Channels Attack RF Security”