MomoCoder GGKP A DIY Smart controller
9/20/2023

MomoCoder GGKP A DIY Smart controller

Momocoder GGKP is an open-source Smart controller with an optional Air Mouse feature. The hardware consists of ESP32-S3 Air Mouse: Motion control, BLE connectivity, OLED screen, compact design, 9 macro buttons, customizable for seamless device control. ESP32-S3 Air Mouse is your new go-to gadget for effortless device control. Features: Motion Control: Navigate with a wave […]

Generate a complete software project with single line of prompt with MetaGPT
8/13/2023

Generate a complete software project with single line of prompt with MetaGPT

What if AI could write fully functional software for us, with a one-line prompt?

4/30/2023

FreeTouchDeck with air mouse feature

I recently wrote a post about building a FreeTouchDeck an open source DIY alternative for Stream deck. In this post, I will show you how I added an air mouse feature to it. For this project, I used the following components Replace BLE-keyboard by BLE-Combo The FreeTouchDeck uses T-vK/ESP32-BLE-Keyboard library to set up the device […]

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: […]

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.

© 2023 Anil Maharjan