Thanks! #6454
Unanswered
espruino-discuss
asked this question in
ESP8266
Thanks!
#6454
Replies: 1 comment
-
Posted at 2022-02-21 by @gfwilliams Nice - thank you! It's always nice to know when people are enjoying using it :) Posted at 2022-02-21 by jimr1603 I might try turning this into a full-blown tutorial for the pages, but in case that never gets started, here's the code I've copy-pasted together:
My node.red asks http://esp_hostname.local for the page, and parses it as csv. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2022-02-20 by jimr1603
After getting the bangle 2, I realised I like this event-based loop more than arduino coding style, so I took a bit of yesterday afternoon to reprogram my home environment monitors to be espurinos.
Hardware-wise 8266 + dht22 + cheap screen.
I'm on the wrong pc right now, I'll copy-paste the code I threw on them, it's about 3 tutorials sewn together.
They were sending mqtt to an internal mosquitto server, but it kept falling over and it's a pain to unplug all 3 to fix them wired in. Now the node-red box queries them with the super tiny webserver the espurino can hold. Bonus - I can reprogram them over the air, at least when I'm at the right computer.
Beta Was this translation helpful? Give feedback.
All reactions