HTML presentation about MicroPython hosted on WiPy

Discussion about programs, libraries and tools that work with MicroPython. Mostly these are provided by a third party.
Target audience: All users and developers of MicroPython.
Post Reply
Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

HTML presentation about MicroPython hosted on WiPy

Post by Turbinenreiter » Sun Apr 03, 2016 6:16 pm

I created this small program to demo MicroPython. The presentation itself isn't the point at all and just serves to have something to talk about for a minute until you get to big reveal - pull out the WiPy (or ESP8266 board) that serves the presentation you just showed.

It's a tiny-mini-"webserver" using only the sockets module and may be a nice starting point if you want to start playing and learning with that.

https://gist.github.com/turbinenreiter/ ... 28ecca81a5

This is great to troll webdevelopers and their 12 core Intel Xeons ;)

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: HTML presentation about MicroPython hosted on WiPy

Post by Roberthh » Mon Apr 04, 2016 7:01 pm

That sound great. I can start it on Wipy, but cannot connect to it. Any hint what's missing?
Besides this test code, Wipy is in the base configuration.

User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Re: HTML presentation about MicroPython hosted on WiPy

Post by pythoncoder » Tue Apr 05, 2016 6:48 am

Turbinenreiter wrote:...This is great to troll webdevelopers and their 12 core Intel Xeons ;)
As fit of coughing brought on by laughter subsides...

Have you had a chance to look at my PR on the mpu9x50?
Peter Hinch
Index to my micropython libraries.

Turbinenreiter
Posts: 288
Joined: Sun May 04, 2014 8:54 am

Re: HTML presentation about MicroPython hosted on WiPy

Post by Turbinenreiter » Tue Apr 05, 2016 12:32 pm

@Roberthh

The site is on 192.168.1.1:8080/uPy
Going to /quit kills the webserver so you can get the REPL on 192.168.1.1

@pythoncoder
I'm on it.

Post Reply