Skip to main content

Fixing a BENQ MX518 projector

 The school where my kids learn have some old (10 year old) projectors and they are starting to fail. I took down one of them (a BENQ MX518 model) and tried to fix it. Its lamp didn't start and it showed two red leds: Lamp and Temp:


I replaced the lamp with a new one, but when I tried to start it it would still show both leds on and wouldn't power on the lamp. 

So, I took it down and tore it apart (in addition to the screws, there were some plastic clips that need opening). Inside, as expected, was a thick layer of dust:




The radiators were full of dust, but the fans still worked. The dust worked as an insulator, preventing components from cooling.


This is not a fan, but a speaker!



Thankfully, the capacitors on board looked fine, without leaks


The components below seem to have been fixed in place with hot glue, so that they don't vibrate:

After a thorough cleanup (with a vacuum, alcohol and cotton swab) most of the dust was removed and I could test the lamp once more. Take care to secure the tact switch for the lamp door (close the lid), because otherwise it doesn't power on:







Now it works, and it's back in the classroom:

So, next time, try to save your projector from the bin! It might just work after cleaning.


Comments

karolekgaj said…
Hello, i'm trying to reach you somehow. I need a small help with Odroid XU4 encoding with gstreamer. I'm not very experienced in this field, and probably my hours od research equals 5 min of conversation with you. I can pay for your time obviously. If you are willing to help a newbie, please send me some contact info to karolekgaj@gmail.com

Popular posts from this blog

Home Assistant + Android TV = fun

Here's a quick setup guide for controlling your Android TV from within Home Assistant. I've used it to control a genuine Android TV (Philips 7304) and an Odroid N2 running Android TV. For this to work you need ADB access. It can usually be enabled from within Developer Settings. The great part is - you don't need root access! The most important things are described in the androidtv component for Home Assistant: https://www.home-assistant.io/integrations/androidtv/ Make sure you go through the adb setup. My configuration is simple (inside configuration.yaml): media_player:   - platform: androidtv     name: TV Bedroom ATV     host: 192.168.1.61     device_class: androidtv Once Home Assistant restarts, your TV might require you to accept the connection (adb authentication). This happens only once (or until you reset your ATV to factory settings). Once running the integration will show you the current ATV state (on or off) and allows you to turn it on or off.

SmokePing + InfluxDB export + docker + slaves + Grafana = fun

I've been working for a while on this project - with the purpose of getting SmokePing measurements from different hosts (slaves) into InfluxDB so that we can better graph them with Grafana. The slaves run multiple Smokeping instances inside Docker so that they have separate networking (measure through different uplinks, independently). This will not be a comprehensive configuration guide, but a quick "how to" to handle setup and basic troubleshooting. It assumes you already know how to set up and operate a regular Smokeping install with or without slaves and that you are fluent in Smokeping configuration syntax, know your way around Docker and aren't a stranger from InfluxDB and Grafana (sorry, there's a lot of information to take in). 1. Getting Smokeping with InfluxDB support - you can get it either from the official page (most changes have been merged) - https://github.com/oetiker/SmokePing (PR discussion here: https://github.com/oetiker/SmokePing/issues/

Installing Home Assistant Supervised on an old 32bit HP laptop

 I've received a challenge from my former boss: an old HP laptop that was born in 2005:  an HP-Compaq NC6220 ( https://www.pocket-lint.com/laptops/reviews/hp/68181-hp-compaq-nc6220-notebook-laptop/ ). The specs are abysmal: So, i386, 1.7GHz single-core CPU (remember those?), 1G of DDR2 RAM (2x512M) and a 40GB ATA (not SATA!) drive. But hey, at least it has a serial port!  The challenge is to install HomeAssistant ( https://www.home-assistant.io/ ) on it so that he can monitor some Zigbee temperature sensors and relays (via a gateway). The first hurdle was to remove the BIOS password - following this nice guide: https://www.youtube.com/watch?v=ZaGKyb0ntSg Next-up - install HASSOS. Unfortunately, it doesn't support i386, but only x86_64... So, I went the Home Assistant Supervised route, and installed Debian 11 i386 edition from a netinstall USB ( https://cdimage.debian.org/debian-cd/current/i386/iso-cd/debian-11.6.0-i386-netinst.iso ).   Once Debian was up and running (didn't