TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

A free video streaming service that runs on a ESP32

352 点作者 juanpabloaj将近 5 年前

15 条评论

stavros将近 5 年前
A minor plug, if you&#x27;re doing ESP8266&#x2F;ESP32 development, you can use the following code snippet and server I wrote to do automatic, secure updates over pinned HTTPS:<p><a href="https:&#x2F;&#x2F;www.pastery.net&#x2F;vmympk&#x2F;" rel="nofollow">https:&#x2F;&#x2F;www.pastery.net&#x2F;vmympk&#x2F;</a><p>This is the server, a single binary (written in Rust):<p><a href="https:&#x2F;&#x2F;gitlab.com&#x2F;stavros&#x2F;espota-server" rel="nofollow">https:&#x2F;&#x2F;gitlab.com&#x2F;stavros&#x2F;espota-server</a><p>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.<p>Very handy, as it&#x27;s faster than USB&#x2F;UART, and you don&#x27;t have to disconnect from the serial console to use it.
评论 #24152858 未加载
teleforce将近 5 年前
Very nice project, may be can try this at home.<p>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!<p><a href="https:&#x2F;&#x2F;maker.pro&#x2F;esp8266&#x2F;tutorial&#x2F;a-comparison-of-the-new-esp32-s2-to-the-esp32" rel="nofollow">https:&#x2F;&#x2F;maker.pro&#x2F;esp8266&#x2F;tutorial&#x2F;a-comparison-of-the-new-e...</a>
评论 #24150997 未加载
评论 #24152862 未加载
评论 #24151831 未加载
评论 #24151373 未加载
评论 #24153006 未加载
ourcat将近 5 年前
Since getting (back) into electronics and writing firmware for microcontrollers a few years ago, and having been through various projects with the 8266 (which blew my mind at the time), I now use the ESP32 for most ideas and project that I have.<p>It&#x27;s been a complete game-changer, hobby-wise.<p>Having Wifi and BluetoothLE on-board has been great. And as a long time web and mobile app developer, it&#x27;s been the perfect way to turn &#x27;things I write&#x27; into &#x27;things I can touch&#x27;. (And that can &#x27;talk&#x27;).<p>The &#x27;intangibility&#x27; of all the code I&#x27;ve written over years has always been a little saddening to me.<p>I&#x27;ve also tried a few of the ESP32-CAM boards and they&#x27;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 &#x27;live&#x27; feed. (I sometimes stick it to my front door &#x27;peep-hole&#x27; too.<p>I&#x27;ll certainly be taking a look at this &#x27;ESPFLIX&#x27; project over the weekend.<p>Thanks!
squarefoot将近 5 年前
Check also the ESP32-Cam which does this, along with face recognition.<p><a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=MicAM_A0_lU" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=MicAM_A0_lU</a> <a href="https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DnXI-MO1qck" rel="nofollow">https:&#x2F;&#x2F;www.youtube.com&#x2F;watch?v=DnXI-MO1qck</a>
humbfool2将近 5 年前
This is so Cool! A 99 cents Chip can do so many things. I am using it currently for Automatic Garden Monitoring system[1]. I never realized this small chip can do big things. Very Impressive.<p>[1]<a href="https:&#x2F;&#x2F;iot-playground.com&#x2F;blog&#x2F;2-uncategorised&#x2F;94-esp8266-smart-plant-irrigation-system" rel="nofollow">https:&#x2F;&#x2F;iot-playground.com&#x2F;blog&#x2F;2-uncategorised&#x2F;94-esp8266-s...</a>
评论 #24155689 未加载
评论 #24155110 未加载
conradfr将近 5 年前
I had a chuckle at the loading screen.<p>Shameless plug, my father made a (free) ESP8266 &amp; ESP32 wifi webradio project that seems popular and may interest some people in this thread <a href="https:&#x2F;&#x2F;github.com&#x2F;karawin&#x2F;Ka-Radio" rel="nofollow">https:&#x2F;&#x2F;github.com&#x2F;karawin&#x2F;Ka-Radio</a>
评论 #24156307 未加载
johnklos将近 5 年前
Rossum: You&#x27;re crazy. I love it. Amazing! Can&#x27;t wait to try it.<p>Especially considering the cost, this would be a wonderful addition to any standard definition TVs still in use.
p1mrx将近 5 年前
I think the most interesting part of this is ESP_8_BIT driving composite video from software using 1 output pin.
评论 #24155661 未加载
monksy将近 5 年前
The Esp32 is such an amazing device. If I had more time I would love to learn more about it. I&#x27;ve just ordered a few more sensors for it.<p>I&#x27;m pretty excited about it.
redfast00将近 5 年前
This is really impressive, streaming video + audio on a what is essentially a beefy microcontroller.
评论 #24151821 未加载
评论 #24150711 未加载
评论 #24151852 未加载
tikej将近 5 年前
Very impressive. Masterful hacking. Nice to know how much can still be done with less than a megabyte of memory!
cellular将近 5 年前
Instead of using cloud aws, could an sd card be used?<p>Might be cool to have harry potter picture frames for the cost of the sscard and esp (assuming free flatscreen vga with component-in).
etaioinshrdlu将近 5 年前
Does anyone know how they are able to produce such a powerful chip so cheaply? Do they use Chinese fabs?
评论 #24155798 未加载
评论 #24153651 未加载
评论 #24153712 未加载
hutch120将近 5 年前
Cool! Can you give an overview of the &quot;Amazing AWS Stack&quot; you have implemented?
评论 #24155009 未加载
hombre_fatal将近 5 年前
It seems really fun to develop hardware skills like this. Or for example being able to order an eink display and build my own ereader from basic principles.<p>But every time I start learning, it feels like there&#x27;s so much you have to learn to do so little, and I&#x27;m not fundamentally motivated by the physics of hardware.<p>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.<p>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.<p>Oh well, it&#x27;s like playing the piano: I wish my younger self put in the time so that my older self could benefit for free.