Hi there, i am a programmer of C++ and Java and wanna jump into Hardware programming. I have searched web and heard alot about Arduino. Can anybody please guide me about these following points
Can i control home electricity using Adruino?
Can i program Adruino in Visual C++?
Can i attach a barcode scanner with Adruino?
Can i easily get data from Sensors using Adruino?
What is the most basic Adruino development kit you would recommend for above things?
I really do program in Visual Studio so i was thinking if i can easily program this kit in .NET IDE ?? I am preferring .NET IDE because i already have lots of projects built in Visual C++ which i want to integrate with this KIT, so if its possible i can do that easily. I mean if i can get API for this KIT and can use the same functions like DigitalWrite(x,y) in .NET IDE, it will be fantastic. Any ideas about this??
Yes, won't work. You can only create programs that run on the Arduino using the Arduino IDE or using command line programs that run AVR-gcc, AVRDUDE, etc.
You can use your Visual C++ to create PC based programs that will communicate with your Aduino using a comm port as the interface.
OK, but it sounds like it just allows Visual C++ IDE to act like a shell/wrapper to then run the regular Arduino tools. That sounds like a kind of Rube Goldberg set-up, but what do I know I'm a hardware guy.
ya sure why not.
i am planning to control some Electric LAMPS in my room using Arduino, so that i can create different profiles, etc Movie,Good Night, Morning etc, in each case the lamp brightness is changed according to the profiles, for example in case of "Good Night", the lamps will go dim etc.
The lamps are not connected to electric supply, they just use 110V power to get lighten up which i am planning to get from Arduino somehow.
BTW those profiles can be buttons in a windows Software or a Mac App
Any thoughts on this?? I dont know where to start
Install 5 or 6 led's on the ardunio and get them to turn on and off. If you can get it to interface with a serial port pc (what ever program you want on the pc). you should have the maps set on the pc.
going from led to real voltage lighting is as simple as installing a transistor and a relay. im not sure how to handle the dimming, you may need to buy diffrent hardware.
Can you please forward me to some tutorial that deals with this Serial Port and PC program communication? I have read quite some topics on this forum as well but still cant get the desired one.