Programming the Open-V Open Source CPU on the Web

You can now program the Open-V on the web, and see the results in real time. The code is compiled in the web IDE and then flashed to a microcontroller which is connected to a live YouTube live stream. It’s pretty neat to flash firmware on a microcontroller thousands of miles away and see the development board blink in response.

We’ve covered the Open-V before, and the crowd funding campaign they have going. The Open-V is an open hardware implementation of the RISC-V standard. And is designed to offer Cortex M0-class capabilities.

This feels like a create way to play …read more

Continue reading Programming the Open-V Open Source CPU on the Web

Blinking An LED – Extreme Edition

This hacker’s video on blinking LEDs never got the recognition it deserves. At the time of writing clocking in at just 61 views, but it is indeed a work of art. Just trust me, scroll to the bottom of the article and watch it, you wont be disappointed.

Not convinced? OK, let me tell you about it and the world it has opened up in the Japanese maker scene. We’ve all blinked an LED. Maybe it was just to test a microcontroller, like the simplest Arduino example.

Or we’ve been a tad more old school and used the classic 555 …read more

Continue reading Blinking An LED – Extreme Edition

The Resurrecting the Retro-futuristic Poly-1

[Tez] has acquired and resurrected a piece of New Zealand computing history, the Poly-1. To anyone who went to school in 1980s Britain, the Poly-1 appears to be a cooler, mirror universe version of Acorn’s BBC Micro. Like the humble Beeb, the Poly-1 was designed primarily for educational use. It also used a related, but superior, microprocessor (the Motorola 6809).

However while the legacy of Acorn lives on in the ARM architecture, only a few thousand Poly-1s were ever sold and it appears to have been largely forgotten.

The Poly-1’s demise was likely in part due to its high price …read more

Continue reading The Resurrecting the Retro-futuristic Poly-1

[NE555]’s SMD Prototyping is a Work of Art

Over on twitter [NE555] has been posting beautiful SMD prototypes.

Back in the 90s when surface mount components gained widespread adoption, the quick and cheap PCB prototyping services of today were unavailable. This led many to develop their own approaches. In Japan a particularly novel and beautiful approach was, and still is, somewhat popular. [NE555]’s work is a excellent example of this technique using a fine enameled wire (you can find this on eBay as “magnet wire”), wirewrap board, and careful hand soldering. [NE555] has made a great video on the process (which you can watch below).

According to my …read more

Continue reading [NE555]’s SMD Prototyping is a Work of Art

A Completely Open Microcontroller

I don’t know about you, but the idea of an Arduino-class microprocessor board which uses completely open silicon is a pretty attractive prospect to us. That’s exactly [onchipUIS]’s stated goal. They’re part of a research group at the Universidad Industrial de Santander and have designed and taped out a RISCV implementation with Cortex M0-like characteristics.

The RISCV project has developed an open ISA (instruction set architecture) for modern 32-bit CPUs. More than 40 research groups and companies have now jumped on the project and are putting implementations together.

[onchipUIS] is one such project. And their twitter timeline shows the rapid …read more

Continue reading A Completely Open Microcontroller

Blowtorch SMD Reflow

[whitequark] has been experimenting with a blowtorch for SMD reflow. Having just moved 8,000 km [whitequark] was stuck without any of his usual reflow tools. He did however have a blowtorch handy, and gave it a go.

When he mentioned his attempts on Twitter, we figured the results would mostly involve charred PCBs, smoke-filled rooms, and a possible trip to the local hospital. But [whitequark] is more sensible than we are, and by carefully monitoring the temperature and gauging the distance was able to get pretty decent results.

He’s made a couple of further attempts and has had varying results. …read more

Continue reading Blowtorch SMD Reflow

Laser Sequencer uses Arduino to Enable Super-Microscope!

[Philip Nicovich] has been building laser sequencers over at the University of New South Wales. His platform is used to sequence laser excitation on his fluorescence microscopy systems. In [Philip]’s case, these systems are used for super-resolution microscopy, that is breaking the diffraction limit allowing the imaging of structures of only a few nanometers (1 millionth of a millimeter) in size.

Using an Arduino shield he designed in Eagle, [Philip] was able to build the system for less than half the cost of a commercial platform.

The control system is build around the simple Arduino shield shown to the right,

…read more

Continue reading Laser Sequencer uses Arduino to Enable Super-Microscope!

iPhone Microscopy and Other Adventures

CMOS imaging chips have been steadily improving, their cost and performance being driven by the highly competitive smartphone industry. As CMOS sensors get better and cheaper, they get more interesting for hacker lab projects. In this post I’m going to demonstrate a few applications of the high-resolution sensor that you’ve already got in your pocket — or wherever you store your cell phone.

CMOS vs CCD

First lets quickly review image sensors. You’ve probably head of CMOS and CCD sensors, but what’s the difference exactly?

As the figure above shows, CCD and CMOS sensors are both basically photodiode arrays. Photons …read more

Continue reading iPhone Microscopy and Other Adventures