Off-Grid EV Charging

There are plenty of reasons to install solar panels on one’s home. Reducing electric bills, reducing carbon footprint, or simply being in a location without electric service are all fairly common. While some of those might be true for [Dominic], he had another motivating factor. He wanted to install a charger for his electric vehicles but upgrading the electric service at his house would have been prohibitively expensive. So rather than dig up a bunch of his neighbors’ gardens to run a new service wire in he built this off-grid setup instead.

Hooking up solar panels to a battery and charge controller is usually not too hard, but getting enough energy to charge an EV out of a system all at once is more challenging. The system is based on several 550W solar modules which all charge a lithium iron phosphate battery. The battery can output 100 A DC at 48 V which gives more than enough power to charge an EV. However there were some problems getting this much power through an inverter. His first choice let out the magic smoke when it was connected, and it wasn’t until he settled on a Growatt inverter capable of outputting 3.5 kW that the system really started to take shape.

All of this is fairly straightforward, but there’s an extra touch here that makes this project noteworthy. [Dominic] wanted to balance incoming power from the photovoltaic system to the current demands from the EVs to put less strain on the battery. An ESP32 was programmed to only send as much power to the EVs as the solar system is producing at any given time, and also includes some extra logic to make sure the battery doesn’t drain itself from the idle power requirements of the inverter. Right now the system works well but the true test will be when it goes through its first winter. Even though solar panels are more efficient at colder temperatures, if the amount of sunlight or the angle of the panels aren’t ideal there is generally much less production.

Chaos And Camping

In a field somewhere north of Berlin right now, around 5,500 hackers and their family members are blinking, coding, building, giving talks, and simply hanging out. Once every four years, the German hacker scene gathers and gets burned by the day star, despite the ample warnings to apply copious sunscreen.

CCCamp is a must-attend-it-to-get-it type event, but it’s also chock-full of talks on numerous stages, and these you can see from the comfort of your own home without even getting a mosquito bite! We loved [Harald Welte]’s complete guide to the mysterious world of eSIMS, for instance.

What’s most amazing about Camp, though, is that it brings together hackers of all ages and interests. Someone with a tape-measure direction-finding radio, probably participating in the foxhunt, just walked behind another group learning yoga. There is UV tape art and a stinky diesel train. Old greybeards mingle with kids, all playing with the bubble machines. Two folks are playing bocce with old hard drives. I think one camp was working on an autonomous model boat.

Everyone brings what they’re interested in, shares it, and helps anyone else get started if they’re interested. It’s a hacker paradise, even if just for a few days every four years.

New Take On The Camera Obscura Brings Paris Indoors

We haven’t checked, but we’ll go out on a limb here and say this is the first project we’ve featured with a BOM that includes “an apartment in Paris with a breathtaking view of the Eiffel Tower.” We suppose there are other places in the world where a giant camera obscura like this would work too, but you’ve got to admit that the view is pretty spectacular.

Of course, a camera obscura is really just a dark room — that’s literally what it means in Latin — with a small aperture to admit light from the outside world. This projects an inverted image on the opposite wall, which must have looked absolutely magical to pre-technical people and honestly is still pretty stunning today. Either way, it’s a low-tech way of seeing the world in a different light. [Mathieu Stern] decided his camera obscura would turn the traditional design on its head. Literally — he wanted an upright image. Luckily, he found a supplier that makes special optics for camera obscura that do just that. It looks like the optic uses a Dove prism to invert the image, or in this case to turn it back into an upright image.

The real hack here was finding the perfect place with just the right view of the Eiffel Tower — not at all an easy task in a medieval city where streets go where they will and buildings tend to block the sightlines. [Mathieu] eventually managed to find just the right place. With a little aluminum foil to make the rented room really obscura and some strategically positioned sheets to improve the projection surface, he was able to project some beautiful images of the landmark and surrounding cityscape in a panorama on the apartment walls. The video below has some stills and time-lapse sequences that are pretty breathtaking.

We’ve seen other camera obscura before, including this mobile version which may have made things easier for [Mathieu], at the price of giving up a lot of the charm.

