Search icon
Arrow left icon
All Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Newsletters
Free Learning
Arrow right icon
Arduino IoT Cloud for Developers

You're reading from  Arduino IoT Cloud for Developers

Product type Book
Published in Nov 2023
Publisher Packt
ISBN-13 9781837637171
Pages 402 pages
Edition 1st Edition
Languages
Author (1):
Muhammad Afzal Muhammad Afzal
Profile icon Muhammad Afzal

Table of Contents (21) Chapters

Preface 1. Part 1: Introduction to IoT and Communication Technologies and the Arduino IoT Cloud
2. Chapter 1: Introduction to the IoT and Arduino 3. Chapter 2: First Look at the Arduino IoT Cloud 4. Chapter 3: Insights into the Arduino IoT Cloud Platform and Web Editor 5. Part 2: Getting Hands-On with Different Communication Technologies
6. Chapter 4: Project #1 – a Smarter Setup for Sensing the Environment 7. Chapter 5: Project #2 – Creating a Portable Thing Tracker Using MKR GSM 1400 8. Chapter 6: Project #3 – a Remote Asset Tracking Application with LoRaWAN 9. Part 3: Exchanging Data between Nodes and Cloud Applications
10. Chapter 7: Enabling Communication between Different Devices 11. Chapter 8: Working with the Arduino IoT Cloud SDK and JavaScript 12. Chapter 9: Project 4 – Collecting Data from the Soil and Environment for Smart Farming 13. Chapter 10: Project #6 – Making Your Home Smarter with a Voice Assistant 14. Part 4: Learning Advanced Features of the Arduino IoT Cloud and Looking Ahead
15. Chapter 11: Implementing the Arduino IoT Cloud Scheduler and Over-the-Air Features 16. Chapter 12: Project #6 – Tracking and Notifying about Your Heart Rate 17. Chapter 13: Scripting the Arduino IoT Cloud with Cloud CLI 18. Chapter 14: Moving Ahead in the Arduino IoT Cloud 19. Index 20. Other Books You May Enjoy

Interacting with devices – hands-on with the Node.js SDK

In this section, we are going to get hands-on and practical with devices. We will perform CRUD operations on a device as well as listing all the devices and showing all the parameters of specific devices. Open up VSCode and navigate to this chapter’s example code. Then click on the device folder: here you can find all the code related to device operations.

Creating a device

Firstly, we will start with device creation. The documentation on device creation can be found at https://www.arduino.cc/reference/en/iot/api/#api-DevicesV2-devicesV2Create. Open create-device.js under the device folder in VSCode.

There are two methods in the code: one is getToken(), which is the same method as in all our coding exercises and helps us to fetch the authentication token for requests. The second method is CreateDevice(), which is responsible for device creation. Consulting the documentation, we can see we need to initiate...

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at €14.99/month. Cancel anytime}