Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
Arduino programming is one hell of a joke. One misstep and it's all gone: go find EEPROM to burn from or better buy new (or is it really?).
-
@vintprox unos have a separate chip to load data on to main chip. Those are hard to brick. Not impossible, just hard.
What is wrong with Putty? Its a really nice tool. -
@Demolishun nothing, but after installing a good 50 packages of build chain for the esp32 stuff it triggered me, how we now also need a gui tool for a bit of `screen /dev/ttyUSB0`.
Especially because they explain the actual coding and mechanics not that child friendly, and it annoys me.
Related Rants
-
xjose97x19Just saw a variable in C named like this: long time_ago; //in a galaxy far away I laughed no stop.
-
elgringo41Student - Teacher renaming .c to .exe make the program executable ? Teacher - Yes A group of people stand up...
-
linuxxx32*client calls in* Me: good morning, how can I help you? Client: my ip is blocked, could you unblock it for m...
Coding for MCUs gets more and more surreal every day.. On one hand we're cooding oldschool heavy metal C or C++, but on the other hand they tell you to use PuTTY to check if there is a working serial connection - what the fuck?
Also the IDEs they suggest you. VSCode or Eclipse. Both are so unbelievable unusable for this, even with plugins, I would compile this shit via CLI myself before using them.
It just feels so contrary - they act like professionals and just spit out 200 uncommented lines of C to start WiFi on the ESP32 - not explaining a single fucking thing, but on the other hand, they checked the connection via PuTTY after writing some uwu kawaii shit into Eclipse.
Not to mention Arduino with their FUCKING SKETCHES.
rant
contrary
mcu
sketch
esp32
arduino
c
wtf
c++