home.social

#esp32-p4 — Public Fediverse posts

Live and recent posts from across the Fediverse tagged #esp32-p4, aggregated by home.social.

fetched live
  1. We are pleased to announce that our popular ESP32-P4-PC board now has its own dedicated 3D printed enclosure! The new BOX-ESP32-P4-PC is specially designed for the board and provides openings for all interfaces
    olimex.wordpress.com/2026/05/2
    #esp32 #iot #oshw #esp32 #esp32p4 #espressif

  2. We are pleased to announce that our popular ESP32-P4-PC board now has its own dedicated 3D printed enclosure! The new BOX-ESP32-P4-PC is specially designed for the board and provides openings for all interfaces
    olimex.wordpress.com/2026/05/2
    #esp32 #iot #oshw #esp32 #esp32p4 #espressif

  3. Six new models of OV5647 5-Megapixel cameras with adjustable lenses for ESP32-P4-DevKit and ESP32-P4-PC are in stock. NV suffix version is with IR cut-off filter removed for night vision apps. olimex.wordpress.com/2026/05/2 #esp32p4 #ov5647 #computervision #iot #mipi #csi #raspberrypi

  4. Six new models of OV5647 5-Megapixel cameras with adjustable lenses for ESP32-P4-DevKit and ESP32-P4-PC are in stock. NV suffix version is with IR cut-off filter removed for night vision apps. olimex.wordpress.com/2026/05/2 #esp32p4 #ov5647 #computervision #iot #mipi #csi #raspberrypi

  5. Continúo con mis experimentos y ports en el ESP32-P4, y esta vez le tocó a tiny386, un emulador de 386 cuyo repositorio original podéis ver aquí:
    github.com/hchunhui/tiny386
    He conseguido sacar el framebuffer a la pantalla DSI y conectar el teclado usando HID USB.
    Como prueba, he logrado ejecutar Eternam, una aventura gráfica bastante peculiar, y la primera que jugué en mi vida con mi primer ordenador.
    Todavía está en una fase inicial, pero los avances son prometedores. #ESP32 #ESP32P4 #MSDOS

  6. This Raspberry Pi-like single-board PC is powered by an ESP32-P4C6 module with a 400 MHz dual-core RISC-V MCU, support for WiFi 6 and Bluetooth 5, 10/100 Ethernet, microSD card reader and 40-pin GPIO header.
    cnx-software.com/2026/03/27/es

  7. This Raspberry Pi-like single-board PC is powered by an ESP32-P4C6 module with a 400 MHz dual-core RISC-V MCU, support for WiFi 6 and Bluetooth 5, 10/100 Ethernet, microSD card reader and 40-pin GPIO header.
    cnx-software.com/2026/03/27/es #ESP32P4PiVIEWE #ESP32P4 #ESP32 #ESP32C6 #RISCV #SingleBoardComputer

  8. Me he picado con el ESP32-P4… y se me ha ido de las manos 😅
    DOOM corriendo en un ESP32-P4.
    Y lo curioso: no había ningún port de DOOM para ESP32-P4 (aunque sí de Quake)…

    Me he basado en DOOM GENERIC
    La idea es muy directa:
    implementas unos hooks y conectas el motor a tu hardware
    Render, input y timing. Sin más.
    Para el input he usado usb_host_hid:
    teclado y ratón USB directamente al ESP32-P4.
    Y para el vídeo… chiquito.wad 😏
    github.com/alexkid77/ESP32P4DO

    #ESP32 #ESP32P4 #Embedded #Firmware #DOOM

  9. Me he picado con el ESP32-P4… y se me ha ido de las manos 😅
    DOOM corriendo en un ESP32-P4.
    Y lo curioso: no había ningún port de DOOM para ESP32-P4 (aunque sí de Quake)…

    Me he basado en DOOM GENERIC
    La idea es muy directa:
    implementas unos hooks y conectas el motor a tu hardware
    Render, input y timing. Sin más.
    Para el input he usado usb_host_hid:
    teclado y ratón USB directamente al ESP32-P4.
    Y para el vídeo… chiquito.wad 😏
    github.com/alexkid77/ESP32P4DO

    #ESP32 #ESP32P4 #Embedded #Firmware #DOOM

  10. Estoy trasteando con gráficos en el ESP32-P4 y he montado el típico efecto de agua 2D (ondas + refracción) usando MIPI DSI.

    Lo curioso ha sido el cuello de botella:

    Con la física en los 2 cores

    Usando el PPA para escalar

    Todo bien… pero la clave es la memoria.

    En SRAM interna va a unos 84 FPS 🚀
    En PSRAM cae a ~30 FPS

    Dejo vídeo 👇

    #ESP32 #ESP32P4 #C #Embedded #Espressif

  11. Estoy trasteando con gráficos en el ESP32-P4 y he montado el típico efecto de agua 2D (ondas + refracción) usando MIPI DSI.

    Lo curioso ha sido el cuello de botella:

    Con la física en los 2 cores

    Usando el PPA para escalar

    Todo bien… pero la clave es la memoria.

    En SRAM interna va a unos 84 FPS 🚀
    En PSRAM cae a ~30 FPS

    Dejo vídeo 👇

    #ESP32 #ESP32P4 #C #Embedded #Espressif

  12. Last week we exhibited at Embedded World in Nuremberg.

    This video presents some of the demos from our booth, running on embedded devices with Slint 👇

    youtube.com/shorts/3w64sO7fjFM

  13. Last week we exhibited at Embedded World in Nuremberg.

    This video presents some of the demos from our booth, running on embedded devices with Slint 👇

    youtube.com/shorts/3w64sO7fjFM

    #embedded #Slint #EmbeddedWorld #RP2350 #ESP32 #ESP32S3 #ESP32P4 #Renesas #toradex

  14. Some good news for #Tanmatsu owners and others who partake of the #BadgeLife - #MicroPython now kinda sorta works on the #ESP32P4 :aMarxParty:

    In case of interest, here's an MP fork with my lazyweb "port" where the only changes are basically copying the ESP-IDF settings for the Tanmatsu over into the MP source tree as a new board:

    github.com/martin-hamilton/tan

    Disclaimer: On the great Copilot In The Cloud because there are too many moving parts to cleanly slurp over elsewhere

  15. Some good news for #Tanmatsu owners and others who partake of the #BadgeLife - #MicroPython now kinda sorta works on the #ESP32P4 :aMarxParty:

    In case of interest, here's an MP fork with my lazyweb "port" where the only changes are basically copying the ESP-IDF settings for the Tanmatsu over into the MP source tree as a new board:

    github.com/martin-hamilton/tan

    Disclaimer: On the great Copilot In The Cloud because there are too many moving parts to cleanly slurp over elsewhere

  16. Olimex ESP32-P4-PC is an open source IoT board with a 400 MHz dual-core RISC-V chip and plenty of I/O for $29

    Open hardware maker Olimex has introduced a new development board powered by an ESP32-P4 processor featuring a dual-core 400 MHz RISC-V processor, and a low-power 40 MHz RISC-V microcontroller core.

    With just 768 KB of internal memory, 32MB of PSRAM, and 16MB of SPI flash storage, the Olimex ESP32-P4-PC is clearly not meant for use as a general purpose computer. But it’s a fairly versatile […]

    #esp32 #esp32P4 #esp32P4Pc #olimex #olimexEsp32P4Pc #sbc Read more: liliputing.com/olimex-esp32-p4
  17. Introducing the ESP32-P4-PC Open Source Hardware Board - the most comprehensive and feature-rich ESP32-P4 board on the market.
    From HMI systems and industrial controllers to edge AI and vision applications - the ESP32-P4-PC gives you everything in one board.
    olimex.wordpress.com/2026/02/1 #OpenSourceHardware #ESP32P4 #Olimex #RISCV #IoT #EmbeddedSystems

  18. Introducing the ESP32-P4-PC Open Source Hardware Board - the most comprehensive and feature-rich ESP32-P4 board on the market.
    From HMI systems and industrial controllers to edge AI and vision applications - the ESP32-P4-PC gives you everything in one board.
    olimex.wordpress.com/2026/02/1 #OpenSourceHardware #ESP32P4 #Olimex #RISCV #IoT #EmbeddedSystems

  19. LilyGo T-Display P4 handheld has an ESP32-P4 RISC-V processor and a 4.1 inch display

    The LilyGo T-Display P4 is a pocket-sized device with a 4.1 inch display that looks like a smartphone from the front. But turn it sideways and it’s clear that this chunky handheld is more of a dev kit than a phone. It measures 22mm (0.9 inches) thick and has full-sized Ethernet and USB Type-A ports, as well as accessible GPIO and QWIIC expansion connectors.

    But it’s what’s inside that […]

    #esp32P4 #lilygo #lilygoTDisplay #lilygoTDisplayP4 #riscV #tDisplay

    Read more: liliputing.com/lilygo-t-displa

  20. Erstes #ESP32P4 Evalboard für <16EUR bei #Aliexpress gesichtet. Bloss was sollte man damit wollen?

  21. Erstes #ESP32P4 Evalboard für <16EUR bei #Aliexpress gesichtet. Bloss was sollte man damit wollen?

  22. it's very niche but I made a library to handle the 2D-accel operations (PPA) from the #ESP32P4 in a M5GFX/LovyanGFX cpp layer

    github.com/tobozo/LGFX_PPA

    #LovyanGFX #M5Unified #ESP32 #cpp

  23. it's very niche but I made a library to handle the 2D-accel operations (PPA) from the #ESP32P4 in a M5GFX/LovyanGFX cpp layer

    github.com/tobozo/LGFX_PPA

    #LovyanGFX #M5Unified #ESP32 #cpp

  24. К чему можно подключить MIPI DSI экран?

    Как-то мне захотелось поэкспериментировать с MIPI DSI экранами. Встал вопрос: к чему их подключить? Позже я выбрал решение и спроектировал плату, о чём начал писать статью. Но есть и множество других вариантов. Решил вынести эти данные в отдельную часть. Информация постепенно собиралась по крупицам из разных источников, а после успешного запуска экранов была осмыслена с учётом полученного опыта, систематизирована и представлена в удобной форме. Какие решения доступны? Как рассчитать скорость передачи данных?

    habr.com/ru/companies/timeweb/

    #timeweb_статьи #MIPI_DSI #MIPI_дисплей #экран_от_смартфона #DSI_дисплей #экран_смартфона #дисплей_от_смартфона #подключение_дисплеев_от_смартфонов #экран_от_телефона #дисплей_от_телефона #DSI_экран #SSD2828 #SSD2805 #ESP32P4 #STM32 #TC358870XBG #ПЛИС #FPGA

  25. Today we published Release 2 of the Tanmatsu 3D mechanical parts. These consist of the 3D printed case, spacer and speaker_adapter. This release entails a complete re-implementation in FreeCAD 1.0.1 It's for the revision 1, 2 and 3 of the Tanmatsu. We also added some cosmetic touches for the expansion connecter and audio connector. #badge #ESP32P4 #FreeCAD #FreeCADFriday @badgeteam

  26. Today we published Release 2 of the Tanmatsu 3D mechanical parts. These consist of the 3D printed case, spacer and speaker_adapter. This release entails a complete re-implementation in FreeCAD 1.0.1 It's for the revision 1, 2 and 3 of the Tanmatsu. We also added some cosmetic touches for the expansion connecter and audio connector. #badge #ESP32P4 #FreeCAD #FreeCADFriday @badgeteam

  27. ESP32-P4-DevKit Open Source Hardware Dual Core RISC-V 400Mhz development board with Ethernet, USB JTAG, SD-card, MIPI-CSI, MIPI-DSI, UEXT and exposed GPIOs is now available for ordering in limited quantities olimex.wordpress.com/2024/12/1 #esp32 #esp32p4 #oshw #riscv