From 4212839f4c12e37d5c720e0faef29532c2ea1f8d Mon Sep 17 00:00:00 2001 From: OkunElya Date: Fri, 3 Oct 2025 02:38:40 +1000 Subject: [PATCH] added embeded details --- embeded_details.html | 104 +++++++++++++++++++++++++++++++++++++++++++ opencv_details.html | 28 ++++++++++++ 2 files changed, 132 insertions(+) diff --git a/embeded_details.html b/embeded_details.html index e69de29..326a4b1 100644 --- a/embeded_details.html +++ b/embeded_details.html @@ -0,0 +1,104 @@ + + + + + + + "Portfolio" + + + + +
+ Menu + +
+

Embedded Details

+
+

+ ESP32 + Arduino + STM32 +

+

My programming path started with embeded systems, + i love all the low level things that Mcu could do with just a little bit of code, + sometimes build or flashing progress could take some time to get a hand of , but after that everething usualy + goes smooth

+ +

The first MCU i tried was a ATmega328P, + after some time i was surprised with the debug capabilities on the Stm32 + and now i'm working with esp32-s3 , that's a good chip, has internal JTAG and all the shiny wireless interfaces + but feels faulty + for some reason regular segfaults with CDC

+ + +

Microcontroller Comparison Table

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Board/MCUUART CountDynamic UART AssignmentADC ChannelsDebug SupportFlash SizeWireless Connectivity
ESP323Yes (via IO MUX)18JTAG, Serial4MB (typical)Wi-Fi, Bluetooth
ESP32-S33Yes (via IO MUX)20JTAG, Serial8MB (typical)Wi-Fi, Bluetooth LE
ESP-011No1Serial only512KB/1MBWi-Fi
Arduino Uno (ATmega328P)1No6Serial, DebugWire32KBNone
Blue Pill (STM32F103C8T6)3Yes (remappable)10SWD, Serial64KB/128KBNone
+ +

no rpi pico here , the build system has won over my temper

+ + + + \ No newline at end of file diff --git a/opencv_details.html b/opencv_details.html index e69de29..247b809 100644 --- a/opencv_details.html +++ b/opencv_details.html @@ -0,0 +1,28 @@ + + + + + + + "Portfolio" + + + + +
+ Menu + +
+

OpenCv Details

+
+ + + + \ No newline at end of file