Posts

Showing posts from October, 2021

Github desktop below Proxy

 Use github desktop belwo Proxy. Set git proxy with commond: git config --global http.proxy http://xxxx:8080 or edit file  .gitconfig   in  C:\Users\@yourusername

ESP32 Modules

Image
 I want to buy a ESP32 module ESP32-WROOM-32E, but seems there is lack of such module currently. And the shop usually provide ESP32-WROOM-32, ESP32-WROOM-32D. What the different between them? After check, they have same dimensions and pin out. Seems, they can be replaceable to each other. But they have different chip inside. ESP32-D0WDQ6 is not recommend for new design, so module  ESP32-WROOM-32 is also not recommend for new design.