Book Image

Arduino Wearable Projects

Book Image

Arduino Wearable Projects

Overview of this book

Table of Contents (16 chapters)

Summary


I hope you are as excited as I was about the possibilities the Particle Core board offered with Wi-Fi connectivity. To find out more about the functions of the Core board, I suggest you have a look Particles' online documentation: http://docs.particle.io/core.

In this chapter, we looked at how to set up and program for the Particle Core board. As you might have noticed, the process is a bit different from the normal Arduino board since this board is actually programmed over the Internet and not straight from the computer over USB. We also had a look at how to make a simple HTML web page in order to gain access to the Core board's functions. Last but not least, we had a look at how to connect the Core board to IFTTT, which offers endless mashup possibilities. We will progress on in the next chapter where we will be creating our very own smart watch.

As you can see, in this chapter there were a lot of steps in order to get the Particle board up and running, even though these steps were...