Circuit Lake

Electronic Project and Circuit Collection

Interfacing




Connect External Keyboard to iPhone

December 01, 2011 By: admin Category: Digital, Interfacing, Microcontroller, Project No Comments →

Interfacing infrared keyboard with iPhone

This project allows you to connect an external infrared keyboard to your iPhone without jailbreaking. It uses Cypress PSoC microcontroller to emulate a simple modem, and then expanded it to detect an infrared signal or read from a USB host controller, which converts this signal to FSK for transmission to an iPhone.

Android Breathalyzer

November 19, 2011 By: admin Category: Detector, Interfacing, Miscellaneous, PIC, Sensor No Comments →

Android Breathalyzer Project

Breathalyzer is a device for estimating blood alcohol content (BAC) from a breath sample. Based on this information, you may drive or not. Alinke has made simple Breathalyzer that can communicate with Android Phone.

IOIO, Control Electronics Project With Android Phone

November 17, 2011 By: admin Category: Interfacing, Miscellaneous No Comments →

Interfacing with Android Phone

If you want to connect your sensor using Android phone, then IOIO board could be the simple solution for it. The IOIO (pronounced “yo-yo”), a PIC-based board designed to work with Android device (OS versions 1.5 and greater). The board provides robust connectivity to an Android device via a USB connection and is fully controllable [...]

AVR Code Debugger

October 16, 2011 By: admin Category: AVR, Interfacing, Microcontroller, Project, Tools No Comments →

AVR Code Debugger DIY Project

AVR Code Debugger is useful tool to help you debug code without require resource in the MCU you are debugging. It only use 1 I/O pin, and is connected to a serial port from the host PC. Using a VT100 terminal to capture the output from the Debug tool, all of the debug information can [...]