ni-c / heimcontrol.js

Home-Automation with node.js and Raspberry PI
MIT License
1.41k stars 297 forks source link

My Arduino Uno dont work #58

Closed dominikuskoch closed 10 years ago

dominikuskoch commented 10 years ago

Hi, it take me days to install heimdroid.js on my rasparrypi. Finaly it works, BUT i cant switch an LED on or of if the LED is pluged into my Arduino . Using the gpio pins from Raspberrypi works great.

If I press the on/off switch for the LED in the browser the orange little led (rx) of my Arduino blink but nothing happend.

Please help because i love this projekt very much, thanks Dominikus Is it nesessery to upload some code to the Arduino ?

ConnorRoberts commented 10 years ago

Have you uploaded the du.ino code from https://github.com/ecto/duino?

dominikuskoch commented 10 years ago

Thanks for your help.

Do I have to upload the duino Code manually to my Arduino? If Yes: Can I use the RaspPi for uploading? I have used <"npm install duino"> on the RaspPi -- Whats my next step?

Or is there a simple duino sketch to flash over the "normal" arduino PC-Software?

ConnorRoberts commented 10 years ago

Ah yes I forgot the sketch isn't in the repos root, upload the du.ino sketch from the src folder of that repo using the normal PC software

dominikuskoch commented 10 years ago

thanks a lot i will try in this evening

dominikuskoch commented 10 years ago

Thanks man... now it works.....