Continue reading “New Take On The Camera Obscura Brings Paris Indoors”

A Time-Lapse Film, Not A Time-Lapse Video

We’re used to time-lapse photography being merely a feature of our smartphone camera app, but of course it has its origins in film. A movie camera would be triggered frame by frame at fixed intervals, with the result being the timelapse. A dead art, you might wonder, were it not for [Kevin Santo Cappuccio], who is capturing his work in timelapse on 16mm film, with a vintage Bolex camera.

For those of us with a penchant for film the camera alone makes it worth a second look, but the actuation mechanism is at the heart of the project. It uses a slightly unusual but nevertheless strangely ubiquitous actuator, in the form of a car door central locking actuator. This in turn is triggered by an Arduino Nano, and he has the ultimate dream of using a 16mm film timelapse as part of a fully-16mm submission video for the Hackaday prize.

We think it’s a pity that more film-based projects don’t end up on these pages, so we’re very pleased indeed to see this one. If you’re curious about the other side of the 16mm system, well we’ve introduced you to the inner workings of a projector before, too.

An Odd Home Computer From The 1980s

If you were around when the Altair 8800 was king, you might remember the name Cromemco. They were an early vendor of add-ons for the Altair, along with companies like Godbout and Morrow. The company was mostly famous for a very crude digital camera for the Altair and a similarly-crude graphics interface card. They graduated into building S-100 bus computers. Like many similar companies, they could taste the upcoming home PC market, and they wanted a piece of it. Their answer? The $1,800 C-10 Cromemco Personal Computer, and you can see [Vintage Geek’s] thoughts on the odd machine in the video below.

The system ran CP/M and, like many similar systems, got lost in the rush to get the IBM PC. Compared to other computers of the time, the C-10 was compact. The keyboard layout seems odd today, but there wasn’t really much standardization in those days.

Continue reading “An Odd Home Computer From The 1980s”

Measuring Planck’s Constant (Again)

There are many well-known physical constants, but it always interests us when someone can approximately measure them using equipment you probably have. We could pretend it is because we want to help kids do science projects, but who are we really kidding? It is just the cool factor. [Stoppi] shows us several neat ways to measure Planck’s constant (German language, Google Translate link) using things like LEDs, solar cells, and common test equipment. If you don’t want to translate the web page, you can also see the setup and the math behind it in the video below.

If complex math triggers you, this might not be the video for you. The particular test in the video does require a very low current measurement, but that’s not very hard to arrange these days. There are actually several methods covered in the post, and one of them uses one of those familiar “component testers” that has an Atmel CPU, a socket, and an LCD. These can measure the forward current of LEDs, and if you know the wavelength of the LED, you can determine the constant. There’s even a custom device that integrates several LEDs to do the job.

Continue reading “Measuring Planck’s Constant (Again)”

A 6502 Overlay Debugger

Retired hardware engineer [Plasmode] recently took on the challenge of building a debugger for the 6502 designed to sit atop the microprocessor while seated in a solder less breadboard. The result is the Diagnostic Overlay for W65C02 Breadboard, consisting of 128 kB SRAM and a 1250-gate CPLD. Except being 0.8 in wide, the overlay debugger is otherwise the same size as the 6502’s 40-pin DIP package, so it doesn’t overhang other portions of your circuit.

Being an initial concept prototype, [Plasmode] mounted the chips dead-bug style on perf board — a process he himself found tiring. If he builds additional debuggers, presumably he will consider making a PCB.

The prototype was constructed using point-to-point soldering with 30-ga wire wrap wire.  It was all done under the inspection microscope.  There are not many connections, but they are rather tedious so I can only do a dozen or so wires per session.  It took me 2 days and several hours total to finish the prototype board.

This design is based on the CRC65 Frugal 6502 Single Board Computer, of course omitting the 6502 itself. Instead of a physical ROM memory chip, he implemented a 64-byte boot loader inside the CPLD and a serial port. This lets him to bootstrap the system over the serial port. He plans on expanding this to include other DIP-packaged retro microprocessors in the future. Check out his Hackaday.io project page ( above ). If you want to dig deeper, he posted the schematics here.