Hacker News new | ask | show | jobs
by scotty79 1256 days ago
May I have a suggestion?

I noticed that people encontering the language for the first time are surpised that they don't see examples of doing ESP32 specific things up front.

I know all of that is covered in the docs but maybe you could additionally a create single page meant to illustrate ESP32 specific functionalities provided by the standard library (similar to that: http://docs.micropython.org/en/latest/esp32/quickref.html ) and make it easily accessible from the front page?

Plus maybe how to read anything from terminal that print outputs to.

1 comments

oh neat! (sorry, replying on this thread because only seeing this now and it’s the only recent enough to allow replies…)

i’ve just completed a solver for a similarly constrained system myself (STM32, 100-ish KB of memory): https://github.com/itizir/advent-of-code-2022

managed not to give up on any days, heheh! it’s day 24 where after my initial attempt i thought it would be absolutely impossible. but then next day an alternative approach popped in mind, phew!