Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I have a few Newbie Question #19

Closed
alberk8 opened this issue Jul 20, 2019 · 3 comments
Closed

I have a few Newbie Question #19

alberk8 opened this issue Jul 20, 2019 · 3 comments
Labels
resolved the issue was resolved usage queshtion Queshtions about using the library, its interface and so on

Comments

@alberk8
Copy link

alberk8 commented Jul 20, 2019

I am new to Arduino and have a few questions:

  1. An I right to say that the websocket code is to run on the arduino ?
  2. What ESP module must I use ? Is NodeMCU ESP32 compatible ?

Thank you.

@gilmaimon
Copy link
Owner

Hi,
Welcome to Arduino!

  1. 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).
  2. 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.

Thank you for using the library,

Have fun,
Gil.

@gilmaimon gilmaimon added the usage queshtion Queshtions about using the library, its interface and so on label Jul 20, 2019
@LuckyWraptor
Copy link

@gilmaimon "usage question :P

@gilmaimon
Copy link
Owner

Hopefully you got all the answers you needed!
I'm closing this issue due to inactivity.

Gil.

@gilmaimon gilmaimon added the resolved the issue was resolved label Aug 2, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
resolved the issue was resolved usage queshtion Queshtions about using the library, its interface and so on
Projects
None yet
Development

No branches or pull requests

3 participants