Reply to thread

Hi,


there are more than one way to opload the code to the arduino. The simplest one is to install the Arduino IDE. Then load the *.ino file of AtmoOrb.

Now you need to install the libraries which are needed for AtmoOrb. As far as i know this should be these...


- Adafruit_CC3000

- Adafruit_NeoPixel


To get these libraries click on "Sketch" -> "include library"-> "Manage libraries". Search for the libraries and install it.

Now you should be able to compile the AtmoOrb sketch. To upload it to your arduino got to "Werkzeuge" ->  "Platine" (i got the german version installed...dont know how this menu item is named in english version) select your arduino. Finally you need to select your programmer via "Werkzeuge" -> "Programmer".

but i dont know which type of programmer you need to select.... But i think [USER=97876]@Lightning303[/USER]  can answer this question :)


Top Bottom