Hacker News new | ask | show | jobs
by dekhn 790 days ago
A Pinecil (digital soldering pen) is probably a better example. BL706 MCU, "a low-power, high-performance IoT chip that supports BLE/Zigbee wireless networking, ... BL702 has built-in RISC-V 32-bit single-core processor with FPU, the clock frequency can reach 144MHz, has 132KB RAM / 192KB ROM / 1Kb eFuse storage resources, supports external Flash, and optional embedded pSRAM."

The Voyager had a custom-designed processor (well, several) that were basically computers made out of basic logic chips (74xx series); see details here https://www.eejournal.com/article/voyagers-1-and-2-take-embe...

Either way, it's clear that we (well, JPL) can build extremely powerful and sophisticated systems with relatively small computers, suggesting that resource constraints can sometimes be a source of stability and creativity.

1 comments

>The Voyager had a custom-designed processor (well, several) that were basically computers made out of basic logic chips (74xx series);

This was not unusual at the time: many early arcade games were made exactly the same way. They've even been emulated by the MAME project.

yep, I had fun watching the Ben Eater videos where he builds a retrocomputer out of them. I even bought some of the chips to build a simple 4-bit counter with up/down buttons. It was a real revelation to understand that concept, and I ended up looking at an Apple I motherboard (https://en.wikipedia.org/wiki/Apple_I#/media/File:CopsonAppl...) and noticed the regular array of 74xx chips connected by some elegantly laid-out wires.