Over time, computing expertise has grown way more complicated than it was within the early days. By and huge, it is a good factor — at this time’s computer systems can crunch numbers orders of magnitude quicker than their predecessors, and the consumer interfaces aren’t even in the identical ballpark. However added complexity will not be at all times factor. If we need to see among the most putting examples of the issues pointless complexity could cause, it’s best to show our consideration from {hardware} to software program.
Do we actually want gigabytes of executables and information information, or built-in AI assistants, simply to jot down a fast memo or sort out just a few notes to save lots of for later? All of this bloat slows down our machines and distracts us from the easy issues that we need to use them for. Mateusz Nowak is aware of that typically, simplicity is precisely what we’d like most. So, he designed and constructed a barebones digital notepad known as the EclairM0. It’s tiny, it suits in your pocket, and it doesn’t have any bells and whistles to distract you.
The EclairM0 will not be a lot larger than a enterprise card at 5 x 4 cm and simply 8 mm in thickness. It has 14 buttons for getting into textual content, and a small 0.91-inch 128 x 32-pixel monochrome OLED show that may present you what it is advisable to see, and nothing a lot else. It’s powered by Microchip’s ATSAMD21E18 microcontroller, which is energy-efficient sufficient for the system to run for over 10 hours on a single cost of an 85mAh LiPo battery. The {hardware} is laid out on a customized PCB that was fitted right into a 3D-printed case.
Nowak needed to program the EclairM0 with MicroPython, however since its SAMD21 processor solely has 256KB of storage out there to it, that may have been too tight of a match. So as an alternative, he opted to code the firmware in TinyGo, a model of the Go programming language that’s meant to be used on microcontrollers.
As beforehand talked about, the system solely has 14 buttons. That’s not sufficient for every letter of the alphabet, not to mention numbers and particular characters. So Nowak took a web page from the design guide of cellphones of the early 2000s. People who used these early telephones will always remember urgent a button a number of instances to pick out the right letter when typing out a textual content message. This trick was used along with combos, like concurrently urgent two close by buttons to sort a quantity.
If you wish to purchase an EclairM0, the dangerous information is that you simply can’t — Nowak has no plans to promote them. However the excellent news is which you could construct your individual. There’s a detailed challenge write-up explaining the {hardware} and software program, and there may be additionally an entire construct information . The firmware has additionally been made out there for obtain. Go test it out and see for those who can simplify your individual every day routine with an EclairM0.The EclairM0 retains note-taking easy (📷: Mateusz Nowak)
The system’s elements (📷: Mateusz Nowak)