Search icon CANCEL
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Accelerating IoT Development with ChatGPT

You're reading from   Accelerating IoT Development with ChatGPT A practical guide to building your first IoT project using AI-assisted coding and cloud integration

Arrow left icon
Product type Paperback
Published in Aug 2024
Publisher Packt
ISBN-13 9781835461624
Length 368 pages
Edition 1st Edition
Tools
Concepts
Arrow right icon
Author (1):
Arrow left icon
Jun Wen Jun Wen
Author Profile Icon Jun Wen
Jun Wen
Arrow right icon
View More author details
Toc

Table of Contents (22) Chapters Close

Preface 1. Part 1: Understanding IoT Fundamentals FREE CHAPTER
2. Chapter 1: IoT Essentials, All You Should Know 3. Chapter 2: IoT Network, the Neural System of Things 4. Chapter 3: IoT End Devices, the Neuron Cells of an IoT System 5. Chapter 4: Wireless Connectivity, the Nervous Pathway to Delivering IoT Data 6. Chapter 5: The Cloud, IoT’s “Superpower Brain” 7. Part 2: Utilizing AI in IoT Development
8. Chapter 6: Applying ChatGPT in the IoT Innovation Journey 9. Chapter 7: Recommendations to Start Your First IoT Project 10. Chapter 8: 10 Beginner-Friendly IoT Projects with ChatGPT Prompts 11. Chapter 9: Using AI Tools to Draw Application Flow Diagrams 12. Part 3: Practicing an End-to-End Project
13. Chapter 10: Setting Up the Development Environment for Your First Project 14. Chapter 11: Programming Your First Code on ESP32 15. Chapter 12: Establishing Wi-Fi Connectivity 16. Chapter 13: Connecting the ESP32 to AWS IoT Core 17. Chapter 14: Publishing Sensor Data to AWS IoT Core 18. Chapter 15: Processing, Storing, and Querying Sensor Data on AWS Cloud 19. Chapter 16: Creating a Data Visualization Dashboard on ThingsBoard 20. Index 21. Other Books You May Enjoy

Conventions used

There are a number of text conventions used throughout this book.

Code in text: Indicates code words in text, database table names, folder names, filenames, file extensions, pathnames, dummy URLs, user input, and Twitter handles. Here is an example: “Utilizing build_flags in this context offers several benefits.”

A block of code is set as follows:

 1. [env:esp32-c3-devkitc-02]
 2. platform = espressif32
 3. board = esp32-c3-devkitc-02
 4. framework = arduino
 5. monitor_filters = esp32_exception_decoder, colorize
 6. monitor_speed = 115200
 7. build_src_filter = +<../../src/>  +<./>
 8. board_build.flash_mode = dio
 9. build_flags = 
10.     -DARDUINO_USB_MODE=1
11.     -DARDUINO_USB_CDC_ON_BOOT=1
12.     -w
13. lib_deps = 
14.     adafruit/DHT sensor library@^1.4.6
15.     adafruit/Adafruit Unified Sensor@^1.1.14

Any command-line input or output is written as follows:

pio platform install espressif32

Bold: Indicates a new term, an important word, or words that you see onscreen. For instance, words in menus or dialog boxes appear in bold. Here is an example: “The ESP32 will reboot and you can locate the Serial Monitor button.”

Tips or important notes

Appear like this.

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 €18.99/month. Cancel anytime