Email or username:

Password:

Forgot your password?
Top-level
Martin 🧀

@bemyak do you own the rust devkit board? What is the benefit regarding another esp32 board?

2 comments
­

@mart_e Yes, I have one. For me, the main benefit is that I could follow the Ferrous Systems Training¹ precisely.

Compared to other microcontroller manufacturers, Espressif has really good Rust support, even std lib works. I don't think I had that on STM32.

Compared to other officially available ESP boards, this one has built-in charge controller and a fair set of sensors. I don't need only the IMU. There are some 3rd party boards² which have the charge controller, but I'm not sure how good they are.

Also the ESP C-series has RISC-V microprocessor architecture, so I guess if I'm gonna go lower to the processor instructions, it would be easier and more enjoyable with this board.

So, all in all I'm quite happy with the purchase, I think it's a great starting board even without considering my Rust affection :)

[1] esp-rs.github.io/std-training/
[2] dfrobot.com/product-2195.html

@mart_e Yes, I have one. For me, the main benefit is that I could follow the Ferrous Systems Training¹ precisely.

Compared to other microcontroller manufacturers, Espressif has really good Rust support, even std lib works. I don't think I had that on STM32.

Compared to other officially available ESP boards, this one has built-in charge controller and a fair set of sensors. I don't need only the IMU. There are some 3rd party boards² which have the charge controller, but I'm not sure how good they are.

Martin 🧀

@bemyak I haven't tried (yet) to follow the tutorial but it's good to know in case I fail to adapt it for my board (at least the GPIO are going to be different I guess)

Go Up