mastodontech.de ist einer von vielen unabhängigen Mastodon-Servern, mit dem du dich im Fediverse beteiligen kannst.
Offen für alle (über 16) und bereitgestellt von Markus'Blog

Serverstatistik:

1,4 Tsd.
aktive Profile

#ESP32C6

0 Beiträge0 Beteiligte0 Beiträge heute

I mean, i have been struggling with the tooling for #EmbeddedRust with the #ESP32c6 a bit lately (some of it was #NixOS) mostly to the still fast moving development and changes.
But overall the experience is quite nice compared to #Arduino and #ArduinoIDE.
In regards to tooling i think only #CircuitPython or #MicroPython came close.
I hope that i can get #Embassy working by the end of the week, then i should have a reproducible environment across my devices.
#RustLang #MicroControllers #IOT

I am struggling to compile #ESP32C6 #ESPHAL in #RustLang when i am using the esp-generate template provided [here](github.com/esp-rs/esp-template).
Errors mostly seem to be about the CONFIG not found (i guess it is the config-toml crate?).
I also set the opt-level to 3 for esp-wifi, but that just removes a warning.

I tried different versions but that does not seem to be of use. Can anyone confirm it is working on their end?
#embedded #IOT #ESP32 #microcontroller

GitHubGitHub - esp-rs/esp-template: A minimal esp-hal application template for use with cargo-generateA minimal esp-hal application template for use with cargo-generate - esp-rs/esp-template

As a hobby project i am building a little helper for my girlfriend's aquarium.
I hooked up an #ESP32c6 with a water temperature sensor, a display and some CPU fans for regulation.
Those parts more or less work now (needs some tweaking only), but as a bonus i want to have the MCU post the data to my homelab so she can see the values on her phone when out of town.