Skip to main content

Posts

Showing posts from March, 2016

Fingerprint Recognition with U.are.U 4500 Sensor

Control an arm Robot by Matlab, arduino, image processing

Running pubnub on esp8266

                   I.             Setup esp-open-sdk a.        Requirements and Dependencies(Debian/Ubuntu) sudo apt-get install make unrar-free autoconf automake libtool gcc g++ gperf \ flex bison texinfo gawk ncurses-dev libexpat-dev python-dev python python-serial \ sed git unzip bash help2man wget bzip2 sudo apt-get install libtool-bin b.       Building git clone --recursive https://github.com/pfalcon/esp-open-sdk.git cd esp-open-sdk make c.        Using the toolchain sudo echo " export PATH=\$PATH:\%HOME/@localPath/esp-open-sdk/xtensa-lx106-elf/bin " >> ~ /.bashrc example: sudo echo "export PATH=\$PATH:\$HOME/ ws/esp8266/SDK/esp-open-sdk/xtensa-lx106-elf/bin " >> ~/.bashrc source ~/.bashrc Test compiler: xtensa-esp32-elf-gcc -v d.       Pulling updates make clean git pull git submodule sync git submodule update --init                    II.             Building the toolcha

Face Parts Recognition

Image Processing - Object recognition

License Plate Recognition

1. Version 1 - command line only 2. Version 2: GUI, detect and rotate object with difference view and resolution of images 3. Version 3: Combine object detection and recognition 

Fingerprint Recognition with Matlab and R305 Sensor

1. Matlab Connect to Proteus through Vitual serial port to command the  micro controller trigger the stepper motor. 2. Matlab connect to Arduino Nano through real serial port. The door will open when valid fingerprint is detected.

Humoid robot dancing