Hey guys i know i havent been around for a while, but i have something new i have been working on. I have a windows phone its called the
HTC TOUCH PRO 2
Its a great phone (most of the time) since it has a nice full touch screen i was thinking why dont i make a program for it. Took me about 1-2 days to figure out all the tools and software needed…
Microsoft Visual Studio 2005 or 2008 +
Windows Mobile SDK
Windows Mobile DTK
Not sure if i named it correctly or what but those where it.
Its simple enough to setup all those 3 things without me explaining it. After installed you can program for windows mobile using C, C#,VB etc… Its great! I chose C#
For me to be able to control my PC via Windows Mobile phone i first had to Make a TCP server for my PC and then a client to run off the phone hence the main program.
The main idea of this was to control a PIC from my mobile phone so i can do some lazy task… like
Turn on my AC from outside so when i get home its cold in my room. Dont want to waste energy so i turn off AC when i leave home.
Turn on my Lights from outside. This will not only be nice to have but it can deter criminals if they assume there is someone home.
Those are it so far heh. I might have it turn my TV on to my favorite channel and have it wait for me. 😀
UPDATE:
Got the Serial code for C# working as well. Going to make PIC design on breadboard and have a go at it…