DRONE AIRCRAFT TYPE
Create compatibility between the ground control station, automatic start system (SAS), radar, and the aircraft.
We have a raspberry pi pico to which an LED matrix is connected, which displays an image (background picture). It is necessary to overlay text on top of the picture that comes via rs-232 to the controller.
When connecting the matrix to the controller, we used standard examples in micropython, circuitpython, and C.
In principle, the stack is not critical.
https://www.waveshare.com/wiki/RGB-Matrix-P3-64x64#Raspberry_Pi_Instructions
https://github.com/board707/DMD_STM32/tree/dev-V2
https://www.youtube.com/watch?v=hoFy992Y98c&t=392s
По какому протоколу текст поступает на распбери?
а не подойдет вам плата Nucleo вместо распбери? на ней уже есть готовое решение
Можем и нуклео рассмотреть.
Текст поступает по RS-232Посылка состоит из полей:
- начало пакета (два байта (0х55 0хАА))
- длина пакета (один байт (учитывается весь пакет))
- данные (минимум один байт)
- CRC16 как в ModBus RTU
В разделе “Данные” могут быть поля:
- mode (один байт) – обязательное поле- channel (один байт) – необязательное поле
- summa (четыре байта)(старшим вперед) – необязательное поле
- water_1 (два байта)( старшим вперед) – необязательное поле
- water_2 (два байта)( старшим вперед) – необязательное поле
Структура поля “mode”:
typedef enum {lcd_logo= 0x00,// Логотип
128*128 ( 4 панели 64*64, либо 2 панели 64*128 )
В идеале бы конечно еще рассмотреть возможность 64*256
тогда наверное лучше вообще сделать с нуля на любом микроконтроллере если есть время на это, или готовую плату купить типо Raspbery или Nucleo или ESP32 и сделать навесным монтажом, это гараздо быстрее, но колхозно выглядит
что скажете?
у нас достаточно опыта сделать схему, перевести ее в плату и произвести.
Первые образцы можно собрать на модулях для проверки работоспособности системы, модуля есть разные.
Добрый день. Сейчас как раз заканчиваю проект в данном стеке.
Это rp2040+LCD 1.28
Circut/micropython
BMP на фоне + текст любым шрифтом
Прекрасно. Практически то что нужно. Вопрос только хватит ли скорости/памяти на светодиодную матрицу.
У матрицы какой контроллер? Нужно найти драйвер, чтобы ответить на этот вопрос.
Если Вы уже что-то тестировали, информация также будет полезна. Пишите в личку.
Create compatibility between the ground control station, automatic start system (SAS), radar, and the aircraft.
Need an MTA:SA developer. I need help assembling a clean MTA:SA 1.6 mtasa-blue source on Windows. What needs to be done: 1. Set up the build environment: Visual Studio, Git, DirectX SDK, CEF, DLL, and other dependencies. 2. Build a clean mtasa-blue client/server. 3. Ensure the client runs without errors. 4. Explain which files/dependencies are needed. 5. Provide a brief guide on how I can rebuild the client myself. 6. Or help further via AnyDesk/Discord/Telegram. Important: - No bypassing anti-cheat. - No cheats. - No malicious code. - Only a legal build of the source and environment setup is needed. The result I want to achieve: - a built clean MTA:SA 1.6 client; - a built server or an explanation of how to build it; - a list of all dependencies; - a brief guide for rebuilding; - an explanation of what exactly was fixed. Or propose your price!
A program needs to be developed for Windows that allows connecting a jailbroken iPhone via USB cable and controlling it from a computer. Main functionality: Connecting the iPhone via USB. The program should quickly recognize the connected iPhone and operate through the cable to minimize delays and lags. Screen mirroring of the iPhone to the computer. (The phone's screen should be displayed on the computer in real-time) Controlling the phone using the mouse. The user should be able to click, swipe, scroll, and control the iPhone screen using the mouse from the computer. Text input from the computer. There should be a shared clipboard between the computer and the iPhone. File transfer from the computer to the iPhone. A function for uploading files from the computer to the phone's memory or to specific folders/apps needs to be added. Stable operation. The program should run smoothly, without significant delays, freezes, or connection drops. Compatibility: support for jailbroken iPhone, rootless jailbreak, iOS 16.7.12, connection via USB.