, this is the final installment. Last time, I successfully ported it from Arduino Nano to ATTINY1614. This time, I assembled it into a Takachi SW53 case and verified its operation. Finally, I will ...
Getting to the Newberry Library to visit “Mapping Outside the Lines,” an exhibition of maps old and new, scientific and artistic, was easy. I typed the address into my car’s GPS and followed its ...
Arduino library for the I2C LCD display, typical 20x4 characters. The library is inspired by the excellent New-LiquidCrystal library by F. Malpartida. Therefore the interface is kept quite identical, ...
The most difference to the original LiquidCrystal library from Arduino is that this library supports printf() functionality. When using PlatformIO and AVR, to support float you must add following line ...
The first name on the list is Autodesk Eagle, an engineer-friendly tool that boasts a vast library of resources. It offers a full suite of PCB layouts, schematic editing tools, and collaborative ...
When comparing the Raspberry Pi and Arduino, it's no secret that the Pi is undoubtedly the more powerful board. It is, after all, a single-board computer (SBC) that can run a fully functional ...
Not long ago I wrote an article on TM FAST, a technological module from Siemens, equipped with FPGA, which allows the execution of very fast tasks in parallel to the PLC to which it is connected. The ...
Last time, we’ve used a logic analyzer to investigate the ID_SD and ID_SC pins on a Raspberry Pi, which turned out to be regular I2C, and then we hacked hotplug into the Raspberry Pi camera code with ...