by juanpabloaj on 8/13/20, 10:02 PM with 48 comments
by stavros on 8/14/20, 1:57 AM
https://www.pastery.net/vmympk/
This is the server, a single binary (written in Rust):
https://gitlab.com/stavros/espota-server
The device will connect to the server (whenever you call doHttpUpdate(), I usually do it on startup), ask for a new version, get the latest version, flash itself with it and then boot.
Very handy, as it's faster than USB/UART, and you don't have to disconnect from the serial console to use it.
by teleforce on 8/13/20, 11:16 PM
ESP32 is a little processor that could. The latest version ESP32-S2 is cheaper (unit cost 99 cents), and amongst other capabilities also supports LCD interface and USB OTG!
https://maker.pro/esp8266/tutorial/a-comparison-of-the-new-e...
by ourcat on 8/14/20, 10:39 AM
It's been a complete game-changer, hobby-wise.
Having Wifi and BluetoothLE on-board has been great. And as a long time web and mobile app developer, it's been the perfect way to turn 'things I write' into 'things I can touch'. (And that can 'talk').
The 'intangibility' of all the code I've written over years has always been a little saddening to me.
I've also tried a few of the ESP32-CAM boards and they're very impressive. I have a little LiPo powered pocket project in a 3D printed flat case, containing one of them, which, aftter connnecting to WiFi, then sends MJPEG (no audio) to a Node.js script on one of my servers which shows a 'live' feed. (I sometimes stick it to my front door 'peep-hole' too.
I'll certainly be taking a look at this 'ESPFLIX' project over the weekend.
Thanks!
by squarefoot on 8/14/20, 12:09 AM
https://www.youtube.com/watch?v=MicAM_A0_lU https://www.youtube.com/watch?v=DnXI-MO1qck
by humbfool2 on 8/14/20, 6:02 AM
[1]https://iot-playground.com/blog/2-uncategorised/94-esp8266-s...
by conradfr on 8/14/20, 9:24 AM
Shameless plug, my father made a (free) ESP8266 & ESP32 wifi webradio project that seems popular and may interest some people in this thread https://github.com/karawin/Ka-Radio
by johnklos on 8/13/20, 10:49 PM
Especially considering the cost, this would be a wonderful addition to any standard definition TVs still in use.
by p1mrx on 8/14/20, 6:14 AM
by monksy on 8/14/20, 2:54 AM
I'm pretty excited about it.
by redfast00 on 8/13/20, 10:45 PM
by tikej on 8/13/20, 11:15 PM
by cellular on 8/14/20, 3:18 PM
Might be cool to have harry potter picture frames for the cost of the sscard and esp (assuming free flatscreen vga with component-in).
by etaioinshrdlu on 8/14/20, 4:25 AM
by hutch120 on 8/13/20, 10:54 PM
by hombre_fatal on 8/14/20, 11:22 AM
But every time I start learning, it feels like there's so much you have to learn to do so little, and I'm not fundamentally motivated by the physics of hardware.
Meanwhile, software, being so high level, is extremely actionable early on without a hard dep on knowing how the underlying stack is working. One of the first things I built was a Ruby on Rails web app that my friends and I used to chat in high school before I even could tell you what http headers were, I would learn those later once the initial taste was so actionable and motivating.
With hardware, in the same amount of time I learned to build a web app that my friends and I used, I probably would have learned to make an LED blink.
Oh well, it's like playing the piano: I wish my younger self put in the time so that my older self could benefit for free.