Arduino Full Stack
Search…
⌃K
Preface
Part 1 - Introduction
Chapter 1. Getting Started with Arduino
Chapter 2. Programming Grammar
Part 2 - Sensors
Chapter 3. LED Sensors
Chapter 4. Infrared Sensors
Chapter 5. Audio Sensors
Chapter 6. Magnetic Sensors
Chapter 7. Touch Sensors
Chapter 8. Thermist Sensors
Chapter 9. Switches
Chapter 10. Other Sensors
Chapter 11. More Discussions on Sensors
Part 3 - Motors
Chapter 12. Motors
Part 4 - Display
Chapter 13. Display
Part 5 - Communication
Chapter 14. Communication
14.1 Serial
14.2 Wifi - ESP8266
14.3 Bluetooth
14.4 Integrate Wifi & Bluetooth - ESP32
Part 6 - Arduino Based Mini Automated Vehicle
Chapter 15. Assemble a Mini Automated Vehicle
Chapter 16. Remote Control
Powered By GitBook

Chapter 14. Communication

Generally speaking, there are lots of options for wireless communication, such as infrared and laser, which have been talked about in Part 2.
  • ​Chapter 4.1 - Infrared Controller​
  • ​Chapter 4.2 - Laser​
In this chapter, some other widely used communication methods are to be discussed in detail, including:
  • Serial port communication
  • Wifi module - ESP8266 and Official Arduino Wifi Shield
  • Bluetooth module - HC-0X
  • integrated Wifi and dual-mode Bluetooth module - ESP32
Previous
Part 5 - Communication
Next
14.1 Serial
Last modified 4yr ago
Copy link