arduino + ethernet shield + sensor shield

Posted by : Bora Ciner | 28 Kasım 2010 Pazar | Published in



Bora Ciner Ev Kontrol Web Sayfası v2.0

Posted by : Bora Ciner | 15 Kasım 2010 Pazartesi | Published in













Web Üzerinden Ev Kontrol Projesi

Posted by : Bora Ciner | 12 Eylül 2010 Pazar | Published in


Torrent Download

Posted by : Bora Ciner | 27 Nisan 2010 Salı | Published in

ABOUT ME

Posted by : Bora Ciner | 9 Mart 2010 Salı | Published in

I made many projects and some of them are awarded in technical project competition in Turkey.I’m really interested in your projects and want to work for you. When you reply this e-mail, I can send you my CV and what documents you need to have.
I’m experienced in J2ME/J2SE,C# and C++ .Net,Php,linux kernel and device driver programming, communication with the wireless/wired sensors or devices and the process of the recieved datas. I have also experiance in microcontroller programming in Arm9,Arm7,Atmel and PIC microcontrollers in the languages C,Pbasic and Assembly.
Some of my projects are;


Computer Controlled Machine Gun ( www.dreamrobotics.com )


// This project is awarded in 2009 Projistor Technical Project Competiton In Universities of Turkey


Info: A 3-axis platform is loaded with machine gun and it can be work self-controlled by a webcam and a netbook. It detects the human faces and shoot them all with calculating the trigonometric angles and moving the motors.It can be also controlled by wireless 3D-Gyro sensor.The user can control the machine gun robot with a small device located in his hand.The machine gun moves according to the angle of his hand to the ground then It fires when the user moves his index finger. I used C#.Net,Pbasic ,Microcontroller and some protocols to communicate in this project

In self control mode :

The Machine gun detects the human face , moves on x-y axis to shot his head. self firing mode provides the gun fire during 3 seconds..(It can be adjusted to any value)


Spy Keyboard ( www.casusklavye.com )

// This project is awarded in 2010 Projistor Technical Project Competiton In Universities of Turkey

 
A microcontroller hidden in a keyboard works in background and records all the keystorkes with classifying on EEPROM with a capacity of 1.000.000 characters.It also records the passwords, texts and the deleted texts.So
The owner can know what people wrote and sent/deleted. When the owner pushes the specified characthers (secret password to transmit the records). The Keyboard will send all the records with an internal transmitter to a reciever which can be located up to 100 m. away from keyboard.
The reciever is a device in dimensions 5x4x2 cm. and connected to usb port on a pc then it recieves the characters with a speed of 800 characters/second.


Robotic Arm ( www.dreamrobotics.com )

//Its a automation control robotic project, it takes the task list then moves to finish this task in specified moves with time.
I have also many programming projects in virtual machines on Windows OS and Device drivers, Kernel programming experience in Linux.


The Other Projects
I have more projects which I cannot remember the names of, such as remote control pc on twitter etc. They’re in every category.

Remote Control Your Pc On Twitter - C#.Net

Posted by : Bora Ciner | 6 Şubat 2010 Cumartesi | Published in

 

image

Program twitter ‘a bağlanıp status ‘u JSON seri hale getirilmiş textten çözer böylece switch – case yapısı içinde istediğiniz komutu yaptırabilirsiniz..

Kullanıcı adını, şifreyi ve ID numarasını ( RSS sayfasına giridiğinizde adres çubuğundaki sayı)

c:\\twitterconfig\\pass.txt

hedefindeki dosyaya kaydediyoruz..

image

image

Yolda giderken veya bilgisayardan uzaktayken 5 dakikalık bir timer kontrolü ile bilgisayarı kapatabilirsiniz veya downlaodlarınızı başlatabilirsiniz..Gerisi size kalmış ..

Not: Program taskbar da gözükmemesi gerektiği şekilde initilize’ın altında kodlanmıştır

kapat yazdığınızda bilgisayar kendini zorla kapattıracaktır. (Forced Shutdown)

 

using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Data;
using System.Drawing;
using System.Linq;
using System.Text;
using System.IO;
using System.Windows.Forms;
using Dimebrain.TweetSharp;
using Newtonsoft.Json;
using Yedda;
using System.Xml;
using System.Runtime.Serialization;

namespace twitter
{
    public partial class frmTweetMyPc : Form
    {
        string userName = "";
        string password = "";
        string userId = "";
        long sayac=0;
        string depo = "";

        public frmTweetMyPc()

        {

            InitializeComponent();
          /*   if (this.ShowInTaskbar)
            {
                this.ShowInTaskbar = false;
            }
            this.WindowState = FormWindowState.Minimized;
            */

            StreamReader tr = new StreamReader("c:\\twitterconfig\\pass.txt");

            userName = tr.ReadLine();
            password = tr.ReadLine();
            userId = tr.ReadLine();
            tr.Close();

        }

        private void button1_Click(object sender, EventArgs e)
        {

        }

        private void timer1_Tick(object sender, EventArgs e)
        {
            sayac++;

            Twitter t = new Twitter();

            richTextBox1.Text = t.Show(userName, password, userId, Twitter.OutputFormatType.JSON);

                int a, b;
                a = richTextBox1.Text.IndexOf("text\":") + 7;

                richTextBox1.Text = richTextBox1.Text.Substring(a);
                b = richTextBox1.Text.IndexOf("\"");
                richTextBox1.Text = richTextBox1.Text.Substring(0, b);

                if (depo.CompareTo(richTextBox1.Text) != 0 || sayac == 1)
                {
                    depo = richTextBox1.Text;

                    switch (richTextBox1.Text)
                    {
                        case "kapat":
                            System.Diagnostics.Process.Start("shutdown", "-s -f -t 100");
                            break;
                        case "msn uzakta":
                            //
                            break;

                    }

                }
                else
                {
                }
            }

    }

    }

