mastodon.world is one of the many independent Mastodon servers you can use to participate in the fediverse.
Generic Mastodon server for anyone to use.

Server stats:

8.2K
active users

Reverse-EngineeringA Brain Transplant for a Philips Smart Lamp As the saying goes, modern problems require modern so...<br><br><a href="https://hackaday.com/2025/05/14/a-brain-transplant-for-a-philips-smart-lamp/" rel="nofollow noopener" target="_blank">https://hackaday.com/2025/05/14/a-brain-transplant-for-a-philips-smart-lamp/</a><br><br><a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/home" target="_blank">#home</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/hacks" target="_blank">#hacks</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/Microcontrollers" target="_blank">#Microcontrollers</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/ESP32-C6" target="_blank">#ESP32-C6</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/smart" target="_blank">#smart</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/light" target="_blank">#light</a> <a rel="nofollow noopener" class="mention hashtag" href="https://mastodon.social/tags/zigbee" target="_blank">#zigbee</a><br><br><a href="https://awakari.com/pub-msg.html?id=HeGl48fT5pI21PjB3GN8JxX7X5E&amp;interestId=Reverse-Engineering" rel="nofollow noopener" target="_blank">Result Details</a>
mc.fly<p>I have a seeed xiao <a href="https://milliways.social/tags/esp32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esp32c6</span></a> dev board running a <a href="https://milliways.social/tags/tasmota" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>tasmota</span></a> firmware. </p><p>I want to connect that into a <a href="https://milliways.social/tags/zigbee" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zigbee</span></a> network and export some sensors that are connected to i2c. </p><p>Anyone ever done that? </p><p><a href="https://milliways.social/tags/esp32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esp32</span></a> <a href="https://milliways.social/tags/SmartHomes" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SmartHomes</span></a> </p><p><a href="https://milliways.social/tags/plzretoot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>plzretoot</span></a></p>
LeRoy Miller<p>A few new <a href="https://mastodon.radio/tags/Microcontrollers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Microcontrollers</span></a> - My wife always asks me why I need new microcontrollers, or how many microcontrollers do you need. But the answer is "because", or "why not", or "I thought we agreed it's not a good idea to ask me why"</p><p>These all have a ST7789 LCD, but different microcontrollers, and different features.<br>The <a href="https://mastodon.radio/tags/Waveshare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Waveshare</span></a> is <a href="https://mastodon.radio/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a>,<br>has a SD reader, <a href="https://mastodon.radio/tags/IdeaSpark" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IdeaSpark</span></a> is just a <a href="https://mastodon.radio/tags/ESP32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32</span></a> nothing extra, and the <a href="https://mastodon.radio/tags/Lilygo" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Lilygo</span></a> is a <a href="https://mastodon.radio/tags/ESP32S2" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32S2</span></a> has a <a href="https://mastodon.radio/tags/OTG" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>OTG</span></a> USB port, and SD reader, and Grove port,...</p>
Larry (Mr.Optimization)<p>There's no current way to use the ULP coprocessor of the <a href="https://floss.social/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> on Arduino, so I'm porting OneBitDisplay to compile as an ESP-IDF component. Luckily I put all of the target-specific stuff in obd_io.inl, so there's less than 100 lines of C to modify to make it all work.</p>
chfkch :nixos: :rust:<p>Finally i got <a href="https://ruhr.social/tags/Embassy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Embassy</span></a> working on my <a href="https://ruhr.social/tags/ESP32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32c6</span></a> in <a href="https://ruhr.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NixOS</span></a>. By now it should be over 95% reproducible. The last parts have to wait until i finished my day job.<br>The litte bugger now runs <a href="https://ruhr.social/tags/EmbeddedRust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmbeddedRust</span></a> <a href="https://ruhr.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a>.</p><p>I will share the flake, which is mostly the oxilica/rust-overlay flake with the corrected toolchain and stuff like <a href="https://ruhr.social/tags/RustAnalyzer" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustAnalyzer</span></a> and `cargo espflash`.</p>
chfkch :nixos: :rust:<p>I mean, i have been struggling with the tooling for <a href="https://ruhr.social/tags/EmbeddedRust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmbeddedRust</span></a> with the <a href="https://ruhr.social/tags/ESP32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32c6</span></a> a bit lately (some of it was <a href="https://ruhr.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NixOS</span></a>) mostly to the still fast moving development and changes.<br>But overall the experience is quite nice compared to <a href="https://ruhr.social/tags/Arduino" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Arduino</span></a> and <a href="https://ruhr.social/tags/ArduinoIDE" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ArduinoIDE</span></a>.<br>In regards to tooling i think only <a href="https://ruhr.social/tags/CircuitPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>CircuitPython</span></a> or <a href="https://ruhr.social/tags/MicroPython" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MicroPython</span></a> came close.<br>I hope that i can get <a href="https://ruhr.social/tags/Embassy" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Embassy</span></a> working by the end of the week, then i should have a reproducible environment across my devices.<br><a href="https://ruhr.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a> <a href="https://ruhr.social/tags/MicroControllers" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>MicroControllers</span></a> <a href="https://ruhr.social/tags/IOT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IOT</span></a></p>
chfkch :nixos: :rust:<p>Update to my esp-wifi problem:<br>It seems to be that <a href="https://ruhr.social/tags/NixOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>NixOS</span></a> is the culprit here. Or rather how rustup and cargo work on NixOS.<br>On <a href="https://ruhr.social/tags/PostmarketOS" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>PostmarketOS</span></a> i could build just fine. Why it is always this dependency that fails to build is puzzling me.</p><p><a href="https://ruhr.social/tags/ESP32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32c6</span></a> <a href="https://ruhr.social/tags/ESP32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32</span></a> <a href="https://ruhr.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a> <a href="https://ruhr.social/tags/EmbeddedRust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmbeddedRust</span></a></p>
chfkch :nixos: :rust:<p>I am struggling to compile <a href="https://ruhr.social/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> <a href="https://ruhr.social/tags/ESPHAL" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESPHAL</span></a> in <a href="https://ruhr.social/tags/RustLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>RustLang</span></a> when i am using the esp-generate template provided [here](<a href="https://github.com/esp-rs/esp-template" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="">github.com/esp-rs/esp-template</span><span class="invisible"></span></a>).<br>Errors mostly seem to be about the CONFIG not found (i guess it is the config-toml crate?).<br>I also set the opt-level to 3 for esp-wifi, but that just removes a warning.</p><p>I tried different versions but that does not seem to be of use. Can anyone confirm it is working on their end?<br><a href="https://ruhr.social/tags/embedded" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>embedded</span></a> <a href="https://ruhr.social/tags/IOT" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>IOT</span></a> <a href="https://ruhr.social/tags/ESP32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32</span></a> <a href="https://ruhr.social/tags/microcontroller" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>microcontroller</span></a></p>
Alasdair Allan<p>I wrote about the arrival of <a href="https://mastodon.social/tags/SwiftLang" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>SwiftLang</span></a> on embedded hardware for <span class="h-card" translate="no"><a href="https://noc.social/@hackster_io" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>hackster_io</span></a></span> during <a href="https://mastodon.social/tags/WWDC24" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>WWDC24</span></a>, <a href="https://www.hackster.io/news/apple-embeds-swift-into-hardware-125131557514" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">hackster.io/news/apple-embeds-</span><span class="invisible">swift-into-hardware-125131557514</span></a>. So it's nice to see some guides on getting started with <a href="https://mastodon.social/tags/EmbeddedSwift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmbeddedSwift</span></a> starting to appear. This one for the <a href="https://mastodon.social/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> from <span class="h-card" translate="no"><a href="https://seeedstudio.social/@seeedstudio" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>seeedstudio</span></a></span>, <a href="https://wiki.seeedstudio.com/xiao-esp32-swift/" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">wiki.seeedstudio.com/xiao-esp3</span><span class="invisible">2-swift/</span></a>.</p>
Per Ejeklint<p>Decided on <a href="https://mastodon.nu/tags/embeddedswift" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>embeddedswift</span></a> as my rainy-day vacation project but didn’t read requirements close enough. Need an <a href="https://mastodon.nu/tags/esp32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esp32c6</span></a> but only brought a s3… 🤦</p>
LeRoy Miller<p>New stuff from <a href="https://mastodon.radio/tags/M5Stack" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>M5Stack</span></a> - 2 M5 Magnetic Type-C Cables, 2 M5 NanoC6 microcontrollers (Wow, these things are tiny) I am not sure what to do with them yet, but I was thinking maybe a tiny robot.<br>And a M5DinMeter (which I really don't have any plans for, but it was cheaper to order it now then wait till later).<br>Plus the customary free M5Stack tape......</p><p><a href="https://mastodon.radio/tags/ESP32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32</span></a> <a href="https://mastodon.radio/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> <a href="https://mastodon.radio/tags/robot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>robot</span></a></p>
LeRoy Miller<p>Short Demo M5NanoC6 M5UnitSynth Fur Elise</p><p><a href="https://diode.zone/videos/watch/2c33ccb5-6b3e-487d-89ee-b0e55d6543b0" rel="nofollow noopener" translate="no" target="_blank"><span class="invisible">https://</span><span class="ellipsis">diode.zone/videos/watch/2c33cc</span><span class="invisible">b5-6b3e-487d-89ee-b0e55d6543b0</span></a></p>
chfkch :nixos: :rust:<p>Ah i just roasted my sole <a href="https://ruhr.social/tags/ESP32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32c6</span></a> board while measuring something with my voltmeter.<br>And almost no shop has a replacement in under 20 days. <br>I was so close prototyping the aquarium temperature regulator for my girlfriend.</p><p><a href="https://ruhr.social/tags/EmbeddedRust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>EmbeddedRust</span></a> <a href="https://ruhr.social/tags/Rust" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Rust</span></a> <a href="https://ruhr.social/tags/no_std" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>no_std</span></a></p>
rena2019 ☑️<p>Endlich! <a href="https://social.tchncs.de/tags/Zigbee" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Zigbee</span></a> <a href="https://social.tchncs.de/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a>.Light zeigt sich in <a href="https://social.tchncs.de/tags/Zigbee2Mqtt" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Zigbee2Mqtt</span></a></p>
LeRoy Miller<p>Some new micro-controllers. <br>There is a 2.8 touch screen with a <a href="https://mastodon.radio/tags/ESP32" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32</span></a>, not sure what to do with it. 2 Lilygo/TTGO T-Dongle S3 <a href="https://mastodon.radio/tags/ESP32S3" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32S3</span></a> usb with a screen, interesting, the screen is the same size as the original <a href="https://mastodon.radio/tags/M5StickC" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>M5StickC</span></a>. Also a <a href="https://mastodon.radio/tags/M5Stack" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>M5Stack</span></a> StampS3, 2 Atom Lite S3, and another Another AtomS3, <br>And finally a couple of <a href="https://mastodon.radio/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> dev kit boards from <a href="https://mastodon.radio/tags/Waveshare" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Waveshare</span></a> - I can't these to work right, I'm sure it's mean, I can get some of the serial demos to work, but ???</p>
rena2019 ☑️<p>Kann mal jemand einen Blogartikel zum Thema <a href="https://social.tchncs.de/tags/Zigbee" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Zigbee</span></a> mit <a href="https://social.tchncs.de/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> schreiben?<br>Ich würde ihn auch lesen 😋</p>
Olimex<p>New Open Source Hardware board with ESP32-C6 offers WiFi6, Bluetooth5(LE) and Zigbee, with four relays 10A/240VAC and four optoisolated inputs, works from 6 to 50V power supply. <a href="https://mastodon.social/tags/oshw" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>oshw</span></a> <a href="https://mastodon.social/tags/esp32c6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>esp32c6</span></a> <a href="https://mastodon.social/tags/wifi6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>wifi6</span></a> <a href="https://mastodon.social/tags/bluetooth5" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>bluetooth5</span></a> <a href="https://mastodon.social/tags/zigbee" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>zigbee</span></a> <a href="https://mastodon.social/tags/iot" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>iot</span></a></p>
gojimmypi<p>Woohoo! Success!! As noted on my account over on that bird site, I have a new <a href="https://hackaday.social/tags/Espressif" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>Espressif</span></a> ESP32-C6 that arrived just yesterday! Today I have it working with the <span class="h-card"><a href="https://fosstodon.org/@wolfssl" class="u-url mention" rel="nofollow noopener" target="_blank">@<span>wolfssl</span></a></span> encryption libraries test app. PR coming soon for full <a href="https://hackaday.social/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a> wolfSSL support. See details:<br><a href="https://github.com/wolfSSL/wolfssl/issues/6163" rel="nofollow noopener" target="_blank"><span class="invisible">https://</span><span class="ellipsis">github.com/wolfSSL/wolfssl/iss</span><span class="invisible">ues/6163</span></a></p>
Chris Wilson<p>ESP32-C6<br>- RISC-V<br>- Wi-Fi 6<br>- Bluetooth 5 (LE)<br>- 802.15.4/Thread<br>All in a US $9.00 dev board!!!</p><p>um.... yes please</p><p><a href="https://www.espressif.com/en/news/ESP32-C6_Available" rel="nofollow noopener" target="_blank"><span class="invisible">https://www.</span><span class="ellipsis">espressif.com/en/news/ESP32-C6</span><span class="invisible">_Available</span></a></p><p><a href="https://mastodon.social/tags/ESP32C6" class="mention hashtag" rel="nofollow noopener" target="_blank">#<span>ESP32C6</span></a></p>
404Not Found