• ClipSaver
ClipSaver
Русские видео
  • Смешные видео
  • Приколы
  • Обзоры
  • Новости
  • Тесты
  • Спорт
  • Любовь
  • Музыка
  • Разное
Сейчас в тренде
  • Фейгин лайф
  • Три кота
  • Самвел адамян
  • А4 ютуб
  • скачать бит
  • гитара с нуля
Иностранные видео
  • Funny Babies
  • Funny Sports
  • Funny Animals
  • Funny Pranks
  • Funny Magic
  • Funny Vines
  • Funny Virals
  • Funny K-Pop

Cloning Windows desktop image to external display using stm32 microcontroller USBFS скачать в хорошем качестве

Cloning Windows desktop image to external display using stm32 microcontroller USBFS 1 year ago

stm32

программирование

jpeg

encoder jpeg

decoder jpeg

кодер jpeg

декодер jpeg

vcp

virtual com port

usb cdc

usb fs

Не удается загрузить Youtube-плеер. Проверьте блокировку Youtube в вашей сети.
Повторяем попытку...
Cloning Windows desktop image to external display using stm32 microcontroller USBFS
  • Поделиться ВК
  • Поделиться в ОК
  •  
  •  


Скачать видео с ютуб по ссылке или смотреть без блокировок на сайте: Cloning Windows desktop image to external display using stm32 microcontroller USBFS в качестве 4k

У нас вы можете посмотреть бесплатно Cloning Windows desktop image to external display using stm32 microcontroller USBFS или скачать в максимальном доступном качестве, видео которое было загружено на ютуб. Для загрузки выберите вариант из формы ниже:

  • Информация по загрузке:

Скачать mp3 с ютуба отдельным файлом. Бесплатный рингтон Cloning Windows desktop image to external display using stm32 microcontroller USBFS в формате MP3:


Если кнопки скачивания не загрузились НАЖМИТЕ ЗДЕСЬ или обновите страницу
Если возникают проблемы со скачиванием видео, пожалуйста напишите в поддержку по адресу внизу страницы.
Спасибо за использование сервиса ClipSaver.ru



Cloning Windows desktop image to external display using stm32 microcontroller USBFS

We display the Windows desktop image on an external display using a microcontroller. USB CDC Virtual COM Port, jpeg encoder and decoder. Cloning a Windows desktop image on a display connected to a microcontroller. Virtual COM port. JPEG encoding and decoding. The project demonstrates working with a virtual COM port. Play streaming video (motion jpeg). The server (computer) constantly takes screenshots of the desktop, encodes them in jpeg and transmits them to the client (microcontroller) via USB (virtual COM port). The microcontroller decodes the image and displays it on the display. What you will need: Development board based on stm32 - blackpill stm32f401ccu6 Display - st7789 or ili9341 (and compatible with them. The project is built for the st7789 display!). How to use: 1. Connect the display to the development board according to the connection table: LCD_DC PA2 LCD_RES PA3 LCD_CS PA4 LCD_SCL PA5 LCD_BLK PA6 LCD_SDA PA7 2. Connect the firmware microcontroller board to the USB connector of the computer (Release folder, firmware file stm32f401ccu6_usb_virtual_com_port.hex Attention: Firmware for the ST7789 display. When using the ILI9341 display, you must rebuild the project, specifying the required display parameters when calling the LCD_DisplayAdd function in main). 3. Run the server program from the Terminal\Release\Terminal.exe folder (this is a computer project). 4. Select the com port to which the microcontroller is connected. You can find out the required COM port from the device manager. It will be labeled as “USB serial device (COM number such and such)” in the “Ports (COM and LPT)” section. If everything is done correctly, then on the display connected to the microcontroller you will see a copy of the same image that you can see on the computer monitor. Author: https://dzen.ru/vadrov    / @vadrov   https://t.me/vadrov_channel https://github.com/vadrov Project source code: https://github.com/vadrov/stm32f401cc... jpeg encoder: jpeg-compressor Public Domain or Apache 2.0, Richard Geldreich [email protected] https://github.com/richgel999/jpeg-co... #stm32 #programming #jpeg 00:00 Greetings and Merry Christmas. 00:24 What will be used in the project. 00:43 Hello to the “guys” from the comments about the hook (from the ECU review). 😉 01:08 About the desire to surprise the audience. YouTube viewers (and others) love the show. 01:40 What will be implemented in this “weekend” project. 02:30 STM32CubeIDE. About setting up the display connection (setting up spi and gpio control outputs). 04:43 About the indication of data reception/transmission via USB. 05:06 About setting up USB. CDC class (Virtual Port Com). 06:44 About interrupt priorities. 07:20 Setting up core and peripheral clocking. USB operating condition. 09:12 Project setup. Libraries for configuring and working with peripherals. Limitations of the USB Device driver from STM. 11:29 Interrupt handlers: systick, dma, usb. 12:48 Declaration and initialization of global variables, including the buffer for receiving data. Libraries connected to the project. 17:01 Organization of data reception via USB in double buffer mode. CDC_Receive_FS handler. Batch reception. Signs of the last data packet for the current transmission (message). 24:23 About the possibilities of overclocking the core of the m/c stm32f401ccu6. Software implementation. Restrictions when using a USB Device. 26:01 Generating a message from the client to the server about the resolution of the display connected to the device and the maximum file size. 30:50 Reception, decoding and display of images received from the server. Double buffer switching. Permission to receive a new data packet. 35:50 The microcontroller is “not controlled by wiring”... 😉 38:06 Visual Studio 2022. Program for server (computer). Why do we encode the image into jpeg, and not transmit it as a simple stream “as is”. 41:21 Screenshots using GDI, scaling and encoding images to jpeg. 41:44 Interpretation by the server of a message received from a client with jpeg encoding settings. Regular expressions. "Internal standards" of the project: format, resolution and file size. 45:56 jpeg encoder. Thanks to its author. 48:29 "Endless loop" of the server. The server adjusts the quality of jpeg encoding in order not to exceed the maximum file size. Minimum encoding quality. Consequences for the client if the server exceeds the maximum file size. 51:44 Connecting a microcontroller to a computer. Detection of a serial device by the operating system. View Device Manager. Launch the server program and select the port to which the microcontroller is connected. 54:13 Displaying a small copy of the desktop. Demonstration of work.

