esp32s2-cookbook
esp32s2-cookbook copied to clipboard
Low-level tests with the ESP32-S2
Added some notes on using different S2 dev boards. Described issue I had with USB to serial IC on the DEV board I had.
There was a mismatch between the pin defines for currently two available boards. Also changed the default pin config to the original esp32-s2 ch32v003programmer (BOARD_CNLOHR). Firmware tested on my own,...
Is it possible to debug v003's without minichlink? I can write registers but I got problem when reading the registers like 0x04. I sent this commands before the reading. Is...
Will it take much effort to make it work on esp32 c3?
Just took a glance, at the source and found PIN defs for the S2 Mini? Would make it easy to try :). 
Hi, I need a little bit of help. I'm trying to immigrate the s2 programmer to s3 since my main project runs on s3. However, I got the following errors:...
I'm not very familiar with compilation, so I programmed (only with a minor modification due to WIN11 - UART connection with ESP32) the ESP32s2-solo2-4 as recommended by the precompiled BIN...
I was trying to reflash the firmware on my esp32s2-funprog, but I can't figure out the invocation to use esputil to replace the esptool.py command. That should probably get added...