ESP32-S3-WROOM-1, ESP32-C3-WROOM-2 and ATTinyXX4 – 3 in one development board
4/2/2023

ESP32-S3-WROOM-1, ESP32-C3-WROOM-2 and ATTinyXX4 – 3 in one development board

Here is a custom-designed 3-in-one development board that I recently designed. The board supports any of the 3 MCUs, Also ESP32 should work but the pinouts will be different. The board includes a 3.3v LDO regulator, and USB micro, with native USB for ESP32s. Pinout for UART as well as UPDI for ATTiny. Two headers […]

Docker compose update php.ini
10/24/2020

Docker compose update php.ini

How to configure the php.ini in your docker container? Here is how you can update your config files like php.ini, httpd.conf, php-fpm.conf, .htaccess, etc in a docker container through the host filesystem. On the root folder of your project where your docker-compose.yml is, add a new file to replace some config file, in your PHP […]

ESP32-S3 Pinout for WROOM-1 module
4/13/2023

ESP32-S3 Pinout for WROOM-1 module

It is hard to find one good colour-coded pinout drawing for ESP32-S3 so I made one myself.I will update it with for info as I get time. I plan to make more pin out images for other modules too like ESP32-C3 with detailed pin types.

Upgrading NextJs v11 to 12 hopefully to 13
4/17/2023

Upgrading NextJs v11 to 12 hopefully to 13

upgrading NextJs from v11 to 12. Webpack@4 is no more supported so first Upgrade Webpack v4 to v5 Simply run yarn up webpack Try running NextJs yarn dev Still uses webpack v4… Using webpack 4. Reason: webpack5 flag is set to false in next.config.js https://nextjs.org/docs/messages/webpack5 Change webpack5 to true in next.config.js Run NextJs again. ValidationError: […]

© 2023 Anil Maharjan