This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision | |||
|
oak:tutorials:particle [2016/11/01 01:58] pfeerick Added caution re: libraries |
oak:tutorials:particle [2016/12/06 18:20] (current) digistump |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| ====== Programming with Particle ====== | ====== Programming with Particle ====== | ||
| - | An official update shouldn't be to far away, but in the mean time, if you feel adventurous, you can try out the Particle Build IDE, as it now appears that a working core is finally online! However, please note that at the time of writing (1 Nov 2016), virtually no Oak specific libraries are available for use, and you may have difficulty including Particle-provided libraries. | + | The Oak is now supported by the Particle Build IDE! |
| - | <del>The Oak Platform for Particle is not completely ready yet - the Oak currently uses the Particle Cloud for uploads and all other cloud features, but is not yet supported in the Particle Web or Desktop IDEs. | + | Please note that there are very few Oak specific libraries are available for use, and you may have difficulty including Particle-provided libraries. Please submit/request more Oak specific or Oak compatible libraries via the Particle IDE Libraries tab. |
| + | |||
| + | ===== First Time Usage: ===== | ||
| + | |||
| + | |||
| + | If you are using a new Oak that has never received its initial update you must complete this tutorial first: Connecting your Oak for the first time | ||
| + | |||
| + | ===== Particle Build IDE ===== | ||
| + | |||
| + | Go to [[https://build.particle.io]] | ||
| + | |||
| + | Login using the Particle.io user name and password you setup when you registered your Oak. | ||
| + | |||
| + | Select the Oak you'd like to program from the devices tab within the Particle IDE. | ||
| - | Support for the Oak is promised, but no ETA is given.</del> | ||
| - | Please use the Arduino IDE for programming for the time being: [[oak:tutorials:arduino]] | ||