Everything related to technology….
Reviving the Battery of a IBM Thinkpad 240
A while ago, I purchased a Thinkpad 240 online, and upon receiving it, my excitement grew as I discovered its almost pristine condition. The keyboard displayed only minimal signs of wear, and the Intel Celeron and Windows 98 stickers on the keyboard bezel appeared almost as they did in 1999. However, the notebook did have
How to Implement 3D Object Triangle Selection?
keywords: 3D geometry; triangle selection; vertex selection; When developing 3D software, you might want to allow the user to select specific polygons or vertices from your 3D model. Different parts of the geometry, such as corner points (vertices), triangles or surface normals must be selectable just by clicking on them. The complicated part is not
Honda CRZ ZE2 CAN Bit Assignment Sheet
A while ago I hooked a CAN logger to a friends CRZ, and reverse-engineered it a bit. Hope it helps for your projects 😉 Vehicle CAN Message ID Bit Length Description 0x13F 8 16 ThrottlePosition raw 0x13F 40 32 ThrottlePosition counter 0x164 0 8 Headlight switch 0x164 48 16 Vehicle speed 0x17C 24 16 Engine
“Can not find free FPB Comparator!” when using OpenOCD in Eclipse
The last two days, I had a very interesting problem that I thought is worth sharing. I am developing a project on an STM32 microcontroller. My toolchain uses Eclipse, which uses GDB, which in turn controls OpenOCD, which does all the low-level stuff so that I can flash and debug. That worked very well for
Honda Insight ZE1 OBDII Smartphone App
I’ve been using Peters OBDII C&C for quite a while now, and while I like it’s features, it lacks the intuitiveness of a modern smartphone app. So I thought it’s about time to improve this! System Architecture Two MCUs are working together to read the OBDII data from the car, and transmit it vie BLE
3D Circle Reconstruction from Ellipses
Keywords: 3D circle reconstruction, traffic sign reconstruction, ellipse fitting I came to the idea of publishing this software part I have been working on during my Master’s Thesis. During my time at SIMTech, I was working on robotics, 3D reconstruction of workpieces, and path teaching using Augmented Reality (AR). A part of our project was
3D Triangle Collision Detection
I wrote this over 10 years ago in high school when I wrote my first 3D game. I still need to copy in the graphics, but I hope it is useful for someone! Facharbeit im Leistungsfach Mathematik (fächerübergreifend zur Informatik) Thema: „Entwicklung eines 3D-PC-Spiels: MBDAK III“ Clemens Zangl Schuljahr 2006/2007 MSS 12 Max-Slevogt-Gymnasium Landau Inhaltsverzeichnis