Похожие чаты

Hello , hope you are well. Could we change the color

of a monitor with the arduino UNO?
Is it possible?

20 ответов

40 просмотров

Yes, you can using VGA output, if monitor supports VGA input... https://simple-circuit.com/interfacing-arduino-vga-example/

Plato- Автор вопроса
Plato- Автор вопроса
Talula
Yes, you can using VGA output, if monitor supports...

But we want to read a data from USB connector, and change the color of monitor with that data. We dont want to use VGA cart, Is it possible with USB serial connection?

Plato
But we want to read a data from USB connector, and...

your question is not clear. what actually you want to achieve? is the monitor VGA or HDMI? and why do you want to change the text color on the monitor?

Plato- Автор вопроса
Sharuzzaman Ahmat Raslan
your question is not clear. what actually you want...

We have a button, When the button is ON( digitally 1), we want to the screen of the monitor get black, and if OFF(0) be white. This is our project But we want to do this with the default arduino USB connection, not with graphical ports like vga or HDMI

Plato
We have a button, When the button is ON( digitally...

how do you want to control the monitor with just USB without using its native connection of VGA or HDMI?

Plato- Автор вопроса
Sharuzzaman Ahmat Raslan
how do you want to control the monitor with just U...

Yes you true we need yo use vga or HDMI But, first of all i need to programm arduino with usb , next disconnect and connect it to monitor Yes? Or i need to connect both with USB to my case, And VGA to ardiono and computer?

Plato
Yes you true we need yo use vga or HDMI But, first...

You need connect to hdmi or arduino when you have programmer your arduino

Plato
But we want to read a data from USB connector, and...

Yes you can use usb but to command the monitor to change the color, you have to use VGA or HDMI interface, HDMI is harder to use. For usb you could use CP2102 to convert usb data to serial communication.

Talula
Yes you can use usb but to command the monitor to ...

But he want to send data from arduino, so a usb to ttl converter is useless

D
But he want to send data from arduino, so a usb to...

Please let me know what you think is "Arduino".

D
I don't understand you

What do you think is "Arduino"?

D
It is basically a mcu

Nope... Arduino is set of libraries written for different microcontrollers to make programming easier... Different MCUs use Arduino or are Arduino compatible.

D
OK, what have do that with the problem?

He asked "we want to read a data from USB connector"... Not every MCU that are Arduino compatible has USB connector...

Plato
But we want to read a data from USB connector, and...

USB provides a differential pair on its data lines with ~300mV difference (IIRC). You cannot use it directly without first converting it into something else. I think you can use the serial console over USB (so long as the baud rate is right), but to connect to the display you'll have to use the Arduino's GPIO pins. For a display that is not a simple Nokia-style display or one of those tiny OLED panels, you'll probably want to go with something like a Leonardo board though. I think those have LCD modules you can just stick on top. Be mindful of the pinout of each though, once I ordered the wrong display for my Leonardo and even a HAT didn't solve it.

Похожие вопросы

Обсуждают сегодня

Hey everyone! I won’t focus too much on what this person said (it’s clear they don’t understand the scope of what TF and TELOSX are achieving), but I’ll put it simply for thos...
Ana Ojeda
3
Hi did any of you experience a file error when download hex file for Windows?
Valya
17
как правильно удалить сддм? прописал в etc/portage.use/plasma-meta -sddm , но при обновлении юзов мне предлагает поставить lightdm (ещё лучше 😡), добавил туда - display-manage...
REDis
25
Коллеги, я тут для личных нужд пошел ставить MQTT сервер, пощупал mosquitto, но ужаснулся отсутствию такой банальности, как HTTP API для посмотреть список топиков. А тут что,...
Maksim Lapshin
13
How will they work it out?
Max
14
Could the new Norse labs apps have just been called "VPN" instead of DVPN?
HDGVII
14
Всем привет! Имеется функция: function IsValidChar(ch: UTF8Char): Boolean; var i: Integer; ValidChars: AnsiString; begin ValidChars := 'abcdefghijklmnopqrstuvwxyzABCDE...
Евгений
44
Hello team, I have a question regarding next text from an article and if Energyweb is still working on EW-DOS or what the plans are for the future regarding EW-DOS? Can an...
MichelLWD
4
Ready for some fun AND a chance to win TKO Tokens? Join us for exciting minigames in our Telegram group! 🕒 Don’t miss out—games start on today 25 October 2024, at 8 PM! Ge...
Milkyway | Tokocrypto
255
#include <stdio.h> #include <stdlib.h> #include <time.h> void mass_first_generate(int mass[5][7]) {     for (int N = 0; N < 5; N++) {         for (int A = 0; A < 7; A++) {   ...
Чувак
6
Карта сайта