Peek Email Reader Teardown

[morcheeba], who you should remember from CVS camera hacking, picked up a Peek and took some pictures while tearing it down. The Peek is a $100 QWERTY device with a simple OS designed only to check email. The device is being sold by T-Mobile with a $19.95/mo data plan. There’s nothing too spectacular to see other than 16MB of flash memory and a TI OMAP processor.

[via Make]

Parts: Tactile Switches For Your Next Project

Electronics parts can be a pain to choose. It’s often hard to tell from manufacturers’ datasheets if a part will fit your design. We auditioned six different tactile switches to find a cheap button to use in upcoming projects. A tactile switch, also called a momentary button or push-to-make switch, is commonly used for input and microcontroller resets. This type of button creates a temporary electrical connection when pressed.

Footprints for most of these buttons are available in the Cadsoft Eagle library switch-tac, or in the Sparkfun parts library under TAC_SWITCH. Buttons in the image above are discussed from left to right. Continue reading “Parts: Tactile Switches For Your Next Project”

60 Watt Solar Panel Built From Cells

Our love for solar projects continues on with this method to make your own solar panels. [Mike] built a 60 watt solar panel from individual solar cells he purchased off eBay. Procuring parts off of eBay normally causes others hardship when they try to duplicate the project, however in this case there are so many types of cells people can use to produce their own unique solar panel. Even cells that are extremely damaged my still be used, as in this example. To charge a 12 volt battery the number of cells in series just needs to be 16-18 volts, and the rest in parallel will supply more current. Charging a battery without a charge controller is not recommended, but commercial ones are easily had. Those not interested in jumping all the way in with solar may want to test the waters by building their own panel and putting it to use as a charging station for your portable gadgets.

Passive Network Tap

Making a passive network tap can be an easy and inexpensive undertaking as shown in this Instructable. Passive monitoring or port mirroring is needed because most networks use switches which isolate the network traffic and this does not allow for the entire network to be monitored.  This example uses a single tap, using multiple taps will provide access to the full-duplex data separately. By using two taps you are able to monitor inbound data that is passed through one tap, and outbound data that is passed through the other tap.  Separate taps are desired because most sniffer software handles half-duplex traffic only and requires two network cards for full-duplex.

Continue reading “Passive Network Tap”

Cheap USB LCD

Part of the pre-Vista hype was the idea of auxiliary displays. Laptop and desktop displays would provide additional information from your computer. The Vista SideShow feature hasn’t really caught on and the surplus hardware has started to drop in price. Take this PicoLCD for example: It’s a 4×20 character LCD with an IR receiver, multiple buttons, and a USB connection. The best part is: it has Linux drivers and an open source SDK. We know  a lot of you like wiring up HD44780 based screens, but it’s hard to pass up a $50 prepackaged solution with such nice extras.

[via Engadget]

Reverse Engineering Silicon Logic

[Karsten Nohl] has recently joined the team on Flylogic’s blog. You may remember him as part of the team that reverse engineered the crypto in MiFare RFID chips. In his first post, he starts out with the basics of identifying logic cells. By studying the specific layout of the transistors you can reproduce the actual logic functions of the chip. The end of post holds a challenge for next week (pictured above). It has 34 transistors, 3 inputs, 2 outputs, and time variant behavior. Also, check out the Silicon Zoo which catalogs individual logic cells for identification.

LED Coffee Table

Spark Fun’s centerpiece at Maker Faire back in May was this LED coffee table. They just recently posted about how it was constructed. The surface is made from 64 8×8 RGB LED matrix boards totaling 4096 LEDs. The eight rows are connected to a custom router board so that one SPI line can control the entire display. The main microcontroller is an Olimex LPC2106 dev board. It runs a four player cooperative pong game where multiple balls are added over time. Each player gets a classic Atari paddle for control. You can see a video of the table running a screensaver after the break. Continue reading “LED Coffee Table”