diff --git a/embeded_details.html b/embeded_details.html index e69de29..399614b 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