Comments
  • Зачем нужен ассемблер на примере. Соглашения о вызовах в разных архитектурах 1 year ago
    Зачем нужен ассемблер на примере. Соглашения о вызовах в разных архитектурах
    Опубликовано: 1 year ago
    1455
  • Подключение дисплея ili9341 с тачскрином xpt2046 по одному spi к stm32: пишем драйвер, рисуем 2 years ago
    Подключение дисплея ili9341 с тачскрином xpt2046 по одному spi к stm32: пишем драйвер, рисуем
    Опубликовано: 2 years ago
    7742
  • Перл-Харбор РФ или нечто плохое для Киева? 4 hours ago
    Перл-Харбор РФ или нечто плохое для Киева?
    Опубликовано: 4 hours ago
    583806
  • Ядерная война: сценарий. Как технически произойдет апокалипсис 3 days ago
    Ядерная война: сценарий. Как технически произойдет апокалипсис
    Опубликовано: 3 days ago
    1329462
  • ESP32 против STM32F4. Xtensa LX6 против Cortex-M4F. Наглядная демонстрация силы двух ядер 1 year ago
    ESP32 против STM32F4. Xtensa LX6 против Cortex-M4F. Наглядная демонстрация силы двух ядер
    Опубликовано: 1 year ago
    3577
  • STM32 AVI video player with OSD menu. jpeg decoder optimization in assembler 2 years ago
    STM32 AVI video player with OSD menu. jpeg decoder optimization in assembler
    Опубликовано: 2 years ago
    3434
  • Мы обманули Jeep и нашли проблему! 3 days ago
    Мы обманули Jeep и нашли проблему!
    Опубликовано: 3 days ago
    1886279
  • How to connect the display from a mobile phone to Arduino 7 years ago
    How to connect the display from a mobile phone to Arduino
    Опубликовано: 7 years ago
    1334349
  • STM32 + Дисплей ST7735 или почему HAL это хорошая библиотека 5 years ago
    STM32 + Дисплей ST7735 или почему HAL это хорошая библиотека
    Опубликовано: 5 years ago
    48165
  • Как за нами СЛЕДЯТ. Звонки, Whatsap, Telegram, приложения, камеры на улице. 2 weeks ago
    Как за нами СЛЕДЯТ. Звонки, Whatsap, Telegram, приложения, камеры на улице.
    Опубликовано: 2 weeks ago
    434802

Контактный email для правообладателей: [email protected] © 2017 - 2025

Отказ от ответственности - Disclaimer Правообладателям - DMCA Условия использования сайта - TOS



Карта сайта 1 Карта сайта 2 Карта сайта 3 Карта сайта 4 Карта сайта 5