Tinkercad Does Arduino

If you’ve done 3D printing, you’ve probably at least heard of Tinkercad. This popular CAD package runs in your browser and was rescued from oblivion by Autodesk a few years ago. [Chuck] recently did a video about a new Tinkercad feature: building and simulating virtual Arduino circuits. You can watch it below.

There are a variety of components you can add to your design. You’ll find an integrated code editor and a debugger. You can even get to the serial monitor, all in your browser with no actual Arduino hardware. You can also build simple circuits that don’t use an Arduino, although the component selection is somewhat limited.

Continue reading “Tinkercad Does Arduino”

Digitool Helps Debugging

Logic analyzers used to be large boxes full of high-speed logic and a display monitor. Today, they are more likely to be a small box with a USB port that feeds data to a PC application. [Juan Antonio Rubia Mena] wanted something more self-contained, so he built Digitool. Built around a PIC18F2525, the device can measure frequency up to 10 MHz and inject square waves up to 1 MHz into the circuit under test. Oh yeah. It also has a simple four-channel logic analyzer that displays on a tiny LCD.

The 500,000 sample per second rate and the 1024 sample buffer isn’t going to put any logic analyzer vendors out of business, but it is still enough to help you figure out why that SPI or I2C logic is messed up. It looks like a fun project that could have some usefulness.

Continue reading “Digitool Helps Debugging”

Robot: Do My Bidding!

Remote control robots are nothing new. Using Bluetooth isn’t all that unusual, either. What [SayantanM4] did was make a Bluetooth robot that accepts voice commands via his phone. The robot itself isn’t very remarkable. An Arduino and an HC05 module make up most of the electronics. A standard motor driver runs the two wheels.

The Arduino doesn’t usually do much voice processing, and the trick is–of course–in the phone application. BT Voice Control for Arduino is a free download that simply sends strings to a host computer via Bluetooth. If you say “Hello” into your phone, the robot receives *Hello# and that string could be processed by any computer that can receive Bluetooth data.

Continue reading “Robot: Do My Bidding!”

Rescuing A Proprietary Battery Pack With A Cell From A Camera

If you have an older handheld battery-powered device, you may be fighting a diminishing battery capacity as its lithium-ion cells reach the end of their life. And if you are like [Foxx D’Gamma], whose device is an Alinco DJ-C7 handheld transceiver, you face the complete lack of availability of replacement battery packs. All is not lost though, because as he explains in the video below the break, he noticed that a digital camera battery uses a very similar-sized cell, and was able to graft the camera battery into the shell of the Alinco pack.

Cracking open the Alinco pack, he was rewarded with the rectangular Li-Ion cell and two PCBs, one for the connector and another for the battery management circuitry. By comparison the camera battery had a much smaller battery management PCB, and it fit neatly into the space vacated by the Alinco cell once those covers had been removed. A fiddly soldering job to attach the connector PCB, and he was rewarded with a working Alinco pack and an unexpected bonus when he found out that the transceiver was a dual band model.

Along the way he’s at pains to point out the safety aspects of handling Li-Ion cells, and to ensure that the polarity of the cell is correct. It’s also worth our reminding readers that these packs must always be accompanied by their battery management circuitry. The result though is pleasing: a redundant piece of equipment made obsolete by a proprietary battery, given a new lease on life.

Continue reading “Rescuing A Proprietary Battery Pack With A Cell From A Camera”

Hackaday Prize Entry: PCBs On Demand With Etchr

The ambitious etchr – the PCB Printer is just a concept at the moment, but it’s not often we see someone trying to tackle desktop PCB production in a new way. Creator [Jonathan Beri] is keenly aware that when it comes to creating electronics, the bottleneck for most workflows is the PCB itself. Services like OSH Park make professionally fabricated PCBs accessible at a low cost, but part of the bargain is that turnaround times are often measured in weeks.

[Jonathan]’s concept for etchr is a small system that automates not only etching a copper-clad board with all the attendant flooding and draining of chemicals, but applying a solder mask and silkscreen layer labeling as well. The only thing left to do would be to drill any required holes.

The idea behind etchr is to first take a copper-clad board with photoresistive film or spray applied to it, and fix it into a frame. A UV projector takes care of putting the traces pattern onto the board (and also handles a UV-curable solder mask in a later step) and the deep frame doubles as a receptacle for any chemical treatments such as the etching and cleaning. It’s an ambitious project, but the processes behind each step are well-understood and bringing them all together in a single machine is an intriguing approach.

Desktop production of PCBs can be done in a few ways, including etching via the toner transfer method (whose results our own Elliot Williams clearly explained how to take from good to great). An alternative is to mill the PCBs out directly, a job a tool like the Othermill is designed specifically to do. It’s interesting to see an approach that includes applying a solder mask.

Flying Defibrillators

It’s a sad reality that, by and large, cardiopulmonary resuscitation (CPR) doesn’t save lives. Despite all the “you could save a life” marketing aimed at getting people certified in CPR, the instances where even the prompt application of the correct technique results in a save are vanishingly rare, and limited mostly to witnessed arrests in a hospital. Speaking from personal experience, few things are sadder than arriving on-scene as a first responder to see CPR being performed by a husband on his wife and knowing that no matter what we do, it’s not going to end well.

The problem is one of time. Hearts only rarely just stop beating outright; usually some kind of arrhythmia first causes the heart to beat ineffectively, leading to hypoxia and loss of consciousness. From there it’s about a four-minute trip to brain death, but in that brief window chances are pretty good that the heart can be restarted. That’s why witnessed cardiac arrests in a hospital have better survival rates — the needed electric reboot of the heart with a defibrillator is only as far away as the nearest crash cart.

The advent of the automatic external defibrillator (AED) has increased the odds for survival of out-of-hospital cardiac arrest (OHCA), but the penetration of AEDs into public settings is far from complete enough to put one within a few minutes reach of everyone who might need one. So it’s only natural that thoughts would turn to delivering AEDs to cardiac incidents by drones. It seems like a great idea, but will it work? Continue reading “Flying Defibrillators”

COSMAC Elf Calculator Gets New Firmware

Everyone remembers their first. Their first CPU, that is. For many of us, it was the RCA 1802 thanks to the COSMAC Elf articles that ran in Popular Electronics. The later versions of the chip family were much better but were never as popular, but the 1805 did find its way into a printing calculator for dimensions from a company named Boyd. Some of these recently showed up on the surplus market and–of course–were subsequently hacked.

[Bill Rowe] is active in the groups that still work with the 1802. Because of some specialized uses you can still get the chips readily, some four decades after they were new. Other computers at the time were difficult to build and relatively expensive, while for $100 almost anyone could wire wrap a simple 1802-based computer together in a weekend or less.

Continue reading “COSMAC Elf Calculator Gets New Firmware”