Pulling HTML data from my node.js server

Hello!
Is it possible logging HTML data from a website (the number updates 60 times a secound) and then sending it to my arduino via serial? I want to pull certain data from the h1 from my HTML and then process and send it to the arduino, thanks. And how would i go about doing it

Hi @PrinceSalmon, Yes, all possible. I’ve not done the ‘from website’ part myself but if you look in the reference for loadStrings and loadTable one example is getting data from the web. For comms with the Arduino I made an example intending to help give a quick start and avoid all (hope) the ways that it can go wrong.

1 Like