Communicating between an HTML/JavaScript Webpage and an Arduino

preview_player
Показать описание


---

Рекомендации по теме
Комментарии
Автор

thank you so much - thanks to you I was able to finish a project for university 🥳

gjenetaosmanaj
Автор

Thank you, that's was a great introduction to make the link between a webpage and the arduino.

Alexis-rnlf
Автор

thank you. keep on sharing. God bless you.

aristeosuguitan
Автор

Thats so cool bro this video gon help me a lot!

Mystical-TEDDY_
Автор

Hi sir! Can you make tutorial also arduino to nodejs using esp8266 wifi module? Is it possible to control both end via wifi?

kadel
Автор

Great set of videos!! For a newbie… do you have a video that does the same thing but using the Arduino Ethernet shield?

rtalich
Автор

when moving to vs code follow these steps in order to avoid errors.

to get package.json : npm init --y

inside the file add

"dependencies": {
"socket.io": "^2.0.4",
"serialport": "^9.0.1"
},

Then run npm i.

drhastings
Автор

Hello Adam...can you help me implement this solution using laravel and web socket...
Thank you

riahiyassine
Автор

hello sir, your video is so amazing, but i have questions, why i cant reference my .php file in index.php that i create?

Roxill_
Автор

How should I slow this problem?


PS C:\Users\Game\node2> node app
C:\Users\Game\node2\app.js:5
const parser = new parsers.Readline({
^

TypeError: Cannot read properties of undefined (reading 'Readline')
at Object.<anonymous>
at Module._compile
at Object.Module._extensions..js
at Module.load
at Function.Module._load
at [as runMain]
at
PS C:\Users\Game\node2>

bencegedei
Автор

its throwing an error in this line-
var io =

why is that so ?

varshithkumar
Автор

I'm getting an error with CORS blocked. How do I fix it?

romeoshams
Автор

Thank you to help me to make my project, I am from Brazil

claudiobarbosa
Автор

could you create a video about arduino uno monitoring soil moisture, humidity, relay, and controlling water pump using the website and display it and upload it to x10 hosting. kindly include the use of nodemCU if applicable

Mus-i-c-wrsy
Автор

if i remove that plugcable from arduio then still it work ? is there any your vifro of esp32 connecting to web page

S--xcrv
Автор

What if you were hosting the website on a hosting platform? Would there be a way to do it like that?

redstonation
Автор

Hey man, Thanks for the video, Can you do the same over Ethernet?

Arsalan
Автор

it is a great video, , I'm getting this error that Cannot read properties of undefined (reading 'ReadLine')

friendsintech
Автор

It would have helped a lot having the vsCode just in the screen, letters are imposible to read. thank you

daromacs
Автор

When I run nodejs after uploading code to adruino uno, I get "Access denied" error in nodejs. And I upload the code to adruino after running nodejs, I get "port busy" error. Help me pleaes!

banguyen