Asus WL500GP Audio Hack


The Asus WL500GP wireless router runs Linux and has two USB ports. [equinoxfr] wanted to install audio support internally to the router though (translated). Luckily, it uses a VIA VT6212 4port USB controller. So, he was able to wire two more internal ports. A Brando USB soundcard is plugged into one of those ports and wired to an external headphone jack. He wanted dual RCA connectors, but they just wouldn’t fit. The router is running OpenWRT Kamikaze. MPD is used to serve music with the wymypy frontend since it has its own lightweight webserver.

Syringe Logic Probe, Revision 2

[Travis Goodspeed] has updated his syringe based logic probe that we covered earlier. Instead of soldering to the outside, he’s using silver wire shoved into the core of the needle. A nice side benefit is the safety cap now fits. Inside the syringe are two LEDs that indicate current direction. The sharp needle makes it a lot easier to hit small traces.

Single Side Arduino-ish Beta Board


Via [ladyada], [Raijuu] combined some ideas from [Ladyada]’s boarduino and [evilmadscientists] Atmel business card created his own single sided (for easy etching) project board for ATMega8/128 projects. You can tell that the design is an expression of frustration from past projects; We can definitely appreciate features like separate power and multiple sockets on each pin. (We’d probably consider adding some soldering points to allow for permanent connections.)

Detecting ISP Throttling


ISPs have recently become very aggressive towards their customers. They’ve been blocking or altering traffic to prevent you from using specific programs or protocols. Google’s Senior Policy Director recently stated that they’re developing tools to allow people to detect ISP interference. A couple other groups have been building tools as well: The Network Neutrality Squad just released the second beta of their Network Measurement Agent. The tool currently detects spoofed packets by monitoring the round trip time of the connection; early reset packets will have lower than average RTT. If you want to go more in depth, the EFF has published a guide for using Wireshark to do the detection. We’ve even heard rumors of people building tools to tunnel a session inside of one that looks completely different.

[photo: nrkbeta]

Wearable Haptic Devices Bestow Sixth Senses


Engadget recently posted a story about a flexible tactile display that can be wrapped around any part of the body and give haptic feedback to the user. The research team from Korea’s Sungkyunkwan University that developed the device are focusing on applications like Braille for the visually impaired or transmitting tactile data to a remote user, but this is just the beginning; the applications for wearable haptic feedback are wide open.

Continue reading “Wearable Haptic Devices Bestow Sixth Senses”

3 Wire LCD Display


Normally driving an LCD requires seven connections to pins on the display, but by using a shift register, [Phillip Warner] at Arduino Playground was able to drive an LCD using only 3 wires. The method is cheaper than a serial LCD, but you’ll mainly save yourself a lot of effort and time by using it.

[Warner] used a HEF4094 chip to group the lines together and a variable resistor to control the contrast. A zip file with the requisite code to make this work can be found in the post.

[via YourITronics]