You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
You are right. You can think of Websockets as a language (like English) which devices use to talk with each other, and every device need to know the language. The Websockets library basically takes the raw data being transferred over the network and translates it into stuff you can work with in Arduino (variables and functions).
Every esp32/esp8266 module will work just fine! That's because the code runs on the chip itself, and the peripherals don't really change anything in that regard.
I am new to Arduino and have a few questions:
Thank you.
The text was updated successfully, but these errors were encountered: