iot

Running .Net on ESP32 Microcontroller

.Net Core is a cross-platform, fast and lightweight but still, you cannot use it in tiny microcontroller where memory is few kilobytes. Most of the examples are available in C/C++ languages. I'm using .Net and Visual studio since my college time, I don't like to write code in C language, therefore I use MicroPython for embedded device.

Read more...

Building an IoT Smart Bin with ESP32 and Azure

Smart Bin IoT Solution using ESP32 and Azure

I recently purchased an ESP32S IoT microcontroller from Amazon to explore its capabilities and gain hands-on experience with microcontrollers and sensors. After spending a few days setting up basic samples—such as LED control, WiFi connectivity, and sending touch sensor data to the cloud using MicroPython—I decided to tackle a fun proof-of-concept (POC) project: building a Smart Bin.

Read more...