Posts

Featured Post

Compress Links For Optimal QR Codes

Image
Link shorteners have been a staple of the online world for over two decades now, but they’ve got some issues– for one thing, it’s totally non-transparent where the link actually goes, leaving you open to all sorts of shenanigans, of which RickRolling is probably the best case. For two, your traffic is going through an external service who may have their own nefarious intent. [PortalRunner] had an idea: don’t shorten the link, but compress it . You see, a traditional URL shortener like tinyurl just generates a random code and associates that with your original link in its database. That’s fine, but you’re relying on a third party database. The alternative is to take the URL, encode it in some way, and apply some compression algorithm to the data. If the encoding and compression are open-source– which [Portal ]’s absolutely are — then you can check yourself before following the link, and/or self-host the whole thing for piece of mind....

A Hot End And Material Database For 3D Printing

Image
When it comes to 3D printing in the FDM world, you can go a long way just relying on standard settings that ship with your 3D printer and/or slicer. If you want to push the limits, though, it pays to better understand the hardware and materials you’re working with to know what you can get away with. To that end, [Robert Samples] put together the MeltCalc database to help.  The purpose of MeltCalc is simple—it collates data on hot ends and materials regarding factors like maximum flow rate, print speeds, and heater requirements. If you’re wondering whether a given hot end can flow a given filament at a given rate, for example, this tool is a great place to start. It features 64 different hot ends and 36 polymers typically used in the 3D printing world, and can spit out maximum flow rates and print speed estimations even accounting for fancy tech like Core Heating Technology (CHT) nozzles. It’s all based on thermodynamic modelling which [Robert] put together based on hi...

Reverse Engineered Grill Controller Gets Open Firmware

Image
If you are a regular reader, then the odds are you have taken apart an electronic gadget, either for a fix, or simply because your curiosity got the better of you. Once inside, it’s all but impossible to help yourself from doing at least a little reverse engineering. That’s what happened when [PRBS23] took a look inside a Gravity 800 Grill for a simple wire fix. But one thing led to the next, and now open source firmware for the grill is freely available! Control board schematic. The first order of business in creating the firmware is reverse engineering the original controller . Opening it up immediately reveals an ESP-32 and a well-labeled programming port. The rest of the control board is equally simple, including connectors for four thermistor temperature sensors, lid open/close switch, fan driver, 16 segment LCD, piezo buzzer, and some physical inputs. The thermistor along with the physical inputs are connected to a 16 pin chip, interfacing with the MCU over a 9600 b...

PolyShot Camera Focuses On Nostalgia

Image
Although we personally have yet to see anyone brandishing an old digital point-and-shoot camera, we hear they’re back in vogue. Why, though? People are nostalgic for that image quality. While he certainly could have simply picked up a vintage model somewhere for a likely inflated price, [Arnov Sharma] decided to build his own version and call it the PolyShot . The core of this project is the Unihiker K10 dev board, which uses an ESP32-S3, a whopping 2 megapixel camera, and a micro SD card to capture photos and display them back on the screen. The tricky part, if you can call it that, is the custom PCB. It’s a simple board with just three buttons: shutter, gallery, and next image. We do like that the position of the battery compartment creates a nice grip. The biggest difference here is that there is a few-second delay between pressing the shutter button and actually capturing the image, which you can see in the short videos below. So if you’re trying to get a shot of...

Edison Motors Offering All-Mechanical Trucks, At Least to Start

Image
We’ve been following Canadian startup Edison Motors for some time now, but their latest offering caught us a bit off guard– their BDE-sieries truck will be offered first without the electric hybrid drive that first peaked our interest. They make a good case for why in the video embedded below , in which the production prototype tows around a junked Nikola semi as a sort of momento mori of what Edison does not want to end up as. Now, make no mistake: Edison Motors is going to be selling the series-hybrid version of these big rigs eventually. That truck will have a Scania diesel rated at 500kW driving electric motors rated at a combined 1800 kW peak power– that’s 2400 ponies. Along with the diesel generator, those ponies will be driven by a big o’le battery– but none of that is in the truck in the video. It’s the same cab, and the same frame, but in order to get some revenue in while jumping regulatory hurdles and working the kinks out of the hyb...

One Man’s Perfect Retro-Style Monitor Takes All Inputs

Image
Perfection is an inherently subjective measure, in that one must choose the criteria against which to measure. A perfect circle is an absolutely rubbish octagon, for example. So when you see that [RetroBuiltGames] declares that he has built “the perfect multi-input display for retro gaming and vintage computing” — dubbed the “PixelVision AV1000 MKII” — keep in mind that he means the perfect display for his use case. That’s who he’s building it for, after all! The degree to which you find his product perfect is going to depend by-and-large how similar his use case is to yours. In that sense detailed explanations in the design/build video embedded below may be more valuable than the STEP files and PCBs in the GitHub link above– that way if your use case isn’t identical, you can perhaps learn something on the journey to build your own perfect monitor. For [RetroBuiltGames] the aesthetic was obviously a big part of it– he...

OLEDs Have Gained Brightness, Not Burn-In Resistance

Image
OLED displays solve many of the problems suffered by LC displays, including color fidelity, dynamic range and power usage. That said, especially in the early days OLED gained a reputation for dim screens, short lifespans and burn-in. Over time better organic dyes were developed, along with burn-in prevention methods that have made OLEDs much closer to LCDs in terms of longevity. In a recent comparison between OLED TVs by RTings it’s however clear that between 2017 and 2023 there haven’t been any major advances beyond bumps in brightness. The relatively dim screens were a major problem, as they prevented OLEDs from displaying HDR content. This issue has been well and truly addressed, as confirmed by RTings’ testing, but after an over 10,000 hours stress test that simulates about 10 years of regular use at maximum SDR brightness, especially static elements like the CNN TV banner happily burned in even on the newest models with all burn-in prevention measures enabled. ...