microcontroller

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...

IoT Smart Bin

Smart Bin IoT Solution using ESP32 and Azure

Recently, I bought ESP32S IoT microcontroller from Amazon to do some POC and get some insight from microcontroller and sensor. I spend 2-3 days to setup and run basic samples (LED on-off, connect WiFI, Send touch sensor data on Cloud etc.) using micro-python. Then I start work on Smart Bin POC (just for fun).

Read more...