The ESP32 is the ideal choice of device for IoT projects in which data needs to be shared. It has custom built-in WiFi hardware which is supported by the ESP-IDF (Espressif IoT Development Framework), its own development environment. The fact that the ESP32 uses FreeRTOS as standard also makes WiFi use, and asynchronous tasks in general, much easier. It also means that we can use sockets to implement communications protocols. To make full use of it, however, you must also understand the underlying components: the Lightweight Internet Protocol (lwIP) and Mbed Transport Layer Security (mbedTLS).
We start out with an examination of using FreeRTOS beyond the simple single-task program: using cores, scheduling, locks, synchronization and interrupts. A complete chapter is dedicated to exploring the different data structures that FreeRTOS provides for inter-task communication. Having mastered FreeRTOS, we turn our attention to basic WiFi in station mode. Then on to using lwIP to implement TCP/IP and DHCP. Sockets are key to implementing almost any network communications and an HTTP client is used as an example. We also look at the HTTP client component provided by the IDF. After implementing a client the next challenge is how to implement a server and methods that can be used to make a client stand in for a server.
Modern communication is almost always encrypted and this can prove difficult for IoT devices with limited power and memory. Before looking at how to implement HTTPS, we take a hands-on look at practical cryptography. Next we implement an HTTPS client using the standard certificate bundle. Of course, after the client, comes the server and this is a matter of supporting the appropriate encryption suites and certificates.
Going beyond HTTP, the next four chapters introduce UDP, SNTP, SMTP and MQTT in turn. The final chapter deals with some advanced topics: an AP that can be used to configure hardware; an AP that can connect its clients to the Internet; promiscuous mode packet sniffing; long range mode; ESP Now and ESP Mesh.
Harry Fairhead and Mike James are the co-authors of Master the Raspberry Pi Pico in C as well as introductory IoT titles for the ESP32, the Raspberry Pi Pico and the Raspberry Pi family. Both have written books on C. Fundamental C: Getting Closer To The Machine and Applying C For The IoT With Linux are by Harry, while Mike is the author of Deep C Dives and Extending and Embedding Python Using C.
Les informations fournies dans la section « Synopsis » peuvent faire référence à une autre édition de ce titre.
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
Etat : New. N° de réf. du vendeur 52179336-n
Quantité disponible : Plus de 20 disponibles
Vendeur : BargainBookStores, Grand Rapids, MI, Etats-Unis
Paperback or Softback. Etat : New. Master The ESP32 In C: WiFi with the ESP-IDF, FreeRTOS, LwIP & MbedTLS. Book. N° de réf. du vendeur BBS-9781871962994
Quantité disponible : 5 disponible(s)
Vendeur : PBShop.store US, Wood Dale, IL, Etats-Unis
PAP. Etat : New. New Book. Shipped from UK. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. N° de réf. du vendeur L0-9781871962994
Quantité disponible : Plus de 20 disponibles
Vendeur : Rarewaves.com USA, London, LONDO, Royaume-Uni
Paperback. Etat : New. N° de réf. du vendeur LU-9781871962994
Quantité disponible : Plus de 20 disponibles
Vendeur : GreatBookPrices, Columbia, MD, Etats-Unis
Etat : As New. Unread book in perfect condition. N° de réf. du vendeur 52179336
Quantité disponible : Plus de 20 disponibles
Vendeur : PBShop.store UK, Fairford, GLOS, Royaume-Uni
PAP. Etat : New. New Book. Delivered from our UK warehouse in 4 to 14 business days. THIS BOOK IS PRINTED ON DEMAND. Established seller since 2000. N° de réf. du vendeur L0-9781871962994
Quantité disponible : Plus de 20 disponibles
Vendeur : Grand Eagle Retail, Bensenville, IL, Etats-Unis
Paperback. Etat : new. Paperback. The ESP32 is the ideal choice of device for IoT projects in which data needs to be shared. It has custom built-in WiFi hardware which is supported by the ESP-IDF (Espressif IoT Development Framework), its own development environment. The fact that the ESP32 uses FreeRTOS as standard also makes WiFi use, and asynchronous tasks in general, much easier. It also means that we can use sockets to implement communications protocols. To make full use of it, however, you must also understand the underlying components: the Lightweight Internet Protocol (lwIP) and Mbed Transport Layer Security (mbedTLS).We start out with an examination of using FreeRTOS beyond the simple single-task program: using cores, scheduling, locks, synchronization and interrupts. A complete chapter is dedicated to exploring the different data structures that FreeRTOS provides for inter-task communication. Having mastered FreeRTOS, we turn our attention to basic WiFi in station mode. Then on to using lwIP to implement TCP/IP and DHCP. Sockets are key to implementing almost any network communications and an HTTP client is used as an example. We also look at the HTTP client component provided by the IDF. After implementing a client the next challenge is how to implement a server and methods that can be used to make a client stand in for a server. Modern communication is almost always encrypted and this can prove difficult for IoT devices with limited power and memory. Before looking at how to implement HTTPS, we take a hands-on look at practical cryptography. Next we implement an HTTPS client using the standard certificate bundle. Of course, after the client, comes the server and this is a matter of supporting the appropriate encryption suites and certificates. Going beyond HTTP, the next four chapters introduce UDP, SNTP, SMTP and MQTT in turn. The final chapter deals with some advanced topics: an AP that can be used to configure hardware; an AP that can connect its clients to the Internet; promiscuous mode packet sniffing; long range mode; ESP Now and ESP Mesh. Harry Fairhead and Mike James are the co-authors of Master the Raspberry Pi Pico in C as well as introductory IoT titles for the ESP32, the Raspberry Pi Pico and the Raspberry Pi family. Both have written books on C. Fundamental C: Getting Closer To The Machine and Applying C For The IoT With Linux are by Harry, while Mike is the author of Deep C Dives and Extending and Embedding Python Using C. This item is printed on demand. Shipping may be from multiple locations in the US or from the UK, depending on stock availability. N° de réf. du vendeur 9781871962994
Quantité disponible : 1 disponible(s)
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
Etat : New. N° de réf. du vendeur 52179336-n
Quantité disponible : Plus de 20 disponibles
Vendeur : GreatBookPricesUK, Woodford Green, Royaume-Uni
Etat : As New. Unread book in perfect condition. N° de réf. du vendeur 52179336
Quantité disponible : Plus de 20 disponibles
Vendeur : CitiRetail, Stevenage, Royaume-Uni
Paperback. Etat : new. Paperback. The ESP32 is the ideal choice of device for IoT projects in which data needs to be shared. It has custom built-in WiFi hardware which is supported by the ESP-IDF (Espressif IoT Development Framework), its own development environment. The fact that the ESP32 uses FreeRTOS as standard also makes WiFi use, and asynchronous tasks in general, much easier. It also means that we can use sockets to implement communications protocols. To make full use of it, however, you must also understand the underlying components: the Lightweight Internet Protocol (lwIP) and Mbed Transport Layer Security (mbedTLS).We start out with an examination of using FreeRTOS beyond the simple single-task program: using cores, scheduling, locks, synchronization and interrupts. A complete chapter is dedicated to exploring the different data structures that FreeRTOS provides for inter-task communication. Having mastered FreeRTOS, we turn our attention to basic WiFi in station mode. Then on to using lwIP to implement TCP/IP and DHCP. Sockets are key to implementing almost any network communications and an HTTP client is used as an example. We also look at the HTTP client component provided by the IDF. After implementing a client the next challenge is how to implement a server and methods that can be used to make a client stand in for a server. Modern communication is almost always encrypted and this can prove difficult for IoT devices with limited power and memory. Before looking at how to implement HTTPS, we take a hands-on look at practical cryptography. Next we implement an HTTPS client using the standard certificate bundle. Of course, after the client, comes the server and this is a matter of supporting the appropriate encryption suites and certificates. Going beyond HTTP, the next four chapters introduce UDP, SNTP, SMTP and MQTT in turn. The final chapter deals with some advanced topics: an AP that can be used to configure hardware; an AP that can connect its clients to the Internet; promiscuous mode packet sniffing; long range mode; ESP Now and ESP Mesh. Harry Fairhead and Mike James are the co-authors of Master the Raspberry Pi Pico in C as well as introductory IoT titles for the ESP32, the Raspberry Pi Pico and the Raspberry Pi family. Both have written books on C. Fundamental C: Getting Closer To The Machine and Applying C For The IoT With Linux are by Harry, while Mike is the author of Deep C Dives and Extending and Embedding Python Using C. This item is printed on demand. Shipping may be from our UK warehouse or from our Australian or US warehouses, depending on stock availability. N° de réf. du vendeur 9781871962994
Quantité disponible : 1 disponible(s)