كل الرسائل

سؤال: What power supply works with this strip?

السؤال بواسطة Dozer على 2020-09-18 09:19:47

Gottfrieds 12V and 2A The 24W are the light power for equivalent Lightbulb.

2020-09-19 09:36:53 مساعدة (0)
عرض
أجابات (4)

سؤال: Does the supplied 1602 LCD Display Screen support IC2 protocol ?

السؤال بواسطة Enrico Bisello على 2020-05-13 11:17:44

Gottfrieds No, this has 4 or 8 pin. To use I²C you need a IIC I2C TWI SP Serial Interface Port You can search here and get such interface board about 2 $ But the Arduino libs supports direct connection, I²C and any other interfaces

2020-05-14 11:52:18 مساعدة (1)
عرض
أجابات (3)

Gottfrieds You find the full list: www.autoelectric.cn () MiniPro () TL866II_List.txt And yes, all your chips can be programmed, some of them need an adapter. But in this kit there are many used adapters like PLC44 and so on.

2020-05-10 05:51:28 مساعدة (0)
عرض
أجابات (1)

سؤال: Is there any way to run either of these displays via a serial interface like SPI?

السؤال بواسطة RootisTootis على 2019-08-20 03:23:33

Gottfrieds Both displays have a serial interface or parallel interface you can switch by software as both are connected to the shield

2020-03-27 04:47:46 مساعدة (0)
عرض
أجابات (3)

سؤال: Can i write a joystick sketch to it and PC sees it as a joystick?

السؤال بواسطة KarlSteeg على 2019-12-02 09:04:49

Gottfrieds No, you need a board with a mega U controller. Or you add a external board with USB extention to this.

2020-03-22 08:26:54 مساعدة (0)
عرض
أجابات (2)

Gottfrieds Both works with Adafruit_TFTLCDOnly some modifications for init device: uint16_t identifier = tft.readID(); Serial.print(F("Identifier: ")); Serial.println(identifier, HEX); if(identifier == 0xC0C0) // 2.4" identifier = 0x9341; else if(identifier == 0x6809) // 2.8" identifier = 0x9328;...

Gottfrieds 19/02/2020
0
تعليقات (1)

سؤال: is it a touch display

السؤال بواسطة chellakrkv على 2019-10-24 10:06:17

Gottfrieds Both are Touch displays resistive (not capacitive)

2020-02-27 02:09:54 مساعدة (2)
عرض
أجابات (7)

سؤال: O arduino é Atemega 16uc ou CH340??

السؤال بواسطة Daniel Lima muniz على 2019-07-09 08:32:40

Gottfrieds ATmega328P as on Arduino UNO. CH340 (driver is installed with Arduino Studio)

2020-02-27 02:08:52 مساعدة (2)
عرض
أجابات (5)

سؤال: Will these work with raspberry pi 3s?

السؤال بواسطة jordanbrandes على 2020-02-26 12:09:02

Gottfrieds This is with an Arduino UNO board. The displays have arduino shield connectors and works with 5V signals. To use them on raspberry Pi, you need level shifter 3.3V <-> 5V and adapter and you have to create software yourself. The software examples is for Arduino Studio

2020-02-27 02:02:41 مساعدة (4)
عرض
أجابات (5)