TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Rust on Espressif chips

155 pointsby childintimealmost 2 years ago

6 comments

sacnoradhqalmost 2 years ago
Oh shit, I have some ESP32s from my COVID isolation AliExpress shopaholigasm.<p>&quot;ESP32 ESP32-CAM WiFi&quot;<p>&quot;ESP8266 ESP32 ESP-32S&quot;<p>&quot;SX1276 ESP32 with LoRa 868MHz-915MHz&quot;<p>Remember Chinese disposable brand sites tend to disappear without warning, so you always have to archive everything they have on their support sites, i.e., datasheets, code, examples, doc, diagrams, etc.
jareklupinskialmost 2 years ago
I&#x27;ve never worked with Rust, but I&#x27;m very familiar with ESP32+VSCode&#x2F;ESP-IDF, and eager to use something more high-level but still stable enough for unattended network-connected appliances<p>is this a good time to learn and start writing for the ESP32 in Rust, or should I wait a little more?
评论 #36553556 未加载
评论 #36556191 未加载
hefferalmost 2 years ago
For a second I thought this would be about an issue with damage from iron oxide on Espressif chips.<p>Yes, it&#x27;s a weekend and also a holiday today ;-)
coder543almost 2 years ago
This is a very timely article, since I’ve been trying to figure out how to get Embassy to work on any of the various ESP32 boards I have this weekend.<p>Is there any good guide for getting Rust working on ESP32? (the old Xtensa dual core model, or the newer C3 or C6 models)<p>I’ve also been looking at maybe trying an RP2040 board I have, but the Getting Started[0] guide seems very incomplete. It doesn’t even seem to mention that you need a nightly build of Rust, but I’m pretty sure you do.<p>I also doubt that running “cargo run” is going to result in an example being loaded onto any development board, so that seems like a confusing thing to show in the guide.<p>[0]: <a href="https:&#x2F;&#x2F;embassy.dev&#x2F;book&#x2F;dev&#x2F;getting_started.html" rel="nofollow noreferrer">https:&#x2F;&#x2F;embassy.dev&#x2F;book&#x2F;dev&#x2F;getting_started.html</a>
评论 #36553271 未加载
评论 #36553359 未加载
smodoalmost 2 years ago
I’m very excited about trying rust on these devices. Are there any examples out there of projects using this in a more or less mature shape?
评论 #36553076 未加载
评论 #36553080 未加载
aloeralmost 2 years ago
I have a bunch of various ESP32‘s lying around and I’ve been getting by with copy pasted arduino code.<p>Works fine for most things but I’ve also told myself many times now that I would like to dive deeper when I find the time.<p>My background is in web and Java. Never done C or C++.<p>Is rust on esp already good enough for a beginner?
评论 #36553839 未加载
评论 #36554220 未加载
评论 #36556487 未加载