[Livestream] Building an AI-Powered App for Microsoft Teams
6/19/2023

[Livestream] Building an AI-Powered App for Microsoft Teams

Microsoft Teams is a popular collaboration platform used by many organizations. In this article, we will explore the process of building an AI-powered app for Microsoft Teams. The app we will create is a chatbot that can answer questions about your organization using external data sources. These data sources can include repositories, PDF files, Google […]

Langchain – Tool that helps you build AI apps with ease
6/9/2023

Langchain – Tool that helps you build AI apps with ease

This is a transcript of a talk I presented recently at my company to an audience from all the departments in the company. I went over general definitions, Langchain, some modules in langchain and two applications I had built recently, one being a Question Answer application and a data interpreter. Definitions Let’s get started with […]

Safe and Unsafe pins in ESP32 and ESP32-S3
5/29/2023

Safe and Unsafe pins in ESP32 and ESP32-S3

What are the pins that are safe

Accelerometer / Gyroscope sensor MPU6050 Airmouse with ESP32 x BLE Mouse
4/3/2023

Accelerometer / Gyroscope sensor MPU6050 Airmouse with ESP32 x BLE Mouse

I had the MPU6050 module on my shelf for a long time before I finally decided to open it. I was really excited to do an Airmouse project with ESP32 but procrastination has been my friend for all this time. I finally decided to open the static safe seal and solder the header pins to […]

Dual-axis Joystick module with ESP32 and IPS LCD Screen (Paint App)
4/1/2023

Dual-axis Joystick module with ESP32 and IPS LCD Screen (Paint App)

In this blog post, we’ll explore how to build a simple paint app using a dual-axis joystick module, ESP32, and an IPS LCD screen, powered by the TFT_eSPI graphics library. The following components are required for this project. The app features 6 colors that are switchable by pressing the joystick switch. The cursor moves to […]

DIY House plant manager using Moisture Sensor and ATTiny45
3/30/2023

DIY House plant manager using Moisture Sensor and ATTiny45

This project is one of my favorites because I have lots of plants in my home. I sometimes get too busy and forget to water my plants and the plants get really unhappy and dry. This project will implement a humidity/moisture sensor to detect dry soil and alert you to water your plant. The project […]

© 2024 Anil Maharjan