Proje Dosyaları : www.dreamrobotics.com/twitter.rar

Casus Klavye Prototip

Posted by : Bora Ciner | 21 Ocak 2010 Perşembe | Published in




Casus Klavye V3.0 Çalışmaları -- Micro Sd Card Kullanımı

Posted by : Bora Ciner | 16 Ocak 2010 Cumartesi | Published in

Program that starts virtual machines at startup with an adjustable order and delay times

Posted by : Bora Ciner | 13 Ocak 2010 Çarşamba | Published in


Hi! I wrote a small program that starts the virtal machines at startup with an adjustable order and adjustable delay time between them.
It needs just three txt file in the directory c:\vmayar
they're
"ayar.txt" which you can specify the delay time in miliseconds (1000 = 1 second ) then virtual machine name
the order should be like that
1000
virtual_machine_name1
4000
virtual_machine_name2
.
.
.


second file is programyolu.txt
it keeps the path of the vmware.exe just copy the path and save it ..

third and the last file is sanalmakineyolu.txt
it keeps the path of the virtual machines .. it can be in your documents directory or wherever you placed them.

they're told in program details at startup..

[img]http://www.dreamrobotics.com/prg.jpg[/img]
download link is :
http://www.dreamrobotics.com/bora.rar

Casus Klavye Alıcı Programı Terminali

Posted by : Bora Ciner | 12 Ocak 2010 Salı | Published in



Seri Port Terminal Programı - Veri Ayıklayıcı


VS.Net 2008 ile derlenmiştir.

Projistor 2010 Posteri

Posted by : Bora Ciner | | Published in

Projistor 2010 Posteri -2

Posted by : Bora Ciner | 11 Ocak 2010 Pazartesi | Published in

Projistor 2010 Posteri

Posted by : Bora Ciner | | Published in

Casus Klavye Haber Linkleri

Posted by : Bora Ciner | 10 Ocak 2010 Pazar | Published in

İnternetteki Haber Linkleri

http://www.haberx.com/Ekonomi-Haberleri/Eylul-2009/Bu-da-casus-klavye.aspx
http://www.veteknoloji.com/casus-klavye-22701-.html
http://www.teknolojivebilim.com/teknolojivebilim/1115-casus-klavye.aspx
http://www.haberkapisi.com/haber/internette-casus-klavye-99680.htm
http://www.haberteknoloji.net/teknoloji-haberleri/casus-klavye.html
http://www.acikkod.org/2009/09/24/casus-klavye/
http://www.birportal.com/teknoloji-haber/18981/__Casus_Klavye.html
http://www.wardom.org/casus-klavye-t311431.html
http://www.mersinsondakika.com/144036-casus-klavye.html
http://www.bilisimcini.net/haber/4250-Casus-Klavye
http://www.pcajan.com/casus-klavye/
http://blogbankasi.com/yazidevam.php?i=84948
http://blo.gen.tr/Teknoloji/Casus_Klavye
http://www.cokozel.net/rss/48-Ve-Teknoloji
http://www.guncel-haber.com/4861159/haber_bu_da_casus_klavye/
http://www.bankaciyiz.biz/Forums-file-viewtopic-p-444523.html
http://www.paylasirmisin.com/casus-klavye.html
http://www.yalovakentrehberi.com/index.php/component/content/article/6-teknoloji-haberleri/548-klavye.html
http://www.kahvemiz.net/casus-klavye-2.html
http://netdergim.blogcu.com/casus-klavye_51857491.html
http://blog.oyunjet.net/casus-klavye/
http://www.bilside.com/bilim-ve-teknolojideki-yenilikler/71-hardware-donanim-haberleri/944-casus-klavye.html
http://www.mypendik.com/haber/22-teknoloji-casus-klavye.html
http://www.turkticaret.net/business_center/haber.php?id=7586
http://www.bursanet.com.tr/business_center/haber.php?id=7586
http://www.forumturkiye.com/showthread.php?p=1941897#post1941897
http://www.yazilimciyizbiz.net/teknoloji-dunyasindan-haberler/6656-casus-klavye.html
http://www.teknolojievi.net/casus-klavye
http://kapadokyahaberleri.com/section-table/95-gundem/1906-casus-klavye-projesi.html
http://www.hackhell.com/donanim-haberleri/618448-casus-klavye.html
http://www.bydigi.net/bilim-ve-teknoloji/358014-casus-klavye.html
http://www.beyazforum.org/urun-incelemeleritavsiyeler/595-casus-klavye.html
http://pc-program.com/programlar-ve-teknoloji-hakkinda-haberler/68-casus-klavye.html
http://www.bilgisayarhaber.net/haber/68-teknoloji-haberleri-casus-klavye.html
http://www.iqcumhuriyeti.com/61532-casus-klavye-haber.html#
http://www.ntvfootball.net/viewtopic.php?f=118&t=5868
http://www.yorumla.net/bilim-teknoloji/738850-casus-klavye.html
http://www.turkishajan.com/haberler/casus-klavye-projesi-42971.html
http://www.class-fm.net/forum/showthread.php?p=6568
http://www.enacayip.com/2009/10/casus-klavye.html
http://www.sevgi.name.tr/showthread.php?t=27785
http://www.1923turk.biz/sitemap/index.php/t-12080.html
http://www.tarsusvilayet.com/haberler/?144036-casus-klavye.html
http://www.kavakyellerifanclub.com/casus-klavye-t-59222.html