austinbv / dino

Dino is a ruby gem that helps you bootstrap prototyping with an Arduino
MIT License
388 stars 84 forks source link

For Newbies #84

Closed hanjeongjin closed 6 years ago

hanjeongjin commented 9 years ago

Installed dine, generated sketch i.e. du.ino But no blinking. What's wrong?

Using ruby200, arduino r3

vickash commented 9 years ago

What OS?

hanjeongjin commented 9 years ago

thank you for the reply Sir, I am using Windows 7 Starter 32 bit OS

vickash commented 9 years ago

Sorry. Master branch and rubygem versions don't work at all on Windows. See issue #81 for an explanation on how to get the latest branch (0.12), which works fine on Windows. You will need to uninstall the old version of the gem and reflash the board with the firmware included in 0.12.

vickash commented 9 years ago

Also, I've changed the command line syntax slightly. It should now be dino sketch serial, to create the sketch folder, which is simpler.